Browse Source

Make sure simgrid doesn't try to run mpi checks

Samuel Thibault 4 years ago
parent
commit
e991d8227f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/gitlab/simgrid.sh

+ 1 - 1
contrib/gitlab/simgrid.sh

@@ -15,7 +15,7 @@
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
 #
 
 
-STARPU_USER_CONFIGURE_OPTIONS="--enable-simgrid --disable-mpi" ./contrib/ci.inria.fr/job-1-check.sh
+STARPU_USER_CONFIGURE_OPTIONS="--enable-simgrid --disable-mpi --disable-mpi-check" ./contrib/ci.inria.fr/job-1-check.sh