#!/bin/csh #PBS -l walltime=5:00 #PBS -l ncpus=16 #PBS -o ipm-test.out #PBS -j oe # make module command available source /usr/share/modules/init/csh set echo # load the IPM module module load ipm # define level of reporting to get from IPM setenv IPM_REPORT full # move to ipm subdirectory to run the program cd ~/ipm # run previously compiled code mpirun -np 4 ./matmult