TABLE OF CONTENTS
::pwtk::queue::get
SYNOPSIS
proc ::pwtk::queue::get {queueSystem} {
PURPOSE
Returns the content of the whole script for the queueSystem. Same as getScript proc, exits because other namespaces also have get proc, which returns the content of whatever something ...
ARGUMENTS
- queueSystem -- name of batch queuing system (e.g. slurm, ll, lsf, ...)
SOURCE
return [getScript $queueSystem] }