Allow gmxapi.commandline.cli to check GMXBIN.
[alexxy/gromacs.git] / python_packaging / scripts / run_full_mpi
1 #!/bin/bash
2 # Entry point script for Docker containers.
3 # See README.md and the gmxapi/ci-<option> Docker images.
4
5 set -ev
6
7 mpiexec -n 2 `which python` -m mpi4py -m pytest $HOME/gmxapi/test
8 mpiexec -n 2 `which python` -m mpi4py -m pytest $HOME/sample_restraint/tests