[cobalt] # Machine description nickname = cobalt name = Cobalt location = NCSA description = A large SGI Altix at NCSA webpage = http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/SGIAltix/ status = outdated # Access to this machine hostname = cobalt.ncsa.uiuc.edu aliaspattern = ^co-login1(\.ncsa\.uiuc\.edu)?$ # Source tree management sourcebasedir = /u/ac/@USER@ optionlist = cobalt.cfg submitscript = cobalt.sh runscript = cobalt.sh make = make -j4 # Simulation management basedir = /u/ac/@USER@/scratch-global/simulations cpu = Itanium 2 cpufreq = 1.6 ppn = 512 spn = 256 max-num-threads = 512 num-threads = 1 memory = 4194304 nodes = 1 min-ppn = 1 allocation = out maxwalltime = 18:00:00 submit = qsub @SCRIPTFILE@ getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ([[:digit:]]+) statuspattern = ^@JOB_ID@[. ] queuedpattern = " Q " runningpattern = " R " holdingpattern = " H " scratchdir = /scratch/batch/${PBS_JOBID} exechost = false exechostpattern = $^ stdout = false stderr = false stdout-follow = false