[sicortex] # Machine description nickname = sicortex name = SiCortex location = SiCortex, Houston description = SiCortex machine webpage = http://sicortex.com/ status = outdated # Access to this machine user = mwt email = mthomas@cct.lsu.edu hostname = hou-snow iomachine = sicortex1 trampoline = sicortex1 rsynccmd = rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^sci-m8n6\.scsystem$ # Source tree management sourcebasedir = /home/@USER@ optionlist = sicortex.cfg thornlist = wavetoy-generic.th submitscript = sicortex.sh runscript = sicortex.sh make = make -j2 # Simulation management basedir = /home/@USER@/simulations # quota cpu = SiCortex ICE9B V1.0 FPU V0.1 cpufreq = 0.7 # flop/cycle ppn = 6 # spn # mpn max-num-threads = 6 num-threads = 6 memory = 4096 nodes = 235 min-ppn = 6 # 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 = /home/@USER@/scratch 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