Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #
- # Abvove line specifies which shell should process the
- # shell commands
- # SLURM directives start with #SBATCH
- # In this job an MPI program is started.
- # This job will run on two nodes, 16 processes on each node,
- # making a total of 36 processes.
- #SBATCH -N 16
- #SBATCH --ntasks-per-node=36
- #SBATCH --partition=shared
- #SBATCH -t 10:59:59
- srun /nfs/home/6/sanjeevis/dns/lb3d/src/lbe -f input-default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement