TABLE OF CONTENTS
::pwtk::queue::getBody
SYNOPSIS
proc ::pwtk::queue::getBody {queueSystem} {
PURPOSE
Returns the content of the body-part of the script for the queueSystem.
ARGUMENTS
- queueSystem -- name of batch queuing system (e.g. slurm, ll, lsf, ...)
SOURCE
variable scriptBody return "$scriptBody($queueSystem)\n" }