TABLE OF CONTENTS
::pwtk::queue::print
SYNOPSIS
proc ::pwtk::queue::print {queueSystem} {
PURPOSE
Prints to stdout the content of the whole script for the queueSystem.
ARGUMENTS
- queueSystem -- name of batch queuing system (e.g. slurm, ll, lsf, ...)
SOURCE
puts stdout [getScript $queueSystem] }