[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 = experimental # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = cobalt.ncsa.uiuc.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^co-login1(\.ncsa\.uiuc\.edu)?$ # Source tree management sourcebasedir = /u/ac/@USER@ optionlist = cobalt.cfg thornlist = wavetoy-generic.th submitscript = cobalt.sh make = make -j4 # Simulation management basedir = /u/ac/@USER@/scratch-global/simulations # quota cpu = Itanium 2 cpufreq = 1.6 # flop/cycle ppn = 512 spn = 256 # mpn max-num-threads = 512 num-threads = 1 memory = 4194304 nodes = 1 min-ppn = 1 allocation = out # queue maxwalltime = 18: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/batch/${PBS_JOBID} exechost = false exechostpattern = $^ stdout = false mpirun = time mpirun -np @PROCS@ ./@EXECUTABLE@ -L 3 @PARFILE@ stderr = false precmd = : postcmd = : stdout-follow = false