[melete] # Machine description nickname = melete name = Something location = Somewhere description = A generic machine # webpage status = experimental # Access to this machine user = sbrandt email = sbrandt@cct.lsu.edu hostname = melete # iomachine # trampoline rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^(melete\d+|master\.melete\.cct\.lsu\.edu)$ holdingpattern = " H " # Source tree management sourcebasedir = /home/@USER@ optionlist = melete.cfg thornlist = wavetoy-generic.th submitscript = melete.sub runscript = melete.run make = make -j 4 # Simulation management basedir = /home/@USER@/simulations quota = 10 cpu = Whatever cpufreq = 0 flop/cycle = 1 ppn = 12 spn = 1 mpn = 1 max-num-threads = 12 num-threads = 12 memory = 1024 nodes = 4 # min-ppn # allocation # queue # maxwalltime # maxqueueslots submit = ( cd $(dirname @SCRIPTFILE@) && qsub $(basename @SCRIPTFILE@) ) # 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 stderr = cat @SIMULATION_NAME@.err precmd = : postcmd = : stdout-follow = tail -n 100 -f @SIMULATION_NAME@.out @SIMULATION_NAME@.err