root/mpich2/trunk/src/packaging/envmods/mpich2.module.in @ 4895

Revision 4895, 412 bytes (checked in by chan, 5 months ago)

bugfix for PATH which should point to bindir not anywhere in datadir.

Line 
1#%Module 1.0
2#
3#  MPICH2 module for use with 'environment-modules' package:
4#
5
6# Define prefix so PATH and MANPATH can be updated.
7setenv        prefix        @prefix@
8setenv        exec_prefix   @exec_prefix@
9prepend-path  PATH          @bindir@
10prepend-path  MANPATH       @mandir@
11
12# Undefine prefix and exec_prefix which are too generic environment variables.
13unsetenv      prefix
14unsetenv      exec_prefix
Note: See TracBrowser for help on using the browser.