torque_submit_workers(1)

NAME

torque_submit_workers - submit work_queue_worker to a Torque cluster.

SYNOPSIS

torque_submit_workers [options] <servername> <port> <num-workers>

DESCRIPTION

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.

OPTIONS

-a Enable auto mode for work_queue_worker.
-s Run as a shared worker.
-N <name>
Preferred project name for work_queue_worker to connect.
-C <catalog>
Set catalog server for work_queue_worker to . : HOSTNAME:PORT.
-t <seconds>
Abort work_queue_worker after this amount of idle time (default=900s).
-j <>
Use job array to submit workers.
-p <parameters>
Torque qsub parameters.
-h Show help message.

EXIT STATUS

On success, returns zero. On failure, returns non-zero.

EXAMPLES

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 -N Project_A 10

COPYRIGHT

The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2011 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

SEE ALSO

  • Cooperative Computing Tools Documentation
  • Work Queue User Manual
  • work_queue_worker(1)
  • work_queue_status(1)
  • work_queue_pool(1)
  • condor_submit_workers(1)
  • sge_submit_workers(1)
  • torque_submit_workers(1)
  • ec2_submit_workers(1)
  • ec2_remove_workers(1)

  • CCTools 3.6.2 released on 02/11/2013