Skip to content
Snippets Groups Projects
Commit 554aa6ae authored by Isaac Hartung's avatar Isaac Hartung Committed by Brian Christiansen
Browse files

Comment out existing prologs in test31.2

parent 8542b24d
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,10 @@ expect {
}
}
exec $bin_sed -i {s/^\(Prolog=\)/#\1/gI} $config_dir/slurm.conf
# Append Prolog config to the slurm.conf
exec $bin_echo "prolog=$cwd/$good_prolog" >> $config_dir/slurm.conf
exec $bin_echo "Prolog=$cwd/$good_prolog" >> $config_dir/slurm.conf
update_conf
spawn $sbatch -t1 -N1 -w$test_node --exclusive -o/dev/null $test_script
......@@ -211,8 +213,10 @@ expect {
}
}
exec $bin_sed -i {s/^\(Prolog=\)/#\1/gI} $config_dir/slurm.conf
# Append Prolog config to the slurm.conf
exec $bin_echo "prolog=$cwd/$bad_prolog" >> $config_dir/slurm.conf
exec $bin_echo "Prolog=$cwd/$bad_prolog" >> $config_dir/slurm.conf
update_conf
spawn $sbatch -t1 -N1 -w$test_node --exclusive -o/dev/null $test_script
......
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