<?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=Stream_Script</id>
	<title>Stream 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=Stream_Script"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Stream_Script&amp;action=history"/>
	<updated>2026-05-04T23:10:12Z</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=Stream_Script&amp;diff=5248&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=Stream_Script&amp;diff=5248&amp;oldid=prev"/>
		<updated>2014-11-25T15:25:54Z</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;export OMP_NUM_THREADS=$threads; /home/test/stream/stream_omp.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>