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