Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
efdf17c2
Commit
efdf17c2
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes to testing and documentation for Cray systems
parent
d79852b3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/cray.shtml
+4
-4
4 additions, 4 deletions
doc/html/cray.shtml
testsuite/expect/test1.16
+5
-0
5 additions, 0 deletions
testsuite/expect/test1.16
with
9 additions
and
4 deletions
doc/html/cray.shtml
+
4
−
4
View file @
efdf17c2
...
@@ -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"-->
This diff is collapsed.
Click to expand it.
testsuite/expect/test1.16
+
5
−
0
View file @
efdf17c2
...
@@ -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
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment