<?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=Cpuburnin_Script</id>
	<title>Cpuburnin 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=Cpuburnin_Script"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Cpuburnin_Script&amp;action=history"/>
	<updated>2026-06-19T00:08:28Z</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=Cpuburnin_Script&amp;diff=5255&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=Cpuburnin_Script&amp;diff=5255&amp;oldid=prev"/>
		<updated>2014-11-26T10:29:52Z</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 /home/test/cpuburning/runcpuburn.sh &amp;amp;        &lt;br /&gt;
&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
START=1&lt;br /&gt;
END=`cat /proc/cpuinfo | grep processor | wc -l`&lt;br /&gt;
 &lt;br /&gt;
for (( c=$START; c&amp;lt;=$END; c++ ))&lt;br /&gt;
do&lt;br /&gt;
        nohup /home/test/cpuburning/cpuburn-in 30 &amp;amp;&lt;br /&gt;
done&lt;br /&gt;
top&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>