* TACC machines [#ja1a57e7]
#contents
* Memo for ranger.tacc.utexas.edu [#o20172e3]
** General tips [#i1f9d5f9]
- $HOME limit is 6GB.
- $WORK limit is 4TB, and deletes after 10-day.
- $SCRATCH is normally unavailable.
- $ARCHIVER is archive.tacc.utexas.edu and $ARCHIVE is unlimited. Use '''rcp''' to copy
rcp $WORK/myfile ${ARCHIVER}:${ARCHIVE}
** GSM/RSM tips [#ld5fb95d]
+ 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 [#v7937ecd]
showq -u {info for your jobs}
showq {system-wide job summaries}
qdel <jobid> {kill a job}
** Other Tips [#r0e59eeb]
- intel-mvapich works only for GSM. Not sure the reason.
- pgi-mvapich does not work at all.
- only intel-openmpi is validated.
** Links [#p391ad4e]
- http://www.tacc.utexas.edu/services/userguides/ranger
* Memo for lonestar.tacc.utexas.edu [#vf2a4b8f]
** General tips [#b3c1313e]
- $HOME limit is 200MB.
- $WORK is unlimited, but deletes after 10-day.
- $ARCHIVER is archive.tacc.utexas.edu and $ARCHIVE is unlimited. Use '''rcp''' to copy
rcp $WORK/myfile ${ARCHIVER}:${ARCHIVE}
** GSM/RSM tips [#wc8306cf]
+ 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 [#w7909149]
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 [#r79678a1]
- http://www.tacc.utexas.edu/services/userguides/lonestar/