mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
runtests does not look for parallel when procs=1
This commit is contained in:
parent
678d16402f
commit
6cf89260b4
1 changed files with 3 additions and 0 deletions
|
|
@ -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-])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue