Skip to content
Snippets Groups Projects
Commit 27313610 authored by John Arnold's avatar John Arnold
Browse files

Added basic_mpi.sh slurm batch script

parent 02a1d10f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/zsh
### Job Parameters
#SBATCH --ntasks=8 # Ask for 8 MPI tasks
#SBATCH --time=00:15:00 # Run time of 15 minutes
#SBATCH --job-name=example_job # Sets the job name
#SBATCH --output=stdout.txt # redirects stdout and stderr to stdout.txt
#SBATCH --account=<project-id> # Insertg your project-id or delete this line
### Program Code
srun hostname
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment