<?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 Dear Ravi, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122593#M76717</link>
    <description>&lt;P&gt;Dear Ravi,&lt;/P&gt;

&lt;P&gt;Actually, I don't understand this error at all. Any further information or website to recommend?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Leon&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 19:20:07 GMT</pubDate>
    <dc:creator>Leon_W_1</dc:creator>
    <dc:date>2016-05-10T19:20:07Z</dc:date>
    <item>
      <title>Error occurred while Compile LAMMPS with intel+phi</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122588#M76712</link>
      <description>&lt;P&gt;Dear there,&lt;/P&gt;

&lt;P&gt;I tried to compile LAMMPS on our group cluster which consist of CPUs and Coprocessors. However, I got an error message which cannot be figured out. Any suggestion and help will be highly appreciated.&lt;/P&gt;

&lt;P&gt;x86_64-k1om-linux-ld: relocation error: /usr/lib64/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference&lt;BR /&gt;
	make[1]: *** [../lmp_intel_phi] Error 127&lt;BR /&gt;
	make[1]: Leaving directory `/home/xxxgroup/Shared/xxx/LAMMPS_xxx/lammps-16Feb16/src/Obj_intel_phi'&lt;BR /&gt;
	make: *** [intel_phi] Error 2&lt;/P&gt;

&lt;P&gt;Following is the basic system info. If you need extra ones, please let me know.&lt;BR /&gt;
	1.&amp;nbsp;CentOS Linux release 7.0.1406 (Core)&lt;BR /&gt;
	2. Linux version:3.10.0-123.el7.x86_64&lt;BR /&gt;
	3. Intel XEON Romley E5-2630 CPU&amp;nbsp;&lt;BR /&gt;
	4. Intel XEON Phi Coprocessor 5110P&lt;BR /&gt;
	5. Four nodes each of which has 24 cores and 2 Coprocessors.&lt;BR /&gt;
	6. Intel compiler.&lt;BR /&gt;
	7. LAMMPS will be installed in the Shared directory to use these four nodes.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Leon&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 16:03:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122588#M76712</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-10T16:03:28Z</dc:date>
    </item>
    <item>
      <title>I don't know if either of</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122589#M76713</link>
      <description>&lt;P&gt;I don't know if either of these may help.&lt;/P&gt;

&lt;P&gt;There's a similar report &lt;A href="https://software.intel.com/en-us/forums/intel-many-integrated-core/topic/561184" target="_blank"&gt;here&lt;/A&gt;. The resolution for that case it not entirely clear but it may have occurred related to not having one's environment setup properly to use the compiler.&lt;/P&gt;

&lt;P&gt;You may have already see this too. There is a code recipe in the article &lt;A href="https://software.intel.com/en-us/articles/lammps-for-intel-xeon-phi-coprocessor" target="_blank"&gt;LAMMPS* for Intel® Xeon Phi™ Coprocessor&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 17:16:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122589#M76713</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2016-05-10T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Dear Kevin,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122590#M76714</link>
      <description>&lt;P&gt;Dear Kevin,&lt;/P&gt;

&lt;P&gt;Thank you for your message. I did try that solution before I posted this topic. It did not work. Anyway, I appreciate your message and links.&lt;/P&gt;

&lt;P&gt;Appreciatively,&lt;/P&gt;

&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 18:33:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122590#M76714</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-10T18:33:06Z</dc:date>
    </item>
    <item>
      <title>Linker should not be using</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122591#M76715</link>
      <description>&lt;P&gt;Linker should not be using /usr/lib64. &amp;nbsp;Should have been /usr/linux-k1om-4.7/linux-k1om/lib64&lt;BR /&gt;
	which means your env is not set up correctly. &amp;nbsp;What is your MIC_LIBRARY_PATH set to.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 18:42:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122591#M76715</guid>
      <dc:creator>Ravi_N_Intel</dc:creator>
      <dc:date>2016-05-10T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Dear Ravi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122592#M76716</link>
      <description>&lt;P&gt;Dear Ravi,&lt;/P&gt;

&lt;P&gt;You may be right. This cluster was set by somebody else. I tried to compile LAMMPS which can use CPU + Coprocessor. Below is the MIC library path. Any suggestion will be highly appreciated.&lt;/P&gt;

&lt;P&gt;MIC_LIBRARY_PATH=/home/xxxgroup/Shared/intel/composer_xe_2013_sp1.2.144/tbb/lib/mic&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	Leon&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:17:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122592#M76716</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-10T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Dear Ravi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122593#M76717</link>
      <description>&lt;P&gt;Dear Ravi,&lt;/P&gt;

&lt;P&gt;Actually, I don't understand this error at all. Any further information or website to recommend?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Leon&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:20:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122593#M76717</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-10T19:20:07Z</dc:date>
    </item>
    <item>
      <title>My recommendation would be to</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122594#M76718</link>
      <description>&lt;P&gt;My recommendation would be to source the compilervar.sh from where the compiler is installed.&lt;BR /&gt;
	eg: &amp;nbsp;source&amp;nbsp;/opt/intel/compilers_and_libraries_xxxx/linux/bin/compilervars.sh intel64&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You can confirm after source that MIC_LIBRARY_PATH is set correctly. If you have your own libraries used in the app &amp;nbsp; add its location to MIC_LIBRARY_PATH&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:25:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122594#M76718</guid>
      <dc:creator>Ravi_N_Intel</dc:creator>
      <dc:date>2016-05-10T19:25:58Z</dc:date>
    </item>
    <item>
      <title>Actually, I don't understand</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122595#M76719</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Actually, I don't understand this error at all. Any further information or website to recommend?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The error you got is during linking phase of the Xeon Phi code. &amp;nbsp;The libraries on the host &amp;nbsp;aka /usr/lib64 are not binary compatible with Xeon Phi binaries.Should be using the libraries that came with the MPSS package. &amp;nbsp;MIC_LIBRARY_PATH provides the location of the Xeon Phi libraries which will be during linking of Phi binary.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:36:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122595#M76719</guid>
      <dc:creator>Ravi_N_Intel</dc:creator>
      <dc:date>2016-05-10T19:36:58Z</dc:date>
    </item>
    <item>
      <title>Dear Ravi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122596#M76720</link>
      <description>&lt;P&gt;Dear Ravi,&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Thank you for your solutions. I have following two questions:&lt;BR /&gt;
	Please forgive my ignorance.&amp;nbsp;&lt;BR /&gt;
	1. What is the difference between path of&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;/usr/linux-k1om-4.7/linux-k1om/lib64 and&amp;nbsp;&amp;nbsp;/opt/intel/compilers_and_libraries_xxxx/linux/bin/...?&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; You mentioned the linux-k1om in your first answer, while you give me another path in your second answer. I did a trial for your second answer and get the same error message. However, I do not know how to set MIC_LIBRARY_PATH using linux-k1om.&lt;BR /&gt;
	2. For the linker, what should I do please?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I highly appreciate your time.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Appreciatively,&lt;BR /&gt;
	Leon&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 20:13:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122596#M76720</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-10T20:13:33Z</dc:date>
    </item>
    <item>
      <title>In order to compile a program</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122597#M76721</link>
      <description>&lt;P&gt;In order to compile a program for phi you need the MPSS and the compiler&lt;BR /&gt;
	MPSS provides the system and gcc libraries.&lt;BR /&gt;
	The MPSS libraries are install in /usr/linux-k1om-4.7/linux-k1om/lib64 and&amp;nbsp;the compiler package in&amp;nbsp;/opt/intel/compilers_and_libraries_xxxx/linux/&lt;BR /&gt;
	assuming you are using the default installation. If you installed in different location then you have to use that location.&lt;BR /&gt;
	When you source the compilervars.sh in /opt/intel/compilers_and_libraries_xxxx/Linux/bin/compilervars.sh&amp;nbsp;all the env variables like MIC_LIBRARY_PATH are set up by the script, again I am assuming they are installed in the default location.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 22:37:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122597#M76721</guid>
      <dc:creator>Ravi_N_Intel</dc:creator>
      <dc:date>2016-05-10T22:37:20Z</dc:date>
    </item>
    <item>
      <title>to be a little more precise:</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122598#M76722</link>
      <description>&lt;P&gt;to be a little more precise:&lt;/P&gt;

&lt;P&gt;you don't need the full MPSS stack installed and running to build code for the Xeon Phi (v1). What is needed are the RPM packages intel-composerxe-compat-k1om and mpss-sdk-k1om which come with the MPSS software.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 22:42:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122598#M76722</guid>
      <dc:creator>JJK</dc:creator>
      <dc:date>2016-05-10T22:42:38Z</dc:date>
    </item>
    <item>
      <title>Dear Rave and JJK,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122599#M76723</link>
      <description>&lt;P&gt;Dear Rave and JJK,&lt;/P&gt;

&lt;P&gt;Thank you for your valuable suggestion. Now, I got new problems which were unable to get solutions from the internet. attached is the error message. Any suggestion will be highly appreciated.&lt;/P&gt;

&lt;P&gt;Appreciatively,&lt;/P&gt;

&lt;P&gt;Leon&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 02:46:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122599#M76723</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-14T02:46:46Z</dc:date>
    </item>
    <item>
      <title>hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122600#M76724</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;you seem to be using a real old version of the Intel compiler (2013_sp1.2) , which does not support the mm512_sincos macros. The easiest solution is to upgrade to a more recent version of the Intel compiler suite.&lt;/P&gt;

&lt;P&gt;As an alternative you could download an older version of the lammps code (e.g. from 2013) to see how they handled the Xeon Phi stuff back then.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 10:10:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122600#M76724</guid>
      <dc:creator>JJK</dc:creator>
      <dc:date>2016-05-17T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Dear JJK,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122601#M76725</link>
      <description>&lt;P&gt;Dear JJK,&lt;/P&gt;

&lt;P&gt;Thank you so much! You are right. Actually, I downloaded the new version compiler. Unfortunately, I cannot compile the new version LAMMPS because our operating system also need to upgrade. I highly appreciate your time. I am working on it to figure it out.&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	Leon&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 18:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-occurred-while-Compile-LAMMPS-with-intel-phi/m-p/1122601#M76725</guid>
      <dc:creator>Leon_W_1</dc:creator>
      <dc:date>2016-05-19T18:57:11Z</dc:date>
    </item>
  </channel>
</rss>

