Skip to content
Snippets Groups Projects
Commit 74b17867 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Have test1.92 make the bash script on its own

parent b35a8084
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,11 @@ set file_bash "test$test_id.bash" ...@@ -38,6 +38,11 @@ set file_bash "test$test_id.bash"
print_header $test_id print_header $test_id
make_bash_script $file_bash {
echo nodeid:$SLURM_NODEID taskid:$SLURM_PROCID localid:$SLURM_LOCALID
exit 0
}
# #
# Create an allocation # Create an allocation
# #
...@@ -272,5 +277,6 @@ expect { ...@@ -272,5 +277,6 @@ expect {
if {$exit_code == 0} { if {$exit_code == 0} {
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
file delete $file_bash
exit $exit_code exit $exit_code
#!/bin/bash
echo nodeid:$SLURM_NODEID taskid:$SLURM_PROCID localid:$SLURM_LOCALID
exit 0
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