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

Avoid test failure on Cray

On cray systems with step NHC, the step launches are delayed and
  produce a pair of messages (below) that caused the test to fail:
  srun: Job step creation temporarily disabled, retrying
  srun: Job step created
parent 3d050969
No related branches found
No related tags found
No related merge requests found
...@@ -91,10 +91,10 @@ $srun -w$node2 mkdir /tmp/$node2 ...@@ -91,10 +91,10 @@ $srun -w$node2 mkdir /tmp/$node2
$srun -N1 -n1 -r1 ./$file_in2 $srun -N1 -n1 -r1 ./$file_in2
echo -n \"Checking node 1: \" 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: \" 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 -f /tmp/$node1/test$test_id\_file
$srun $bin_rm -fr /tmp/$node1 $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