# ==================================================================== # System configuration file the UPC test harness on Perlmutter # ==================================================================== # Specify the network [GASNet conduit] to be used network = ofi # Specify the type of batch system in use. batch_sys = pbs # A filesystems setting is mandatory, but this might not always be the right value submit_cmd = qsub -l filesystems=home #resubmit_cmd = WIP queues = [ { Q_name => debug, Q_maxnode => 2, Q_minnode => 1, Q_maxtpn => 32, Q_maxtime => 1:00:00, }, { Q_name => debug-scaling, Q_maxnode => 10, Q_minnode => 1, Q_maxtpn => 32, Q_maxtime => 1:00:00, }, { Q_name => prod, Q_maxnode => 64, Q_minnode => 10, Q_maxtpn => 32, Q_maxtime => 4:00:00, } ] repository = CSC250STPM17 nthread_default = 4 num_pthreads = 0 max_proc_per_node = 32 min_num_nodes = 1