runtests does not look for parallel when procs=1

This commit is contained in:
Edoardo Apra 2004-05-21 01:37:51 +00:00
parent 678d16402f
commit 6cf89260b4

View file

@ -56,6 +56,9 @@ foreach argument ($argv)
set args_2_use = ($args_2_use $argument)
endif
end
if ($NPROC == 1) then
@ NPROC = 0
endif
#
# now remove first dummy argument from args_2_use
set args_2_use = ($args_2_use[2-])