Changeset 359 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 19, 2009 4:56:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r352 r359 185 185 # 08/07/09 - Siggi - default value for email_notification is none, 186 186 # option -e added to subjob 187 # 19/08/09 - Marcus - MPI debug option 187 188 188 189 … … 2866 2867 PATH=$PATH:$TEMPDIR 2867 2868 2869 # MPI debug option (argument checking, slows down execution due to increased latency) 2870 if [[ "$mpi_debug" = true ]] 2871 then 2872 export MPI_CHECK_ARGS=1 2873 printf "\n +++ MPI_CHECK_ARGS=$MPI_CHECK_ARGS" 2874 fi 2875 2868 2876 if [[ "$cond1" = debug || "$cond2" = debug ]] 2869 2877 then
Note: See TracChangeset
for help on using the changeset viewer.