#!/bin/bash

# Parameters
#MSUB -q {queue}
#MSUB -Q long
#MSUB -m workflash,scratch,work
#MSUB -T {walltime}
#MSUB -n 1
#MSUB -c {ncpus}
#MSUB -E "--gres=gpu:{ngpus}"
#MSUB -M {memory}
#MSUB -r {name}
#MSUB -e {stderr}
#MSUB -o {stdout}
#MSUB -A {project_id}
#MSUB -F #use the Flux plug

# Environment
echo $SLURM_JOB_ID
echo $HOSTNAME
{modules}

# Command
{command}
echo "HOPLASAY-DONE"
