[peyote] # Machine description nickname = peyote name = Peyote location = AEI description = The old AEI numrel cluster webpage = http://supercomputers.aei.mpg.de/peyote status = outdated # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = peyote.aei.mpg.de # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^(peyote|peyoteb|peyotec)(\.aei\.mpg\.de)?$ # Source tree management sourcebasedir = /home/@USER@ optionlist = peyote-mpich.cfg thornlist = wavetoy-generic.th submitscript = peyote-mpich.sh runscript = peyote-mpich.sh make = ssh peyoteb "cd $(pwd) && make -j4" # Simulation management basedir = /data2/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 2 # spn # mpn max-num-threads = 2 num-threads = 2 memory = 4096 nodes = 128 # min-ppn # allocation queue = old maxwalltime = 2400:00:00 # maxqueueslots submit = qsub @SCRIPTFILE@ # run # run2 getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ([[:digit:]]+) statuspattern = ^@JOB_ID@[. ] queuedpattern = " Q " runningpattern = " R " scratchdir = /scratch/${USER}/${PBS_JOBID} exechost = qstat -f @JOB_ID@ exechostpattern = exec_host = (\w+)/ stdout = ssh $(echo @EXECHOST@ | sed -e "s/ic/kali/") cat /var/spool/pbs/spool/@JOB_ID@.peyot.OU stderr = ssh $(echo @EXECHOST@ | sed -e "s/ic/kali/") cat /var/spool/pbs/spool/@JOB_ID@.peyot.ER precmd = : postcmd = : stdout-follow = ssh $(echo @EXECHOST@ | sed -e "s/ic/kali/") tail -n 100 -f /var/spool/pbs/spool/@JOB_ID@.peyot.OU /var/spool/pbs/spool/@JOB_ID@.peyot.ER