[gpc] # Machine description nickname = gpc name = GPC location = SciNet (Toronto) description = General-purpose Cluster at SciNet webpage = https://support.scinet.utoronto.ca/wiki/index.php/GPC_Quickstart status = production # Access to this machine hostname = gpc03 iomachine = scinet trampoline = scinet aliaspattern = ^(gpc0[1234]|gpc-f[0-9]+n[0-9]+)(|\.scinet\.utoronto\.ca|\.scinet\.local)$ # Source tree management sourcebasedir = /home/e/@USER@/@USER@ optionlist = gpc.cfg submitscript = gpc.sub runscript = gpc.run make = make -j8 # Simulation management basedir = /scratch/e/@USER@/@USER@/simulations cpu = Intel(R) Xeon(R) CPU E5540 @ 2.53GHz cpufreq = 2.53 flop/cycle = 4 hyperthreads = 2 ppn = 8 spn = 2 mpn = 1 max-num-threads = 8 num-threads = 8 memory = 16384 I1size = 32768 I1linesize = 64 I1assoc = 4 D1size = 32768 D1linesize = 64 D1assoc = 8 L3size = 8388608 L3linesize = 64 L3assoc = 16 nodes = 3756 min-ppn = 8 allocation = UNKNOWN-ALLOCATION queue = batch maxwalltime = 48:00:00 submit = qsub @SCRIPTFILE@ interactivecmd = qsub -I -X -A @ALLOCATION@ -q @QUEUE@ -r n -l walltime=@WALLTIME@ -l nodes=@NODES@:ppn=@PPN@ -V -N @SHORT_SIMULATION_NAME@ -M @EMAIL@ -m abe #? getstatus = qstat @JOB_ID@ stop = qdel @JOB_ID@ submitpattern = ^(\d+)\. statuspattern = ^@JOB_ID@[. ] queuedpattern = " Q " runningpattern = " R " holdingpattern = " H " exechost = qstat -f @JOB_ID@ #? exechostpattern = exec_host = (\w+)/ #? stdout = cat /u/ac/@USER@/.pbs_spool/@JOB_ID@.abem5.OU #? stderr = cat /u/ac/@USER@/.pbs_spool/@JOB_ID@.abem5.ER #? stdout-follow = tail -n 100 -f /u/ac/@USER@/.pbs_spool/@JOB_ID@.abem5.OU /u/ac/@USER@/.pbs_spool/@JOB_ID@.abem5.ER #?