Loading ci-support.sh +7 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,13 @@ run_examples() CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD" fi if [[ $bn == *mpi* ]]; then (cd "$dn"; time LD_PRELOAD="$CI_SUPPORT_LD_PRELOAD" \ mpiexec -x LD_PRELOAD -x PYOPENCL_TEST -np ${CI_SUPPORT_MPI_RANK_COUNT:-3} \ ${PY_EXE} -m mpi4py "$bn") else (cd "$dn"; time LD_PRELOAD="$CI_SUPPORT_LD_PRELOAD" ${PY_EXE} "$bn") fi done fi } Loading Loading
ci-support.sh +7 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,13 @@ run_examples() CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD" fi if [[ $bn == *mpi* ]]; then (cd "$dn"; time LD_PRELOAD="$CI_SUPPORT_LD_PRELOAD" \ mpiexec -x LD_PRELOAD -x PYOPENCL_TEST -np ${CI_SUPPORT_MPI_RANK_COUNT:-3} \ ${PY_EXE} -m mpi4py "$bn") else (cd "$dn"; time LD_PRELOAD="$CI_SUPPORT_LD_PRELOAD" ${PY_EXE} "$bn") fi done fi } Loading