network = ibv batch_sys = cobalt # Specify a sequence of queues, in order of preference, that can # be used to run the jobs. Each queue must define the following # fields: # Q_name -> name of the queue # Q_maxnode -> max number of nodes allowed by the queue # Q_minnode -> min number of nodes allowed by the queue # Q_maxtpn -> max number of tasks per node allowed by queue # Q_maxtime -> the maximum queue limit for the queue # in the form HHH:MM:SS, 00:00:00 for unlimited queues = [ { Q_name => gomez, Q_maxnode => 4, Q_minnode => 1, Q_maxtpn => 32, Q_maxtime => 04:00:00, }, ] #repository = N/A nthread_default = 8 max_proc_per_node = 4 num_pthreads = 2 min_num_nodes = 1 max_nodes_to_run = 4 run_env_default = { GASNET_TEST_THREAD_LIMIT => 8, GASNET_PHYSMEM_MAX => '500G', GASNET_PHYSMEM_NOPROBE => 1 } startjob_cmd = [ 'X=`tr \\\n , <$COBALT_NODEFILE`', 'GASNET_SSH_SERVERS=$X', 'export GASNET_SSH_SERVERS', 'AMUDP_SSH_SERVERS=$X$X$X$X', 'export AMUDP_SSH_SERVERS', 'unset X', ]