Changeset 1549
- Timestamp:
- Jan 30, 2015 2:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1548 r1549 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # Enable interactive debug sessions with allinea debugger 25 25 # 26 26 # Former revisions: … … 3246 3246 if [[ "$cond1" = debug || "$cond2" = debug ]] 3247 3247 then 3248 3249 #Interactive ALLINEA DEBUG seesion 3250 if [[ "$ENVIRONMENT" != BATCH ]] 3251 then 3252 if [[ $host = lccrayb || $host = lccrayh ]] 3253 then 3254 if [[ "$allinea" = true ]] 3255 then 3256 echo "--- aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos" 3257 3258 ddt aprun -n $ii -N $tasks_per_node a.out $ROPTS 3259 wait 3260 fi 3261 fi 3262 fi 3263 3248 3264 if [[ "$ENVIRONMENT" = BATCH ]] 3249 3265 then
Note: See TracChangeset
for help on using the changeset viewer.