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