From b959e5ee075f415224898c56c8d2f72c13b98bb5 Mon Sep 17 00:00:00 2001 From: Marat Valiev Date: Thu, 14 Mar 2019 13:00:49 -0700 Subject: [PATCH] small test for docker containers --- QA/docker-test.mpi | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 QA/docker-test.mpi 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 +