소스 검색

Fix duplicate MPI tests run

Samuel Thibault 4 년 전
부모
커밋
06a46370eb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mpi/GNUmakefile.in

+ 2 - 1
mpi/GNUmakefile.in

@@ -21,7 +21,8 @@ SUBDIRS=
 
 all:
 
-check: check-recursive
+@STARPU_SIMGRID_FALSE@check: check-recursive
+@STARPU_SIMGRID_FALSE@	:
 
 # divide by 4 the number of jobs to run in parallel, since mpirun will start 4
 # processes in the tests and examples