# ===================================================================== # System configuration file for the UPC test harness on Crusher at OLCF # ===================================================================== network = ofi batch_sys = slurm submit_cmd = sbatch queues = [ { Q_name => batch, Q_maxnode => 8, Q_minnode => 1, Q_maxtpn => 64, Q_maxtime => 3:00:00, Q_usenodes => 1 } ] repository = csc296_crusher nthread_default = 4 max_proc_per_node = 8 run_env_default = { GASNET_SPAWNFN => 'C', GASNET_CSPAWN_CMD => 'srun -K0 -W60 -mblock,NoPack -n %N %C', MPIRUN_CMD => 'srun -K0 -W60 %V -mblock,NoPack -n %N %C', FI_PROVIDER => 'cxi', SRUN_CPUS_PER_TASK => 8, SLURM_CPUS_PER_TASK => 8, SLURM_THREADS_PER_CORE => 1, }