Changeset 362 for palm/trunk
- Timestamp:
- Aug 21, 2009 8:48:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r359 r362 186 186 # option -e added to subjob 187 187 # 19/08/09 - Marcus - MPI debug option 188 # 21/08/09 - Marcus - totalview on hice/bice also available for mvapich2 188 189 189 190 … … 2956 2957 # export MV2_NUM_PORTS=2 2957 2958 # export MV2_CPU_MAPPING=0:1:2:3 2958 mpiexec ./a.out $ROPTS < runfile_atmos 2959 if [[ "$totalview" = true ]] 2960 then 2961 printf "\n running totalview debugger" 2962 mpiexec -tv ./a.out $ROPTS < runfile_atmos 2963 else 2964 mpiexec ./a.out $ROPTS < runfile_atmos 2965 fi 2959 2966 fi 2960 2967 else
Note: See TracChangeset
for help on using the changeset viewer.