|
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. |
|---|
| 7 | setenv prefix @prefix@ |
|---|
| 8 | setenv exec_prefix @exec_prefix@ |
|---|
| 9 | prepend-path PATH @bindir@ |
|---|
| 10 | prepend-path MANPATH @mandir@ |
|---|
| 11 | |
|---|
| 12 | # Undefine prefix and exec_prefix which are too generic environment variables. |
|---|
| 13 | unsetenv prefix |
|---|
| 14 | unsetenv exec_prefix |
|---|