Command Usage: samgridBatchAdmin v8_1_5
samgridBatchAdmin add project queue

Just having some fun...
Command Description:

Add a project queue (could be associated with a consumer queue) 
to a given batch adapter in the station configuration. Project
queues should be used in those cases where project is submitted
to the batch system. If project queue has an associated consumer queue,
the consumer jobs will be re-submitted there, otherwise they
will run within the same (project's) batch slot.

For a full description of available queue types and their usages
please see the SAM Batch Adapter documentation.


Usage:
       samgridBatchAdmin add project queue <--requiredOptions> [--options] [-flags]

Where:

  --requiredOptions:
	             --adapter=<value> # batch adapter name
	               --queue=<value> # batch queue name
	             --station=<value> # station name

  --options:
	       --consumerQueue=<value> # consumer queue
	         --description=<value> # description string

   -flags:
	                            -d # debug flag
	                            -v # verbose flag

Required Data Types:
	                       adapter : string 
	                 consumerQueue : string 
	                   description : string 
	                         queue : string 
	                       station : string 

You may omit "--station=<value>" if the $SAM_STATION environmental variable is set.

UNIX ExitStatus:
	             Success :   0
	Unhandled exceptions : 127


See Also: