Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#!/bin/bash
#SBATCH --ntasks=32
#SBATCH --time=01:00:00
#SBATCH --hint=nomultithread

# Load your software environment
module load arm-forge/20.2.1
ddt --connect

Once the job starts executing, you are ready to fire up your Remote client.

...