Changes between Version 61 and Version 62 of BuildingAstroBear
- Timestamp:
- 05/21/13 12:57:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAstroBear
v61 v62 72 72 2. Run the following command, or else make sure that it is in your {{{.bashrc}}}: 73 73 {{{ 74 module load intel openmpi-intel mercurial74 module load intel hdf5-1.8.11-intel11.1 openmpi-intel mercurial 75 75 }}} 76 76 … … 78 78 79 79 {{{ 80 export PATH=/ home/bshroyer/local/hdf5_185/bin:/$PATH81 82 export LD_LIBRARY_PATH=/ home/bshroyer/local/hdf5_185/lib:$LD_LIBRARY_PATH80 export PATH=/usr/local/hdf5/1.8.11-intel11.1/bin:/$PATH 81 82 export LD_LIBRARY_PATH=/usr/local/hdf5/1.8.11-intel11.1/lib:$LD_LIBRARY_PATH 83 83 export LD_LIBRARY_PATH=/home/bshroyer/local/hypre24_ompi_opt/lib:$LD_LIBRARY_PATH 84 84 }}}