<?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 A question about the performance of IntelMPI in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-question-about-the-performance-of-IntelMPI/m-p/1181072#M8128</link>
    <description>&lt;P&gt;Dear ALL，&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; We&amp;nbsp;have&amp;nbsp;an&amp;nbsp;IntelMPI&amp;nbsp;problem&amp;nbsp;and&amp;nbsp;we&amp;nbsp;need help.&amp;nbsp;Recently,&amp;nbsp;we&amp;nbsp;used&amp;nbsp;the&amp;nbsp;latest&amp;nbsp;Parallel&amp;nbsp;Studio(parallel_studio_xe_2018_update2_cluster_edition) to compile an&amp;nbsp;simulation&amp;nbsp;package(VASP). When&amp;nbsp;we&amp;nbsp;run&amp;nbsp;the&amp;nbsp;program,&amp;nbsp;it&amp;nbsp;is&amp;nbsp;found&amp;nbsp;that&amp;nbsp;the&amp;nbsp;load&amp;nbsp;rate (%CPU)&amp;nbsp;of&amp;nbsp;some&amp;nbsp;cores&amp;nbsp;change&amp;nbsp;repeatedly&amp;nbsp;from&amp;nbsp;20%&amp;nbsp;to 90%,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;status&amp;nbsp;of&amp;nbsp;some&amp;nbsp;cores&amp;nbsp;changes&amp;nbsp;from&amp;nbsp;"R"&amp;nbsp;to&amp;nbsp;"D".(you&amp;nbsp;can&amp;nbsp;referred&amp;nbsp;to&amp;nbsp;the&amp;nbsp;attachment, )&amp;nbsp;Is it reasonable?&amp;nbsp;If&amp;nbsp;not,&amp;nbsp;how&amp;nbsp;can&amp;nbsp;we&amp;nbsp;fix&amp;nbsp;it.Thanks!&lt;BR /&gt;
	&lt;BR /&gt;
	The&amp;nbsp;platform&amp;nbsp;detail:&amp;nbsp;each&amp;nbsp;node&amp;nbsp;have&amp;nbsp;2&amp;nbsp;cpus&amp;nbsp;(Intel(R)&amp;nbsp;Xeon(R)&amp;nbsp;Gold&amp;nbsp;6132&amp;nbsp;CPU&amp;nbsp;@&amp;nbsp;2.60GHz),&amp;nbsp;nodes&amp;nbsp;are&amp;nbsp;connected&amp;nbsp;by&amp;nbsp;infiniband. The pbs file used is shown below&lt;/P&gt;

&lt;DIV&gt;#! /bin/bash&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;#PBS -N test1_yx&lt;BR /&gt;
	#PBS -l nodes=2:ppn=16&lt;BR /&gt;
	#PBS -l walltime=240:00:00&lt;BR /&gt;
	#PBS -j oe&lt;BR /&gt;
	#PBS -q blade&lt;/DIV&gt;

&lt;DIV&gt;n_proc=$(cat $PBS_NODEFILE | wc -l)&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	cd $PBS_O_WORKDIR&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	mpirun -np ${n_proc}&amp;nbsp;&amp;nbsp; -hostfile $PBS_NODEFILE&amp;nbsp; /public/sourcecode/vasp/vasp.5.4.4/bin/vasp_std_constr&lt;/DIV&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	Bests!&lt;BR /&gt;
	Xiang&amp;nbsp;YE&lt;/P&gt;</description>
    <pubDate>Wed, 09 May 2018 07:21:58 GMT</pubDate>
    <dc:creator>ye__xiang</dc:creator>
    <dc:date>2018-05-09T07:21:58Z</dc:date>
    <item>
      <title>A question about the performance of IntelMPI</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-question-about-the-performance-of-IntelMPI/m-p/1181072#M8128</link>
      <description>&lt;P&gt;Dear ALL，&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; We&amp;nbsp;have&amp;nbsp;an&amp;nbsp;IntelMPI&amp;nbsp;problem&amp;nbsp;and&amp;nbsp;we&amp;nbsp;need help.&amp;nbsp;Recently,&amp;nbsp;we&amp;nbsp;used&amp;nbsp;the&amp;nbsp;latest&amp;nbsp;Parallel&amp;nbsp;Studio(parallel_studio_xe_2018_update2_cluster_edition) to compile an&amp;nbsp;simulation&amp;nbsp;package(VASP). When&amp;nbsp;we&amp;nbsp;run&amp;nbsp;the&amp;nbsp;program,&amp;nbsp;it&amp;nbsp;is&amp;nbsp;found&amp;nbsp;that&amp;nbsp;the&amp;nbsp;load&amp;nbsp;rate (%CPU)&amp;nbsp;of&amp;nbsp;some&amp;nbsp;cores&amp;nbsp;change&amp;nbsp;repeatedly&amp;nbsp;from&amp;nbsp;20%&amp;nbsp;to 90%,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;status&amp;nbsp;of&amp;nbsp;some&amp;nbsp;cores&amp;nbsp;changes&amp;nbsp;from&amp;nbsp;"R"&amp;nbsp;to&amp;nbsp;"D".(you&amp;nbsp;can&amp;nbsp;referred&amp;nbsp;to&amp;nbsp;the&amp;nbsp;attachment, )&amp;nbsp;Is it reasonable?&amp;nbsp;If&amp;nbsp;not,&amp;nbsp;how&amp;nbsp;can&amp;nbsp;we&amp;nbsp;fix&amp;nbsp;it.Thanks!&lt;BR /&gt;
	&lt;BR /&gt;
	The&amp;nbsp;platform&amp;nbsp;detail:&amp;nbsp;each&amp;nbsp;node&amp;nbsp;have&amp;nbsp;2&amp;nbsp;cpus&amp;nbsp;(Intel(R)&amp;nbsp;Xeon(R)&amp;nbsp;Gold&amp;nbsp;6132&amp;nbsp;CPU&amp;nbsp;@&amp;nbsp;2.60GHz),&amp;nbsp;nodes&amp;nbsp;are&amp;nbsp;connected&amp;nbsp;by&amp;nbsp;infiniband. The pbs file used is shown below&lt;/P&gt;

&lt;DIV&gt;#! /bin/bash&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;#PBS -N test1_yx&lt;BR /&gt;
	#PBS -l nodes=2:ppn=16&lt;BR /&gt;
	#PBS -l walltime=240:00:00&lt;BR /&gt;
	#PBS -j oe&lt;BR /&gt;
	#PBS -q blade&lt;/DIV&gt;

&lt;DIV&gt;n_proc=$(cat $PBS_NODEFILE | wc -l)&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	cd $PBS_O_WORKDIR&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	mpirun -np ${n_proc}&amp;nbsp;&amp;nbsp; -hostfile $PBS_NODEFILE&amp;nbsp; /public/sourcecode/vasp/vasp.5.4.4/bin/vasp_std_constr&lt;/DIV&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	Bests!&lt;BR /&gt;
	Xiang&amp;nbsp;YE&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 07:21:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-question-about-the-performance-of-IntelMPI/m-p/1181072#M8128</guid>
      <dc:creator>ye__xiang</dc:creator>
      <dc:date>2018-05-09T07:21:58Z</dc:date>
    </item>
    <item>
      <title>I don't see why this was</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-question-about-the-performance-of-IntelMPI/m-p/1181073#M8129</link>
      <description>&lt;P&gt;I don't see why this was bumped up to current status.&lt;/P&gt;&lt;P&gt;This looks highly dependent on the application and your disk system.&amp;nbsp; Making your D access gain from parallelism is a separate and usually more difficult problem, but it can't be characterized as an MPI problem, let alone an Intel MPI problem.&amp;nbsp; If you did have a problem with Intel MPI, the companion forum on cluster computing would be the place to ask.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:06:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/A-question-about-the-performance-of-IntelMPI/m-p/1181073#M8129</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2018-12-20T15:06:10Z</dc:date>
    </item>
  </channel>
</rss>

