mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
13 lines
175 B
Tcsh
Executable file
13 lines
175 B
Tcsh
Executable file
#!/bin/csh -f
|
|
#
|
|
# $Id$
|
|
#
|
|
set np = 1
|
|
if ($1 !="") then
|
|
set np = $1
|
|
endif
|
|
#
|
|
#--- small tests
|
|
#./runtests.mpi.unix procs $np testtask
|
|
./runtests.mpi.unix procs $np h2o c2h4
|
|
|