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

Merge branch 'slurm-15.08' into slurm-16.05

parents 9834b29b c75c6d71
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,10 @@ $srun -N1 -n1 -w$node2 mkdir /tmp/$node2
$srun -N1 -n1 -w$node2 ./$file_in2
echo -n \"Checking node 1: \"
$srun -N1 -n1 -w$node2 ls /tmp/$node2/test$test_id\_file
$srun -Q -N1 -n1 -w$node2 ls /tmp/$node2/test$test_id\_file
echo -n \"Checking node 0: \"
$srun -N1 -n1 -w$node1 ls /tmp/$node1/test$test_id\_file
$srun -Q -N1 -n1 -w$node1 ls /tmp/$node1/test$test_id\_file
$srun $bin_rm -f /tmp/$node1/test$test_id\_file
$srun $bin_rm -fr /tmp/$node1
......
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