소스 검색

Make starpu_smpirun return the value returned by smpirun

Samuel Thibault 10 년 전
부모
커밋
d374581c7e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tools/starpu_smpirun.in

+ 2 - 0
tools/starpu_smpirun.in

@@ -91,5 +91,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
+RET=$?
 
 rm -f $PLATFORM
+exit $RET