torque_submit_workers(1) | Cooperative Computing Tools | torque_submit_workers(1) |
torque_submit_workers - submit work_queue_worker to a Torque cluster.
torque_submit_workers [options] <servername> <port> <num-workers>
torque_submit_workers schedules the execution of work_queue_worker(1) on the Torque batch system through its job submission interface, qsub. The number of work_queue_worker scheduled and run is given by the num-workers argument.
The servername and port arguments specify the hostname and port number of the master for the work_queue_worker to connect. These two arguments become optional when the auto mode option is specified for work_queue_worker.
On success, returns zero. On failure, returns non-zero.
Submit 10 worker instances to run on Torque and connect to a specific master:
torque_submit_workers master.somewhere.edu 9123 10
Submit 10 work_queue_worker instances to run on Torque in auto mode with their preferred project name set to Project_A and abort timeout set to 3600 seconds:
torque_submit_workers -a -t 3600 -M Project_A 10
The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.1.2 FINAL |