Todo this you can just create a new environment and which gives you a defined number of cpus for a specified job.
- create a file which describes the paralell environment like this
- register this on the head node
- add it to the list of available envionments
- test it with qlogin
pe_name threaded
slots 999
user_lists NONE
xuser_lists NONE
start_proc_args /bin/true
stop_proc_args /bin/true
allocation_rule $pe_slots
control_slaves FALSE
job_is_first_task TRUE
urgency_slots min
accounting_summary FALSE
qconf -Ap file.txt
qconf -mq all.q
pe_list make mpich mpi orte threaded
qlogin -pe threaded 4
No comments:
Post a Comment