mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
small test for docker containers
This commit is contained in:
parent
6b0a971207
commit
b959e5ee07
1 changed files with 13 additions and 0 deletions
13
QA/docker-test.mpi
Executable file
13
QA/docker-test.mpi
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue