#%Module 1.0
#
#  MPICH module for use with 'environment-modules' package:
# 

# Define prefix so PATH and MANPATH can be updated.
setenv        prefix        /usr
setenv        exec_prefix   /usr
prepend-path  PATH          /usr/lib64/mpich/bin
prepend-path  MANPATH       /usr/share/man/mpich-x86_64

# Undefine prefix and exec_prefix which are too generic environment variables.
unsetenv      prefix
unsetenv      exec_prefix
