[poseidon] # Machine description nickname = poseidon name = Poseidon location = LONI, Tulane description = The LONI Linux cluster at UNO webpage = http://www.loni.org/systems/system.php?system=Poseidon status = production # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = poseidon.loni.org # iomachine trampoline = is rsynccmd = /home/eschnett/rsync-3.0.6/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^poseidon2(\.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 = 64 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:]]+)[.]poseidon2 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@.posei.OU mpirun = 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@.posei.ER precmd = : postcmd = : stdout-follow = ssh @EXECHOST@ tail -n 100 -f /var/spool/torque/spool/@JOB_ID@.posei.OU /var/spool/torque/spool/@JOB_ID@.posei.ER