#!/bin/bash
#MSUB -r MW2
#MSUB -n 96         # Number of tasks to use  
#MSUB -N 2
#MSUB -T 100        # Elapsed time limit in seconds
#MSUB -o std.log    # Standard output. %I is the job id
#MSUB -e std.err    # Error output. %I is the job id 
#MSUB -A gen7725    # Project's quota used
#MSUB -q skylake    # standard for thin nodes, hybrid for GPU partition, xlarge for fat nodes
#MSUB -m work


set -x

module purge 
module load intel/18.0.3.222 mpi/openmpi/2.0.4

time ccc_mprun /ccc/cont003/home/gen7725/gen7725/soft/metalwalls_bin/2018-07/mw_18.07
