Explorar o código

Use 4 cores per MPI slaves when checking

Corentin Salingue %!s(int64=8) %!d(string=hai) anos
pai
achega
7ed5090182
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      starpu.mk

+ 1 - 1
starpu.mk

@@ -16,7 +16,7 @@
 
 if STARPU_USE_MPI_MASTER_SLAVE
 MPI_LAUNCHER 			= $(MPIEXEC)  $(MPIEXEC_ARGS) -np 4
-MPI_RUN_ARGS			= STARPU_WORKERS_NOBIND=1 STARPU_NCPU=4
+MPI_RUN_ARGS			= STARPU_WORKERS_NOBIND=1 STARPU_NCPU=4 STARPU_NMPIMSTHREADS=4
 endif
 
 showcheck: