#!/bin/bash -l #$ -l h_rt=12:00:00 #$ -N mpi_test #$ -pe mpi_16_tasks_per_node 32 module load openmpi/3.1.4 # As with the 1_node.qsub example, all cores are to be # used, so just the -np flag is needed. mpirun -np $NSLOTS ./hello