<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installation and runtime issues in openSUSE 11.1 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753833#M9449</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
1. OpenSuSE (all versions) is flagged as not recognized, to alert you that this OS has not been tested.&lt;BR /&gt;2. the glibc is too new to have been tested. That doesn't mean it may not work. libpthread is part of glibc.&lt;BR /&gt;3. binutils recognition is a persistent Intel installer bug, which shows up in all unsupported OS. I use binutils 2.19.50 successfully, on OpenSuSE 10.3 and RHEL5.2, and before that 2.19 was OK as far as I know. &lt;BR /&gt;&lt;BR /&gt;I don't think you should install a libstdc++ which doesn't match your g++ installation. It shouldn't matter unless you have linked C++ objects in your project. I assumed the libstdc++ in the ifort installer were meant for one specific brand of g++ build, and the installer would take care of that special situation; I've never seen it used.&lt;BR /&gt;&lt;BR /&gt;For additional hints on MKL link setup, you should read the notes in mkl docs directory, and consult MKL forum. You might check your ability to get it working with the most basic (default) dynamic link setup, using ifort -openmp option in place of -lguide -lpthread. libguide is for backward compatibility with ifort 10.0. Don't try to combine features of the static and dynamic MKL link procedures, at least not until you have tried the standard ways. Your problem could be due to your link command. &lt;BR /&gt;</description>
    <pubDate>Wed, 18 Mar 2009 16:48:26 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-03-18T16:48:26Z</dc:date>
    <item>
      <title>Installation and runtime issues in openSUSE 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753832#M9448</link>
      <description>I tried to install Fortran compiler version 11.081 (intel64) in Linux OS, openSUSE 11.1 (64-Bit) version. My machine is intel Core 2 Duo. I have provided below a transcript of online chat. &lt;BR /&gt;&lt;BR /&gt;When I tried to install the Fortran Compiler, I had three warnings.&lt;BR /&gt; &lt;BR /&gt;1. OS is NOT recognized by installer.&lt;BR /&gt;2. glibc version (2.9) installed in PC is NOT recognized by the installer&lt;BR /&gt;3. Binutils and binutils-delevel version (2.19) are NOT recognized by the installer.&lt;BR /&gt;&lt;BR /&gt;I already installed libstdc++33 and libstdc++33-32bit through Yast. These contain the library libstdc++.so.5&lt;BR /&gt; &lt;BR /&gt;I ignored the three warnings and installed the compiler. Then I compiled a scientific application in fortran which contains only OPENMP directives and NO MPI. I had no error messages during compiling. However during run time I get the following error when I set 'setenv OMP_NUM_THREADS 2'. &lt;BR /&gt; &lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;libpthread.so.0 00007FD5C759892B Unknown Unknown Unknown&lt;BR /&gt; libguide.so 00007FD5C789C3FE Unknown Unknown Unknown&lt;BR /&gt;&lt;BR /&gt;I have the following flags in my makefile.&lt;BR /&gt;&lt;BR /&gt;LDFLAGS = -Wl,-Bstatic -Wl,--start-group -L ${MKL_HOME}/lib/em64t -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -Wl,-Bdynamic -lguide -lpthread&lt;BR /&gt; &lt;BR /&gt;Can you let me know if there is any workaround for this problem, since glibc is NOT recognized by installer. Is libpthread.so.0 part of glibc or Binutils? &lt;BR /&gt;&lt;BR /&gt;Any help in this regard will be appreciated.</description>
      <pubDate>Wed, 18 Mar 2009 15:06:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753832#M9448</guid>
      <dc:creator>rkanna2</dc:creator>
      <dc:date>2009-03-18T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installation and runtime issues in openSUSE 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753833#M9449</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
1. OpenSuSE (all versions) is flagged as not recognized, to alert you that this OS has not been tested.&lt;BR /&gt;2. the glibc is too new to have been tested. That doesn't mean it may not work. libpthread is part of glibc.&lt;BR /&gt;3. binutils recognition is a persistent Intel installer bug, which shows up in all unsupported OS. I use binutils 2.19.50 successfully, on OpenSuSE 10.3 and RHEL5.2, and before that 2.19 was OK as far as I know. &lt;BR /&gt;&lt;BR /&gt;I don't think you should install a libstdc++ which doesn't match your g++ installation. It shouldn't matter unless you have linked C++ objects in your project. I assumed the libstdc++ in the ifort installer were meant for one specific brand of g++ build, and the installer would take care of that special situation; I've never seen it used.&lt;BR /&gt;&lt;BR /&gt;For additional hints on MKL link setup, you should read the notes in mkl docs directory, and consult MKL forum. You might check your ability to get it working with the most basic (default) dynamic link setup, using ifort -openmp option in place of -lguide -lpthread. libguide is for backward compatibility with ifort 10.0. Don't try to combine features of the static and dynamic MKL link procedures, at least not until you have tried the standard ways. Your problem could be due to your link command. &lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 16:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753833#M9449</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-03-18T16:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installation and runtime issues in openSUSE 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753834#M9450</link>
      <description>Hi Tim, &lt;BR /&gt;&lt;BR /&gt;I am a bit new to Linux system. The makefile I use is as follows.&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------&lt;BR /&gt;FINCLUDE = $(wildcard $(SIHOME)opemp/*.f)&lt;BR /&gt;FMODULE = $(wildcard $(SIHOME)opemp/mod/*.f)&lt;BR /&gt;SOURCES = $(wildcard *.f) &lt;BR /&gt;HEADER_FILES = $(wildcard *.h)&lt;BR /&gt;OBJS = $(FINCLUDE:.f=.o)&lt;BR /&gt;OBJSMOD = $(FMODULE:.f=.o)&lt;BR /&gt;FL = built_objs&lt;BR /&gt;&lt;BR /&gt;OBJS_PROD = $(SOURCES:.f=.o)&lt;BR /&gt;&lt;BR /&gt;EXEC_NAME = Silicon&lt;BR /&gt;&lt;BR /&gt;F = ifort -openmp -ipo -traceback&lt;BR /&gt;&lt;BR /&gt;OPTI = -O0 -ftz -C # try -O2 , with/without -ftz, adding -mp&lt;BR /&gt;&lt;BR /&gt;LDFLAGS = -L ${MKL_HOME}/lib/em64t -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core &lt;BR /&gt;&lt;BR /&gt;prod : $(EXEC_NAME)&lt;BR /&gt;&lt;BR /&gt;all : prod&lt;BR /&gt;&lt;BR /&gt;clean :&lt;BR /&gt; rm -f *.o *.mod $(EXEC_NAME)&lt;BR /&gt;&lt;BR /&gt;$(EXEC_NAME) : $(OBJSMOD) $(OBJS_PROD) $(OBJS)&lt;BR /&gt; $(F) $(OPTI) -o $(EXEC_NAME) $(wildcard *.o) $(LDFLAGS)&lt;BR /&gt;&lt;BR /&gt;%.o : %.f&lt;BR /&gt; $(F) $(OPTI) -c -g $?&lt;BR /&gt;-----------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I still get the same error. I have used dynamic linking as given in the mkl documentation.&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC                Routine            Line        Source&lt;BR /&gt;libpthread.so.0    00007F6E6C83292B  Unknown               Unknown  Unknown&lt;BR /&gt;libiomp5.so        00007F6E6CAAA89E  Unknown               Unknown  Unknown&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 20:52:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753834#M9450</guid>
      <dc:creator>rkanna2</dc:creator>
      <dc:date>2009-03-18T20:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installation and runtime issues in openSUSE 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753835#M9451</link>
      <description>I have installed 64-bit version of openSUSE.&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;Linux comp.name 2.6.27.19-3.2-default #1 SMP 2009-02-25 15:40:44 +0100 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 21:31:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753835#M9451</guid>
      <dc:creator>rkanna2</dc:creator>
      <dc:date>2009-03-18T21:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Installation and runtime issues in openSUSE 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753836#M9452</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Don't see anything obviously wrong, other than it being too complicated even for experienced Makefile users, with options apparently combined in random ways. What does the build log look like? Do you get any clues by running under debugger?&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 04:21:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Installation-and-runtime-issues-in-openSUSE-11-1/m-p/753836#M9452</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-03-19T04:21:57Z</dc:date>
    </item>
  </channel>
</rss>

