TABLE OF CONTENTS


::pwtk::slurm_head

USAGE

   slurm_head { ...batch sh-script snippet here... }

EXAMPLE

   slurm_head {
      echo "Today is `date`"
      module load QuantumESPRESSO/7.3.1
   }

DESCRIPTION

This command sets the "head" part of the SLURM batch shell script. In PWTK, the batch shell script is composed of four parts:

        profile   (always exists)
         |
        head      (optional)
         |
        pwtk      (always exists)
         |
        tail      (optional)

where: