[catbert] # Machine description nickname = catbert name = Catbert location = LSU, CCT description = One of the numrel workstations # webpage status = outdated # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = catbert.phys.lsu.edu # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^catbert(\.phys\.lsu\.edu|\.cct\.lsu\.edu)?$ # Source tree management sourcebasedir = /home/@USER@ optionlist = catbert-intel.cfg thornlist = wavetoy-generic.th submitscript = catbert-intel.sh make = make -j2 # Simulation management basedir = /home/@USER@/simulations # quota # cpu # cpufreq # flop/cycle ppn = 2 # spn # mpn max-num-threads = 2 num-threads = 2 memory = 8192 nodes = 1 # min-ppn # allocation # queue # maxwalltime # maxqueueslots submit = sh @SCRIPTFILE@ < /dev/null > /dev/null 2> /dev/null & echo $! # run # run2 getstatus = ps @JOB_ID@ stop = kill @JOB_ID@ submitpattern = (.*) statuspattern = "^ *@JOB_ID@ " queuedpattern = $^ runningpattern = ^ scratchdir = scratchdir exechost = echo localhost exechostpattern = (.*) stdout = cat @SIMULATION_NAME@.out mpirun = stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err