Changes between Version 61 and Version 62 of BuildingAstroBear


Ignore:
Timestamp:
05/21/13 12:57:34 (12 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAstroBear

    v61 v62  
    72722. Run the following command, or else make sure that it is in your {{{.bashrc}}}:
    7373{{{
    74 module load intel openmpi-intel mercurial
     74module load intel hdf5-1.8.11-intel11.1 openmpi-intel mercurial
    7575}}}
    7676
     
    7878
    7979{{{
    80 export PATH=/home/bshroyer/local/hdf5_185/bin:/$PATH
    81 
    82 export LD_LIBRARY_PATH=/home/bshroyer/local/hdf5_185/lib:$LD_LIBRARY_PATH
     80export PATH=/usr/local/hdf5/1.8.11-intel11.1/bin:/$PATH
     81
     82export LD_LIBRARY_PATH=/usr/local/hdf5/1.8.11-intel11.1/lib:$LD_LIBRARY_PATH
    8383export LD_LIBRARY_PATH=/home/bshroyer/local/hypre24_ompi_opt/lib:$LD_LIBRARY_PATH
    8484}}}