[mn] # Machine description nickname = mn name = Mare Nostrum location = BSC description = PowerPC webpage = http://www.bsc.es/plantillaA.php?cat_id=5 status = experimental # Access to this machine hostname = mn1.bsc.es # iomachine # trampoline rsynccmd = /home/uib68/uib68311/rsync-3.0.7/bin/rsync rsyncopts = sshcmd = ssh sshopts = localsshsetup = : environcmd = : sshsetup = : aliaspattern = ^login[0-9]$ # Source tree management sourcebasedir = /home/uib68/@USER@ optionlist = mn.cfg submitscript = mn.sub runscript = mn.run make = make -j2 # Simulation management basedir = /gpfs/scratch/uib68/@USER@ # quota cpu = IBM Power PC 970MP cpufreq = 2.3 flop/cycle = 4 ppn = 4 spn = 2 mpn = 2 #max-num-threads = num-threads # num-threads memory = 8192 nodes = 5120 min-ppn = 4 # allocation # queue # maxwalltime maxqueueslots = 20 submit = chmod a+x @SCRIPTFILE@ && qsub -A @ALLOCATION@ -q @QUEUE@ -t @WALLTIME@ --mode @(@NUM_THREADS@==4 ? "smp" : @NUM_THREADS@==2 ? "dual" : "vn")@ -n @NODES@ -M @USER@@alcf.anl.gov -O @SIMULATION_NAME@ -o @RUNDIR@/@SIMULATION_NAME@.out -e @RUNDIR@/@SIMULATION_NAME@.err --cwd @RUNDIR@-active --env=OMP_NUM_THREADS=@NUM_THREADS@ --env=BG_MAPPING=TXYZ @RUNDIR@-active/@EXECUTABLE@ -L 3 @PARFILE@ # run # run2 getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ([[:digit:]]+) statuspattern = ^@JOB_ID@[. ] queuedpattern = " queued " runningpattern = " running " scratchdir = scratchdir # exechost # exechostpattern # stdout # stderr precmd = : postcmd = : # stdout-follow