Allow gmxapi.commandline.cli to check GMXBIN.
[alexxy/gromacs.git] / python_packaging / scripts / run_full_mpi
index 9cae12748d35f75b9e03813c91d5828ee5946e8d..96859f25bb44b573ba52f899748635d7b8b38eaa 100755 (executable)
@@ -4,10 +4,5 @@
 
 set -ev
 
-# TODO: (#2756) Centrally manage dependencies on the GROMACS installation.
-#  The gmxapi package, virtualenv, or test  infrastructure should have an
-#  internal mechanism for tracking the correct GROMACS installation.
-source /usr/local/gromacs/bin/GMXRC
-
 mpiexec -n 2 `which python` -m mpi4py -m pytest $HOME/gmxapi/test
 mpiexec -n 2 `which python` -m mpi4py -m pytest $HOME/sample_restraint/tests