#!/bin/csh

limit descriptors 2048

rm -f a.out >& /dev/null
mpicc -fast -xarch=native -m64 -g init.c

mpirun -np 64 --mca btl self,sm ./a.out

