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
7d89e624
Commit
7d89e624
authored
8 years ago
by
Morris Jette
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-16.05'
parents
371c6d8c
b201faed
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/publications.shtml
+3
-1
3 additions, 1 deletion
doc/html/publications.shtml
testsuite/expect/test35.2
+22
-0
22 additions, 0 deletions
testsuite/expect/test35.2
with
25 additions
and
1 deletion
doc/html/publications.shtml
+
3
−
1
View file @
7d89e624
...
...
@@ -305,6 +305,8 @@ Denis Trystram (University Grenoble-Alpes)</li>
Yiannis Georgiou and David Glesser (Bull),
Krzysztof Rzadca (University of Warsaw),
Denis Trystram (University Grenoble-Alpes)</li>
<li><a href="SUG14/data_movement.pdf">High Performance Data movement between Lustre and Enterprise storage systems</a>
Aamir Rashid (Terascala)</li>
<li><a href="SUG14/remote_gpu.pdf">Extending Slurm with Support for Remote GPU Virtualization</a>
...
...
@@ -775,6 +777,6 @@ Danny Auble of LLNL about Slurm.</p>
Learning Chef: Compute Cluter with Slurm</a>
A Slurm Cookbook by Adam DeConinck</p>
<p style="text-align:center;">Last modified
29 November
201
6
</p>
<p style="text-align:center;">Last modified
12 January
201
7
</p>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
testsuite/expect/test35.2
+
22
−
0
View file @
7d89e624
...
...
@@ -42,6 +42,28 @@ set output_use "test$test_id.use.output"
set script_use "test$test_id.use.bash"
set tmp_file "test$test_id"
#
# get my uid and clear any vestigial triggers
#
set uid -1
spawn $bin_id -u
expect {
-re "($number)" {
set uid $expect_out(1,string)
exp_continue
}
eof {
wait
}
}
if {$uid == -1} {
send_user "\nCan't get my uid\n"
exit 1
} elseif {$uid == 0} {
send_user "\nWARNING: Can't run this test as user root\n"
exit 0
}
proc find_bb_jobid { fname bb_jobid } {
global bin_cat
...
...
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