# ==================================================================== # System configuration file the UPC test harness on Perlmutter # ==================================================================== # Specify the network [GASNet conduit] to be used network = ucx # Specify the type of batch system in use. batch_sys = slurm submit_cmd = 'sbatch -C gpu --gpus-per-task=1 --gpu-bind=map_gpu:0,1,2,3' resubmit_cmd = 'sbatch -C gpu --gpus-per-task=1 --gpu-bind=map_gpu:0,1,2,3' queues = [ { Q_name => gpu, Q_maxnode => 8, Q_minnode => 1, Q_maxtpn => 8, Q_maxtime => 4:00:00, Q_usenodes => 1 } ] repository = m2878_g nthread_default = 4 num_pthreads = 0 max_proc_per_node = 4 min_num_nodes = 1 run_env_default = { GASNET_CSPAWN_CMD => 'srun -K0 -W60 %V -mblock,NoPack -n %N %C', MPIRUN_CMD => 'srun -K0 -W60 %V -mblock,NoPack -n %N %C', SLURM_CPUS_PER_TASK => 8, SLURM_THREADS_PER_CORE => 1, }