<?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 Thanks for the help, but i in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052709#M50645</link>
    <description>&lt;P&gt;Thanks for the help, but i need some more help from you guys.&lt;/P&gt;

&lt;P&gt;On Host :::::::::&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;MPSS Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 3.3&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Linux OS release :&amp;nbsp;CentOS release 6.5 (Final)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2014 06:07:23 GMT</pubDate>
    <dc:creator>Prasanna_Kumar_N_</dc:creator>
    <dc:date>2014-11-11T06:07:23Z</dc:date>
    <item>
      <title>Regarding GROMACS installation on using MIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052701#M50637</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;i am installing GROMACS using MIC and got the following error while using cmake to compile. I have tried with icc and ifort (even with mpicc and mpiifort), but still the same problem occurred. The following error detail given below.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;cmake .. -DCMAKE_C_COMPILER=/opt/intel/composer_xe_2015/bin/icc -DCMAKE_EXE_LINKER_FLAGS="-L/home/prasanna/zlib-path/lib" -DCMAKE_C_FLAGS="-O3 –mmic -I/home/prasanna/zlib-path/include" -DCMAKE_CXX_COMPILER=/opt/intel/composer_xe_2015/bin/icpc -DCMAKE_CXX_FLAGS="-O3 –mmic -I/home/prasanna/zlib-path/include" -DGMX_MPI=ON -DGMX_PREFER_STATIC_LIBS=ON -DCMAKE_INSTALL_PREFIX=/home/prasanna/gromacs-mic -DGMX_OPENMP=ON -DGMX_FFT_LIBRARY=mkl -DGMX_XML=OFF -DGMX_SOFTWARE_INVSQRT=OFF -DGMX_SKIP_DEFAULT_CFLAGS=ON -DGMX_BUILD_MDRUN_ONLY=ON&lt;/STRONG&gt;&lt;BR /&gt;
	-- The C compiler identification is unknown&lt;BR /&gt;
	-- The CXX compiler identification is unknown&lt;BR /&gt;
	-- Check for working C compiler: /opt/intel/composer_xe_2015/bin/icc&lt;BR /&gt;
	-- Check for working C compiler: /opt/intel/composer_xe_2015/bin/icc -- broken&lt;BR /&gt;
	CMake Error at /opt/onama/Onama_Installed/Application_Dependencies/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):&lt;BR /&gt;
	&amp;nbsp; The C compiler "/opt/intel/composer_xe_2015/bin/icc" is not able to compile&lt;BR /&gt;
	&amp;nbsp; a simple test program.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; It fails with the following output:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;Change Dir: /home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeTmp&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2503639587/fast"&lt;/P&gt;

&lt;P&gt;&amp;nbsp; /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2503639587.dir/build.make&lt;BR /&gt;
	&amp;nbsp; CMakeFiles/cmTryCompileExec2503639587.dir/build&lt;/P&gt;

&lt;P&gt;&amp;nbsp; gmake[1]: Entering directory&lt;BR /&gt;
	&amp;nbsp; `/home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeTmp'&lt;/P&gt;

&lt;P&gt;&amp;nbsp; /opt/onama/Onama_Installed/Application_Dependencies/bin/cmake -E&lt;BR /&gt;
	&amp;nbsp; cmake_progress_report&lt;BR /&gt;
	&amp;nbsp; /home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeTmp/CMakeFiles 1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Building C object&lt;BR /&gt;
	&amp;nbsp; CMakeFiles/cmTryCompileExec2503639587.dir/testCCompiler.c.o&lt;/P&gt;

&lt;P&gt;&amp;nbsp; /opt/intel/composer_xe_2015/bin/icc -O3 –mmic&lt;BR /&gt;
	&amp;nbsp; -I/home/prasanna/zlib-path/include -o&lt;BR /&gt;
	&amp;nbsp; CMakeFiles/cmTryCompileExec2503639587.dir/testCCompiler.c.o -c&lt;BR /&gt;
	&amp;nbsp; /home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeTmp/testCCompiler.c&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp; icc: error #10236: File not found: '–mmic'&lt;/P&gt;

&lt;P&gt;&amp;nbsp; gmake[1]: *** [CMakeFiles/cmTryCompileExec2503639587.dir/testCCompiler.c.o]&lt;BR /&gt;
	&amp;nbsp; Error 1&lt;/P&gt;

&lt;P&gt;&amp;nbsp; gmake[1]: Leaving directory&lt;BR /&gt;
	&amp;nbsp; `/home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeTmp'&lt;/P&gt;

&lt;P&gt;&amp;nbsp; gmake: *** [cmTryCompileExec2503639587/fast] Error 2&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; CMake will not be able to correctly generate this project.&lt;BR /&gt;
	Call Stack (most recent call first):&lt;BR /&gt;
	&amp;nbsp; CMakeLists.txt:41 (project)&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	-- Configuring incomplete, errors occurred!&lt;BR /&gt;
	See also "/home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeOutput.log".&lt;BR /&gt;
	See also "/home/prasanna/gromacs-5.0-rc1/mic-build/CMakeFiles/CMakeError.log".&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:06:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052701#M50637</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-10T10:06:45Z</dc:date>
    </item>
    <item>
      <title>However the -mmic option was</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052702#M50638</link>
      <description>&lt;P&gt;However the &lt;STRONG&gt;-mmic&lt;/STRONG&gt; option was added to the &lt;STRONG&gt;-DCMAKE_CXX_FLAGS&lt;/STRONG&gt; argument it appears to contain either an additional hyphen or strange character not representing the required leading hyphen for the option so the compiler is not interpreting that option as &lt;STRONG&gt;-mmic&lt;/STRONG&gt;. Maybe that string of options was cut-n-pasted from somewhere?&lt;/P&gt;

&lt;P&gt;Either use the shell command-line history buffer to recall that cmake command and then delete what appears to be the leading hyphen from &lt;STRONG&gt;-mmic&lt;/STRONG&gt; and re-type the hyphen, or re-enter the complete cmake command-line but make sure if you cut-n-paste those compiler options again that you edit and re-type that leading hyphen on the &lt;STRONG&gt;-mmic&lt;/STRONG&gt; option.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052702#M50638</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-11-10T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the quick reply</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052703#M50639</link>
      <description>&lt;P&gt;Thanks for the quick reply Kelvin and the pre compilation was successful. It still even i gave the flag &lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;-DGMX_MPI=ON in cmake, but&amp;nbsp;&lt;/SPAN&gt;have something like&lt;/P&gt;

