Changeset 1549 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jan 30, 2015 2:26:16 PM (9 years ago)
Author:
suehring
Message:

Enable interactive debug session with the allinea debugger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1548 r1549  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# Enable interactive debug sessions with allinea debugger
    2525#
    2626# Former revisions:
     
    32463246    if [[ "$cond1" = debug  ||  "$cond2" = debug ]]
    32473247    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
    32483264       if [[ "$ENVIRONMENT" = BATCH ]]
    32493265       then
Note: See TracChangeset for help on using the changeset viewer.