Skip to content
Snippets Groups Projects
Commit 9e884713 authored by Don Lipari's avatar Don Lipari
Browse files

Removed the change introduced in r21723

parent 37c093c7
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,6 @@ if {[test_front_end] != 0 || $enable_memory_leak_debug != 0} { ...@@ -62,7 +62,6 @@ if {[test_front_end] != 0 || $enable_memory_leak_debug != 0} {
# #
make_bash_script $file_in " make_bash_script $file_in "
$bin_sleep 5 $bin_sleep 5
ulimit -u 7168
for ((inx=0; inx < $task_cnt; inx++)) ; do for ((inx=0; inx < $task_cnt; inx++)) ; do
$srun -N1 -n1 $bin_sleep $sleep_time & $srun -N1 -n1 $bin_sleep $sleep_time &
done done
......
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