#!/bin/csh ################################################ # Source this file, or one like it, for building # and running Planguage tests. # # See README in this directory for details. ################################################ setenv PLANG_TOP $HOME/plang setenv PLANG_ITOP $HOME/install setenv PLANG_PLATFORM linux setenv PLANG_NETINT mpi setenv PLANG_MPROCS 8 setenv PLANG_MPIBARRIER 1 setenv PLANG_MPIRUN /home0/mpich/lib/LINUX/ch_p4/mpirun setenv PLANG_SYSTEMS all #setenv PLANG_SYSTEMS "isim pfc pcc pflib pclib pftests" # ************************************** # T3E NOTE # need to execute the next three lines # on the T3E: # source /opt/modules/modules/init/csh # module load PrgEnv # module load mpt #*************************************** # PLANG_MPIBARRIER # 0 => use Planguage supplied barrier # 1 => use mpi's # PLANG_MPIDIR (NOT USED) # a directory with mpif.h and mpi.h # $PLANG_TOP/include supplies mpif.h # PLANG_MPIRUN # fully qualified name of Planguage script # to run your systems mpirun. ################################################