Changes between Version 2 and Version 3 of Archer/DDT
- Timestamp:
- 01/04/15 11:01:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archer/DDT
v2 v3 27 27 28 28 {{{ 29 30 29 if [[ "$OASIS" = true ]]; then 31 30 aprun `cat OASIScoupled.conf` >> $OUTPUT … … 34 33 ddt -start -noqueue -n $UM_IOS_NPES -mpiargs "-N $NTASKS_PER_NODE -d $NTHREADS_PER_TASK -S $NTASKS_PER_NUMANODE -ss" $LOADMODULE >>$OUTPUT 35 34 fi 36 37 35 }}} 38 36 … … 54 52 }}} 55 53 56 At this stage you are on a job-launcher node (mom3 in this case) and can run aprun directly .54 At this stage you are on a job-launcher node (mom3 in this case) and can run aprun directly, ie launch a parallel job directly rather than through the scheduler. 57 55 58 '''5.''' cd to the umui_runs directory for your failing job - the directory created in step '''2''' and run the submit script interactively56 '''5.''' cd to the umui_runs directory for your failing job - the directory created in step '''2''', load the allinea module and run the submit script interactively 59 57 60 58 {{{ 59 grenvill@mom3 module load allinea 61 60 grenvill@mom3 ./umuisubmit_run 62 61 }}} 63 62 63 DDT should run - you'll see the DDT logo and a few seconds later the debugging window will appear like this: 64 64 65 [[Image(ddt.png)]] 66