&lt;P&gt;"-- Check size of unsigned short&lt;BR /&gt;
	-- Check size of unsigned short - done&lt;BR /&gt;
	-- Using unsigned short&lt;BR /&gt;
	-- Check if the system is big endian - little endian&lt;BR /&gt;
	-- &lt;STRONG&gt;MPI is not compatible with thread-MPI. Disabling thread-MPI.&lt;/STRONG&gt;&lt;BR /&gt;
	-- Checking for MPI_IN_PLACE&lt;BR /&gt;
	-- Performing Test MPI_IN_PLACE_COMPILE_OK&lt;BR /&gt;
	-- Performing Test MPI_IN_PLACE_COMPILE_OK - Success&lt;BR /&gt;
	-- Checking for MPI_IN_PLACE - yes&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please how to use this and remove this line while compilation.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052703#M50639</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-10T10:41:38Z</dc:date>
    </item>
    <item>
      <title>I'm sorry, I don't know about</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052704#M50640</link>
      <description>&lt;P&gt;I'm sorry, I don't know about the MPI message. From some quick Googling it does not seem to suggest that it will necessarily prevent building but it may. It is something specific to GROMACS and suggests whatever MPI was detected that it was not fully compatible with whatever the thread-MPI feature(?) is. Sorry I could not be of more help with that.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052704#M50640</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-11-10T11:12:53Z</dc:date>
    </item>
    <item>
      <title>okey i will look into that</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052705#M50641</link>
      <description>&lt;P&gt;okey i will look into that but actually another problem arises after configuration done and when i gave &lt;STRONG&gt;make&lt;/STRONG&gt; command, the following error came:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;make -j 4 2&amp;gt;&amp;amp;1 | tee log&lt;/STRONG&gt;&lt;BR /&gt;
	Scanning dependencies of target tng_compress&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/bwlzh.c.o&lt;BR /&gt;
	Scanning dependencies of target gmock&lt;BR /&gt;
	Scanning dependencies of target onlinehelp-test-shared&lt;BR /&gt;
	[ &amp;nbsp;1%] [ &amp;nbsp;1%] Building CXX object src/external/gmock-1.7.0/CMakeFiles/gmock.dir/src/gmock-all.cc.o&lt;BR /&gt;
	Building CXX object src/gromacs/onlinehelp/tests/CMakeFiles/onlinehelp-test-shared.dir/mock_helptopic.cpp.o&lt;BR /&gt;
	Scanning dependencies of target mdrun_objlib&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/pme_loadbal.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/membed.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/bwt.c.o&lt;BR /&gt;
	In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(49),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/../utility/uniqueptr.h(81): error: namespace "std" has no member "move"&lt;BR /&gt;
	&amp;nbsp; using std::move;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(49),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/../utility/uniqueptr.h(85): error: qualified name is not allowed&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; typedef std::unique_ptr&amp;lt;T&amp;gt; type;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(49),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/../utility/uniqueptr.h(85): error #303: explicit type is missing ("int" assumed)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; typedef std::unique_ptr&amp;lt;T&amp;gt; type;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(49),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/../utility/uniqueptr.h(85): error: expected a ";"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; typedef std::unique_ptr&amp;lt;T&amp;gt; type;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(51),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopicinterface.h(115): error: class "gmx::gmx_unique_ptr&amp;lt;gmx::HelpTopicInterface&amp;gt;" has no member "type"&lt;BR /&gt;
	&amp;nbsp; typedef gmx_unique_ptr&amp;lt;HelpTopicInterface&amp;gt;::type HelpTopicPointer;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.h(48),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp(42):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/helptopic.h(208): error: class "gmx::gmx_unique_ptr&amp;lt;gmx::AbstractCompositeHelpTopic&amp;gt;" has no member "type"&lt;BR /&gt;
	&amp;nbsp; typedef gmx_unique_ptr&amp;lt;AbstractCompositeHelpTopic&amp;gt;::type&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;compilation aborted for /home/prasanna/gromacs-5.0-rc1/src/gromacs/onlinehelp/tests/mock_helptopic.cpp (code 2)&lt;BR /&gt;
	make[2]: *** [src/gromacs/onlinehelp/tests/CMakeFiles/onlinehelp-test-shared.dir/mock_helptopic.cpp.o] Error 2&lt;BR /&gt;
	make[1]: *** [src/gromacs/onlinehelp/tests/CMakeFiles/onlinehelp-test-shared.dir/all] Error 2&lt;BR /&gt;
	make[1]: *** Waiting for unfinished jobs....&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/coder.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/dict.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/fixpoint.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/huffman.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/runner.c.o&lt;BR /&gt;
	[ &amp;nbsp;1%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/huffmem.c.o&lt;BR /&gt;
	[ &amp;nbsp;2%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/lz77.c.o&lt;BR /&gt;
	[ &amp;nbsp;2%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/merge_sort.c.o&lt;BR /&gt;
	[ &amp;nbsp;2%] Building C object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/md.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/repl_ex.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/mtf.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/rle.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/tng_compress.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building CXX object src/external/gmock-1.7.0/CMakeFiles/gmock.dir/gtest/src/gtest-all.cc.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building CXX object src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/mdrun.cpp.o&lt;BR /&gt;
	In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/update.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/sim_util.h(43),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/mdrun.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/programs/mdrun/mdrun.cpp(50):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/vec.h(493): error: identifier "rsqrtf" is undefined&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; return gmx_invsqrt(norm2(a));&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/update.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/sim_util.h(43),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/mdrun.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/programs/mdrun/mdrun.cpp(50):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/vec.h(498): error: identifier "rsqrtf" is undefined&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; return gmx_invsqrt(dnorm2(a));&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/update.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/sim_util.h(43),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/mdrun.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/programs/mdrun/mdrun.cpp(50):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/vec.h(531): error: identifier "rsqrtf" is undefined&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cosval = ip*gmx_invsqrt(ipab); &amp;nbsp;/* &amp;nbsp;7 */&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^&lt;/P&gt;

&lt;P&gt;In file included from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/update.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/sim_util.h(43),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/mdrun.h(45),&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /home/prasanna/gromacs-5.0-rc1/src/programs/mdrun/mdrun.cpp(50):&lt;BR /&gt;
	/home/prasanna/gromacs-5.0-rc1/src/gromacs/legacyheaders/vec.h(806): error: identifier "rsqrtf" is undefined&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; linv &amp;nbsp; &amp;nbsp; = gmx_invsqrt(norm2(src));&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/P&gt;

&lt;P&gt;compilation aborted for /home/prasanna/gromacs-5.0-rc1/src/programs/mdrun/mdrun.cpp (code 2)&lt;BR /&gt;
	make[2]: *** [src/programs/CMakeFiles/mdrun_objlib.dir/mdrun/mdrun.cpp.o] Error 2&lt;BR /&gt;
	make[1]: *** [src/programs/CMakeFiles/mdrun_objlib.dir/all] Error 2&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/vals16.c.o&lt;BR /&gt;
	[ &amp;nbsp;3%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/warnmalloc.c.o&lt;BR /&gt;
	[ &amp;nbsp;4%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/widemuldiv.c.o&lt;BR /&gt;
	[ &amp;nbsp;4%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/xtc2.c.o&lt;BR /&gt;
	[ &amp;nbsp;4%] Building C object src/external/tng_io/src/compression/CMakeFiles/tng_compress.dir/xtc3.c.o&lt;BR /&gt;
	Linking C static library ../../../../../lib/libtng_compress.a&lt;BR /&gt;
	[ &amp;nbsp;4%] Built target tng_compress&lt;BR /&gt;
	Linking CXX static library ../../../lib/libgmock.a&lt;BR /&gt;
	[ &amp;nbsp;4%] Built target gmock&lt;BR /&gt;
	make: *** [all] Error 2&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:20:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052705#M50641</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-10T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Are you following GROMACS for</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052706#M50642</link>
      <description>&lt;P&gt;Are you following &lt;A href="https://software.intel.com/en-us/articles/gromacs-for-intel-xeon-phi-coprocessor" target="_blank"&gt;&lt;STRONG&gt;GROMACS for Intel® Xeon Phi™ Coprocessor&lt;/STRONG&gt;&lt;/A&gt; recipe?&lt;/P&gt;

&lt;P&gt;If so and these problems arose then I will contact the author of the article for help.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:03:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052706#M50642</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-11-10T12:03:25Z</dc:date>
    </item>
    <item>
      <title>Yes Kevin, Actually i am</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052707#M50643</link>
      <description>&lt;P&gt;Yes Kevin, Actually i am following the same installation process that was given in the link that you given. As the article promised about performance, so i started using it, but it is showing those above errors. So if you have any solutions regarding that then it's very useful for me.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:14:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052707#M50643</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-10T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Ok, I'll contact the author</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052708#M50644</link>
      <description>&lt;P&gt;Ok, I'll contact the author about lending some help.&lt;/P&gt;

&lt;P&gt;While I'm awaiting his reply, it will be helpful knowing details of your configuration in comparison to details listed in the article under the &lt;STRONG&gt;Testing Platforms Configuration&lt;/STRONG&gt; section, specifically compiler, MPSS, host OS. I noted from your earlier post that you are using the IPS XE 2015 (15.0 compiler) release, so:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;what is version of MPSS do you have?&lt;/LI&gt;
	&lt;LI&gt;what Linux OS release &amp;amp; version is on your host?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:17:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052708#M50644</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-11-10T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Thanks for the help, but i</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052709#M50645</link>
      <description>&lt;P&gt;Thanks for the help, but i need some more help from you guys.&lt;/P&gt;

&lt;P&gt;On Host :::::::::&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;MPSS Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 3.3&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Linux OS release :&amp;nbsp;CentOS release 6.5 (Final)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 06:07:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052709#M50645</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-11T06:07:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052710#M50646</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There were problems&amp;nbsp;of g++ 4.7/4.8 compatililty with ICC 14.0, fixed in update 2. Please report your version of compiler (icc -V) and g++. Also, compile GROMACS with "make -j 1 VERBOSE=1" and provide compilation log. I will see what we can do.&lt;/P&gt;
&lt;P&gt;Regards, Mikhail&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 10:13:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052710#M50646</guid>
      <dc:creator>Mikhail_P_Intel</dc:creator>
      <dc:date>2014-11-11T10:13:08Z</dc:date>
    </item>
    <item>
      <title>Hi Mikhail,</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052711#M50647</link>
      <description>&lt;P&gt;Hi Mikhail,&lt;/P&gt;

&lt;P&gt;This all gave you all the info that you asked i guess...&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;icc -v&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;icc version 15.0.0 (gcc version 4.4.7 compatibility)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;g++ --version&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I also send the compilation error log after "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&lt;STRONG&gt;make -j 1 VERBOSE=1&lt;/STRONG&gt;". Please find the document here with mail.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:49:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052711#M50647</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-12T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Hi Kumar,</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052712#M50648</link>
      <description>&lt;P&gt;Hi Kumar,&lt;/P&gt;
&lt;P&gt;Do you make "source mpss_vars.sh" to set up MPSS environment?&lt;/P&gt;
&lt;P&gt;Also, try compiler options from the recipe article:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;DCMAKE_C_FLAGS="-std=gnu99 -O3 -mmic -vec-report1 -fno-alias -ip -funroll-all-loops -fimf-domain-exclusion=15 -g -DNDEBUG -I$ZLIB_DIR/include" \&lt;BR /&gt;DCMAKE_CXX_COMPILER=mpiicpc \&lt;BR /&gt;DCMAKE_CXX_FLAGS="-std=c++0x -O3 -mmic -vec-report1 -fno-alias -ip -funroll-all-loops -fimf-domain-exclusion=15 -g -DNDEBUG -I$ZLIB_DIR/include"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 14:44:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052712#M50648</guid>
      <dc:creator>Mikhail_P_Intel</dc:creator>
      <dc:date>2014-11-13T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Hi  Mikhail,</title>
      <link>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052713#M50649</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Mikhail,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;No i did not do anything like&amp;nbsp;&amp;nbsp;"source mpss_vars.sh" to set MPSS environment.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I also tried the options that you told me, still the error is coming.I am giving alt the details here with an attachment below.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;cmake .. -DCMAKE_C_COMPILER=/opt/intel/impi/5.0.1.035/intel64/bin/mpiicc -DCMAKE_EXE_LINKER_FLAGS="-L/home/prasanna/zlib-path/lib" -DCMAKE_C_FLAGS="-std=gnu99 -O3 -mmic -vec-report1 -fno-alias -ip -funroll-all-loops -fimf-domain-exclusion=15 -g -DNDEBUG -I/home/prasanna/zlib-path/include" -DCMAKE_CXX_COMPILER=/opt/intel/impi/5.0.1.035/intel64/bin/mpiicpc -DCMAKE_CXX_FLAGS="-std=c++0x -O3 -mmic -vec-report1 -fno-alias -ip -funroll-all-loops -fimf-domain-exclusion=15 -g -DNDEBUG -I/home/prasanna/zlib-path/include" -DGMX_MPI=ON -DCMAKE_INSTALL_PREFIX=/home/prasanna/gromacs-mic -DGMX_OPENMP=ON -DGMX_FFT_LIBRARY=mkl -DGMX_SKIP_DEFAULT_CFLAGS=ON&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;make -j 4&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 05:30:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Regarding-GROMACS-installation-on-using-MIC/m-p/1052713#M50649</guid>
      <dc:creator>Prasanna_Kumar_N_</dc:creator>
      <dc:date>2014-11-14T05:30:38Z</dc:date>
    </item>
  </channel>
</rss>

