Changes between Version 38 and Version 39 of CMAQ-4.5.1
- Timestamp:
- 04/24/09 17:43:42 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMAQ-4.5.1
v38 v39 73 73 74 74 === 3. Compiler Settings === 75 Make sure you select the `pgi` environment by running the command: 76 {{{ 77 [user@host ~]$ pgi 75 Load the following environment modules 76 {{{ 77 [user@host ~]$ module add compilers/pgi/7.2-5.x86_64 openmpi/1.2.7-x86_64-pgi-7.2-5 78 [user@host ~]$ module initadd compilers/pgi/7.2-5.x86_64 openmpi/1.2.7-x86_64-pgi-7.2-5 78 79 }}} 79 80 Do this whenever you build or re-build parts of the CMAQ package.