#!/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
Last Updated on Monday, 14 November 2011 14:40  

More on IPM

Sample Jobs

Documentation

More User Information

Passwords

Connect to PSC systems:

PSC Policies

Technical questions:

Call the PSC hotline: 412-268-6350 / 800-221-1641 or mail to remarks@psc.edu.