diff --git a/QA/docker-test.mpi b/QA/docker-test.mpi new file mode 100755 index 0000000000..e6565d32f8 --- /dev/null +++ b/QA/docker-test.mpi @@ -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 +