[eric] # Machine description nickname = eric name = Eric location = LONI, LSU description = The LONI Linux cluster at LSU webpage = http://www.loni.org/systems/system.php?system=Eric status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = eric.loni.org # iomachine trampoline = is rsynccmd = /home/eschnett/rsync-3.0.6/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^eric2(\.loni\.org)?$ # Source tree management sourcebasedir = /work/@USER@ optionlist = eric-mvapich2-new.cfg thornlist = wavetoy-generic.th submitscript = eric-mvapich2-new.sh make = make -j4 # Simulation management basedir = /work/@USER@/simulations # quota cpu = Dual Core Xeon 64-bit Processors cpufreq = 2.33 flop/cycle = 4 ppn = 4 spn = 2 mpn = 1 max-num-threads = 4 num-threads = 4 memory = 4096 nodes = 48 min-ppn = 4 allocation = loni_numrel04 queue = checkpt maxwalltime = 72:00:00 # maxqueueslots submit = qsub @SCRIPTFILE@ # run # run2 getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ([[:digit:]]+)[.]eric2 statuspattern = ^@JOB_ID@[. ] queuedpattern = " Q " runningpattern = " R " scratchdir = /var/scratch/${USER}/${PBS_JOBID} exechost = qstat -f @JOB_ID@ exechostpattern = exec_host = (\w+)/ stdout = ssh @EXECHOST@ cat /var/spool/torque/spool/@JOB_ID@.eric.OU mpirun = export MPICHDIR=/usr/local/packages/mvapich2/1.4/intel-11.1 && export MPI_NODEFILE=@MPI_NODEFILE@ && export CACTUS_STARTTIME=$(date +%s) && time ${MPICHDIR}/bin/mpirun_rsh -np @NUM_PROCS@ -hostfile ${MPI_NODEFILE} /bin/env MV2_ENABLE_AFFINITY=0 OMP_NUM_THREADS=@NUM_THREADS@ @EXECUTABLE@ -L 3 @PARFILE@ stderr = ssh @EXECHOST@ cat /var/spool/torque/spool/@JOB_ID@.eric.ER precmd = : postcmd = : stdout-follow = ssh @EXECHOST@ tail -n 100 -f /var/spool/torque/spool/@JOB_ID@.eric.OU /var/spool/torque/spool/@JOB_ID@.eric.ER