File tree Expand file tree Collapse file tree
docker/ubuntu18.04/openmpi4.0.4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y gdb emacs-nox vim
2323
2424WORKDIR /
2525
26- RUN echo "INVALIDATE_6 " > /dev/null
26+ RUN echo "INVALIDATE_7 " > /dev/null
2727COPY run_nwchem_chimbuko.sh /
2828COPY sos_filter.txt /
2929COPY chimbuko_config.templ /
Original file line number Diff line number Diff line change 9797if [[ " $ADIOS_MODE " == " SST" || " $ADIOS_MODE " == " BP4" ]]
9898then
9999 echo " Launch Application with anomaly detectors"
100- eval " mpirun --allow-run-as-root -n ${NMPIS} ${ad_cmd} &"
100+ eval " mpirun --oversubscribe -- allow-run-as-root -n ${NMPIS} ${ad_cmd} &"
101101 sleep 5
102102
103- mpirun --allow-run-as-root -n $NMPIS ${TAU_EXEC} nwchem ethanol_md.nw 2>&1 | tee chimbuko/logs/nwchem.log
103+ mpirun --oversubscribe -- allow-run-as-root -n $NMPIS ${TAU_EXEC} nwchem ethanol_md.nw 2>&1 | tee chimbuko/logs/nwchem.log
104104else
105105 echo " Use BP mode"
106106 if ! $HAS_BPFILE
107107 then
108108 echo " Run NWChem"
109- mpirun --allow-run-as-root -n $NMPIS ${TAU_EXEC} nwchem ethanol_md.nw 2>&1 | tee logs/nwchem.log
109+ mpirun --oversubscribe -- allow-run-as-root -n $NMPIS ${TAU_EXEC} nwchem ethanol_md.nw 2>&1 | tee logs/nwchem.log
110110 fi
111111 echo " Run anomaly detectors"
112112 eval " mpirun --allow-run-as-root -n ${NMPIS} ${ad_cmd} &"
You can’t perform that action at this time.
0 commit comments