Explorar o código

Do not record starpu execution time for smpi, to get deterministic simulation

Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
9fb19ba110
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/starpu_smpirun.in

+ 1 - 1
tools/starpu_smpirun.in

@@ -96,7 +96,7 @@ EOF
 
 STACKSIZE=$(ulimit -s)
 [ "$STACKSIZE" != unlimited ] || STACKSIZE=8192
-$SMPIRUN -platform $PLATFORM -hostfile $MPI_HOSTFILE "$@" --cfg=smpi/privatize_global_variables:yes --cfg=contexts/stack_size:$STACKSIZE
+$SMPIRUN -platform $PLATFORM -hostfile $MPI_HOSTFILE "$@" --cfg=smpi/privatize_global_variables:yes --cfg=smpi/simulate_computation:no --cfg=contexts/stack_size:$STACKSIZE
 RET=$?
 
 rm -f $PLATFORM