<?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 Problem with Openmpi+c++ compiler in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758315#M13802</link>
    <description>I build openmpi with iofrt and gcc successfully.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but I use mpif90 fot compile other code but I get this error:&lt;BR /&gt;&lt;BR /&gt;"make: warning: Clock skew detected. Your build may be incomplete"&lt;BR /&gt;&lt;BR /&gt;how solve it?</description>
    <pubDate>Fri, 07 Oct 2011 11:32:41 GMT</pubDate>
    <dc:creator>hamid_mosaddeghi</dc:creator>
    <dc:date>2011-10-07T11:32:41Z</dc:date>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758313#M13800</link>
      <description>Dear all&lt;BR /&gt;&lt;BR /&gt;I compile openmpi 1.4.3 with ifort 11.1 and C++ compiler (l_ccompxe_ia32_2011.6.233)&lt;BR /&gt;&lt;BR /&gt;I use this command for configure openmpi:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P&gt;./configure --prefix=/usr/local CC=icc CXX=icpc F77=ifort FC=ifort&lt;/P&gt;&lt;/SPAN&gt;in this step I have not error but after type:&lt;BR /&gt;&lt;BR /&gt;make all install&lt;BR /&gt;&lt;BR /&gt; I get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;P&gt;/bin/sh ../../../libtool --tag=CC --mode=link icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden -export-dynamic -o opal_wrapper opal_wrapper.o ../../../opal/libopen-pal.la -lnsl -lutil &lt;/P&gt;&lt;P&gt;libtool: link: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden -o .libs/opal_wrapper opal_wrapper.o -Wl,--export-dynamic ../../../opal/.libs/libopen-pal.so -lm -ldl -lnsl -lutil -pthread -Wl,-rpath -Wl,/usr/local/lib&lt;/P&gt;&lt;P&gt;opal_wrapper.o: In function `main':&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x2ae): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x666): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x680): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x69a): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x6b4): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x6d2): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;opal_wrapper.o:opal_wrapper.c:(.text+0x6ec): more undefined references to `__intel_sse2_strncmp' follow&lt;/P&gt;&lt;P&gt;opal_wrapper.o: In function `data_callback':&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x172d): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x178b): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x17e9): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x1847): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x18a5): undefined reference to `__intel_sse2_strdup'&lt;/P&gt;&lt;P&gt;opal_wrapper.o:opal_wrapper.c:(.text+0x1907): more undefined references to `__intel_sse2_strdup' follow&lt;/P&gt;&lt;P&gt;opal_wrapper.o: In function `data_callback':&lt;/P&gt;&lt;P&gt;opal_wrapper.c:(.text+0x1cae): undefined reference to `__intel_sse2_strncmp'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strcpy'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strcat'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strncpy'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strncat'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strchr'&lt;/P&gt;&lt;P&gt;../../../opal/.libs/libopen-pal.so: undefined reference to `__intel_sse2_strrchr'&lt;/P&gt;&lt;P&gt;make[2]: *** [opal_wrapper] Error 1&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory `/usr/local/openmpi-1.4.3/opal/tools/wrappers'&lt;/P&gt;&lt;P&gt;make[1]: *** [all-recursive] Error 1&lt;/P&gt;&lt;P&gt;make[1]: Leaving directory `/usr/local/openmpi-1.4.3/opal'&lt;/P&gt;&lt;P&gt;make: *** [all-recursive] Error 1&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;please help how fix it?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/P&gt;&lt;/SPAN&gt;</description>
      <pubDate>Wed, 05 Oct 2011 09:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758313#M13800</guid>
      <dc:creator>hamid_mosaddeghi</dc:creator>
      <dc:date>2011-10-05T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758314#M13801</link>
      <description>&lt;BR /&gt;It looks like your problem may be caused by attempting to use ifort 11.1 together with icc 12.0. Among other problems, you will have difficulty avoiding the situation where icc searches only the libraries from ifort. You should use compatible versions, which share the library directory; otherwise, it would be better to leave icc out of the OpenMPI build (use gcc and ifort). I was first thinking that you might have the 11.1 version which was issued with the sse2 libraries missing, which was corrected by an update.</description>
      <pubDate>Wed, 05 Oct 2011 12:15:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758314#M13801</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-10-05T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758315#M13802</link>
      <description>I build openmpi with iofrt and gcc successfully.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but I use mpif90 fot compile other code but I get this error:&lt;BR /&gt;&lt;BR /&gt;"make: warning: Clock skew detected. Your build may be incomplete"&lt;BR /&gt;&lt;BR /&gt;how solve it?</description>
      <pubDate>Fri, 07 Oct 2011 11:32:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758315#M13802</guid>
      <dc:creator>hamid_mosaddeghi</dc:creator>
      <dc:date>2011-10-07T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758316#M13803</link>
      <description>The make clock skew warning usually arises from date and time of day not matching among the machines on your network, or from resetting the time after some of your objects have been built. A complete rebuild should take care of any problems, even if you can't resolve the time stamp discrepancies.&lt;BR /&gt;It could arise from a FAT filesystem, which doesn't support accurate time stamps.</description>
      <pubDate>Fri, 07 Oct 2011 13:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758316#M13803</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-10-07T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758317#M13804</link>
      <description>Dear TimP&lt;BR /&gt;&lt;BR /&gt;this error"make: warning: Clock skew detected. Your build may be incomplete" is serious or not? can I ignore it?</description>
      <pubDate>Fri, 07 Oct 2011 16:40:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758317#M13804</guid>
      <dc:creator>hamid_mosaddeghi</dc:creator>
      <dc:date>2011-10-07T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Problem with Openmpi+c++ compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758318#M13805</link>
      <description>It means that make can't take responsibility for the build being completed in the correct order, and that it has found components stamped with a time later than the time it had at the time of examination. As I said, and you will see if you use your search engine, a complete rebuild normally would take care of any question about whether everything is up to date, particularly in the case where the files are left from a build in which the system time was advanced from where it is now, or the times on your network were out of synch and the problem has since been corrected.</description>
      <pubDate>Fri, 07 Oct 2011 17:58:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Openmpi-c-compiler/m-p/758318#M13805</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-10-07T17:58:36Z</dc:date>
    </item>
  </channel>
</rss>

