[tungsten] # Machine description nickname = tungsten name = Tungsten location = NCSA description = A large Linux cluster at NCSA webpage = http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/XeonCluster/ status = outdated # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = tungsten.ncsa.uiuc.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^tun[abcde](\.ncsa\.uiuc\.edu)?$ # Source tree management sourcebasedir = /u/ac/@USER@ optionlist = tungsten.cfg submitscript = tungsten.sh runscript = tungsten.sh make = make -j2 # Simulation management basedir = /u/ac/@USER@/scratch-global/simulations # quota # cpu # cpufreq # flop/cycle ppn = 2 # spn # mpn max-num-threads = 2 num-threads = 2 memory = 3072 nodes = 512 min-ppn = 2 allocation = out queue = normal maxwalltime = 48:00:00 # maxqueueslots submit = bsub < @SCRIPTFILE@ # run # run2 getstatus = bjobs @JOB_ID@ stop = bkill @JOB_ID@ submitpattern = <([[:digit:]]*)> statuspattern = ^ *@JOB_ID@ (?!.* DONE ) queuedpattern = " PEND " runningpattern = " RUN " scratchdir = /cfs/scratch/batch/${LSB_JOBID} exechost = false exechostpattern = $^ stdout = bpeek @JOB_ID@ stderr = true precmd = : postcmd = : stdout-follow = bpeek -f @JOB_ID@