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

Added a ulimit -u change to test9.8 to accommodate the many spawned tasks.

parent 3d6fe5d6
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ if {[test_front_end] != 0 || $enable_memory_leak_debug != 0} { ...@@ -62,6 +62,7 @@ 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