TABLE OF CONTENTS
::pwtk::queue::getScript
SYNOPSIS
proc ::pwtk::queue::getScript {queueSystem} {
PURPOSE
Returns the content of the whole script for the queueSystem.
ARGUMENTS
- queueSystem -- name of batch queuing system (e.g. slurm, ll, lsf, ...)
SOURCE
return "[getHead $queueSystem][getSpecs $queueSystem][getBody $queueSystem][getTail $queueSystem]" }