[ranger] # Machine description nickname = ranger name = Ranger location = TACC description = A very large Linux cluster at TACC webpage = http://www.tacc.utexas.edu/services/userguides/ranger/ status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = login4.ranger.tacc.utexas.edu # iomachine # trampoline rsynccmd = /share/home/00507/eschnett/rsync-3.0.7/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = source /etc/profile && source /usr/local/etc/profile aliaspattern = ^login[1234](\.ranger\.tacc\.utexas\.edu)?$ # Source tree management sourcebasedir = /work/00507/@USER@ optionlist = ranger-mvapich2.cfg thornlist = wavetoy-generic.th submitscript = ranger-mvapich2.sh make = make -j8 # Simulation management basedir = /scratch/00507/@USER@/simulations # quota cpu = AMD Opteron Quad-Core 64-bit processors cpufreq = 2.3 flop/cycle = 4 ppn = 16 spn = 4 mpn = 4 max-num-threads = 16 num-threads = 4 memory = 32768 nodes = 768 min-ppn = 16 allocation = loni_cactus05 queue = long maxwalltime = 48:00:00 maxqueueslots = 49 submit = qsub @SCRIPTFILE@ # run # run2 getstatus = qstat -u @USER@ | awk '$1 == @JOB_ID@ {print $1,$5}' stop = qdel @JOB_ID@ submitpattern = Your job ([[:digit:]]+) \(.*?\) has been submitted statuspattern = ^@JOB_ID@[ \t] queuedpattern = ^@JOB_ID@[ \t]+(qw|hqw) runningpattern = ^@JOB_ID@[ \t]+r scratchdir = scratchdir exechost = false exechostpattern = $^ stdout = bpeek @JOB_ID@ mpirun = export CACTUS_STARTTIME=$(date +%s) && #time mpiexec -machinefile NODES -np @NUM_PROCS@ tacc_affinity ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = true precmd = : postcmd = : stdout-follow = bpeek -f @JOB_ID@