<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=HPL_Script</id>
	<title>HPL Script - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=HPL_Script"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=HPL_Script&amp;action=history"/>
	<updated>2026-05-05T00:26:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=HPL_Script&amp;diff=5249&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;&lt;syntaxhighlight&gt; #!/bin/bash  module load openmpi/gcc/64/1.8.2-mlnx-ofed2  cd /home/test/imb/src  threads=20  for ((i=2; i&lt;=36; i++)) do          if [ &quot;$i&quot; -gt &quot;9&quot; ]         then       ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=HPL_Script&amp;diff=5249&amp;oldid=prev"/>
		<updated>2014-11-25T15:26:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight&amp;gt; #!/bin/bash  module load openmpi/gcc/64/1.8.2-mlnx-ofed2  cd /home/test/imb/src  threads=20  for ((i=2; i&amp;lt;=36; i++)) do          if [ &amp;quot;$i&amp;quot; -gt &amp;quot;9&amp;quot; ]         then       ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
module load openmpi/gcc/64/1.8.2-mlnx-ofed2 &lt;br /&gt;
cd /home/test/imb/src&lt;br /&gt;
&lt;br /&gt;
threads=20&lt;br /&gt;
&lt;br /&gt;
for ((i=2; i&amp;lt;=36; i++))&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
        if [ &amp;quot;$i&amp;quot; -gt &amp;quot;9&amp;quot; ]&lt;br /&gt;
        then&lt;br /&gt;
                nodea=&amp;quot;compute0${i}&amp;quot;&lt;br /&gt;
        else&lt;br /&gt;
                nodea=&amp;quot;compute00${i}&amp;quot;&lt;br /&gt;
        fi&lt;br /&gt;
        echo $nodea&lt;br /&gt;
&lt;br /&gt;
        ssh $nodea &amp;quot;/home/test/linpack/l_lpk_p_11.2.1.009/linpack_11.2.1/benchmarks/linpack/xlinpack_xeon64 &amp;lt; /home/test/linpack/l_lpk_p_11.2.1.009/linpack_11.2.1/benchmarks/linpack/datafile &amp;gt; $nodea.out&amp;quot; &amp;amp;&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>