Browse Source

MPI: Make sure we talk to `localhost', not the machine's public name.

Ludovic Courtès 13 years ago
parent
commit
6fc99234d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/Makefile.am

+ 1 - 1
mpi/Makefile.am

@@ -17,7 +17,7 @@
 CC=$(MPICC)
 
 if STARPU_MPI_CHECK
-TESTS_ENVIRONMENT	=	$(MPIEXEC) -np 2
+TESTS_ENVIRONMENT	=	$(MPIEXEC) -np 2 -H localhost
 TESTS			=	$(check_PROGRAMS)
 endif