Page MenuHomePhabricator

Pronghorn
Updated 2,073 Days AgoPublic

Version 1 of 2: You are viewing an older version of this document, as it appeared on Sep 14 2018, 6:52 AM.
#!/bin/bash

#SBATCH --nodes=2
#SBATCH -n 64
#SBATCH -D /data/gpfs/home/newellz2
#SBATCH --mail-type=ALL
#SBATCH --mail-user=newellz2@unr.edu

cd /data/gpfs/home/newellz2

#module load mpich/ge/gcc/64/3.2
module load /data/gpfs/assoc/coen/modulefiles/mpich2/3.2.1
module load lapack/gcc/64/3.7.0
module load gcc/5.4.0
module load blas/gcc/64/3.7.0

srun -n 64 --mpi=pmi2 ~/coen/software/sw4/sw4-mpich2-slurm lamb-1.in
Last Author
newellz2
Last Edited
Sep 14 2018, 6:52 AM

Event Timeline

newellz2 edited the content of this document. (Show Details)
newellz2 changed the title from Pronghorn to SW4 Pronghorn.Sep 17 2018, 3:57 PM
newellz2 edited the content of this document. (Show Details)