Skip to content
Snippets Groups Projects
Commit efdf17c2 authored by Morris Jette's avatar Morris Jette
Browse files

Minor changes to testing and documentation for Cray systems

parent d79852b3
No related branches found
No related tags found
No related merge requests found
...@@ -181,9 +181,9 @@ minimum node count for a partition is one compute node).</p> ...@@ -181,9 +181,9 @@ minimum node count for a partition is one compute node).</p>
<h3>srun options translations on a Cray</h3> <h3>srun options translations on a Cray</h3>
<p>The following <i>srun</i> options are translated to these <i>aprun</i> <p>The following <i>srun</i> options are translated to these <i>aprun</i>
options. If it isn't listed here there is no translation and while options. <i>srun</i> options not listed below have no equivalent <i>aprun</i>
the option can be used for the allocation within Slurm it will not be propagated translation and while the option can be used for the allocation within Slurm it
to <i>aprun</i>.</p> will not be propagated to <i>aprun</i>.</p>
<div id="slurmtable"> <div id="slurmtable">
<div id="row"><div id="slurmtd"><b>srun option</b></div><div id="slurmtd"><b>aprun option</b></div></div> <div id="row"><div id="slurmtd"><b>srun option</b></div><div id="slurmtd"><b>aprun option</b></div></div>
<div id="row"><div id="slurmtd">-c, --cpus-per-task</div><div id="slurmtd">-d</div></div> <div id="row"><div id="slurmtd">-c, --cpus-per-task</div><div id="slurmtd">-d</div></div>
...@@ -656,6 +656,6 @@ login: # /etc/init.d/slurm start ...@@ -656,6 +656,6 @@ login: # /etc/init.d/slurm start
<p class="footer"><a href="#top">top</a></p> <p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 7 November 2012</p> <p style="text-align:center;">Last modified 19 November 2012</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
...@@ -40,6 +40,11 @@ set scratch_file "scratch.$test_id" ...@@ -40,6 +40,11 @@ set scratch_file "scratch.$test_id"
print_header $test_id print_header $test_id
if {[test_cray]} {
send_user "\nWARNING: This test is not compatible with Cray systems\n"
exit $exit_code
}
# #
# Create a scratch file # Create a scratch file
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment