TACC machines †
Memo for ranger.tacc.utexas.edu †
General tips †
GSM/RSM tips †
- Choose "ranger" as institution.
- Choose "intel" as machine.
- Choose "mpi" as march.
- Insert "USE IFPORT" in src/fcst/setras.F
- ln -s /usr/bin/gunzip uncompress
- Make path from ifort (/opt/apps/intel/10.1/fc/bin)
$ module swap pgi intel
- Make path from intel-version of openmpi (/opt/apps/intel10_1/openmpi/1.3/bin)
$ module add openmpi
- Add "-xW" option to options-intel-mpi in libs and gsm(rsm).
- qsub grsmscript to execute
qsub commands †
showq -u {info for your jobs}
showq {system-wide job summaries}
qdel <jobid> {kill a job}
Other Tips †
- intel-mvapich works only for GSM. Not sure the reason.
- pgi-mvapich does not work at all.
- only intel-openmpi is validated.
Links †
Memo for lonestar.tacc.utexas.edu †
General tips †
GSM/RSM tips †
- Choose "tacc" as institution.
- Insert "USE IFPORT" in src/fcst/setras.F
- Modify TIME_LIMIT in configure-model and configure-scr (only "HH:MM" is valid)
- Modify runscr/r_fcst.in (or fcst.in) as below
# $FCSTENV ./$PROG.x <$PROG.parm 1>r_fcstout.ft$hx 2>&1
ibrun ./$PROG.x <$PROG.parm 1>r_fcstout.ft$hx 2>&1
- bsub < grsmscript to execute
bsub commands †
bjobs {info for your jobs; use "-u all" for all users}
showq {system-wide job summaries}
bkill <jobid> {kill a job}
bqueues {show available queues}
bhist <jobid> {show time stats for queued (and completed) jobs}
Links †