TABLE OF CONTENTS
::pwtk::queue::clear
SYNOPSIS
proc ::pwtk::queue::clear {queueSystem} {
PURPOSE
Clear the content of a batch queue shell-script.
ARGUMENT
- queueSystem -- one among the supported queue systems (slurm, lsf, ll)
SOURCE
variable queue array set queue [list $queueSystem,profile {} $queueSystem,head {} $queueSystem,pwtk {} $queueSystem,tail {}] }