Skip to content
Snippets Groups Projects
Commit 9152cb9d authored by Erik Strand's avatar Erik Strand
Browse files

Add slurm batch script

parent 06c71e94
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH -J mpi_info
#SBATCH -o mpi_info_%j.out
#SBATCH -e mpi_info_%j.err
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --gres=gpu:0
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-core=1
#SBATCH --threads-per-core=1
#SBATCH --mem=10M
#SBATCH --time 00:01:00
./load_modules.sh
srun ./mpi_info
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment