Ignore:
Timestamp:
09/09/20 11:27:56 (5 years ago)
Author:
jdquinn
Message:

CHG: Added configuration for compiling on Amazon Linux (RHEL) and modified LD_LIBRARY_PATH setting to that end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r25345 r25544  
    197197if [ -d "$PETSC_DIR" ]; then
    198198        export PETSC_DIR
    199         ld_library_path_append "${PETSC_DIR}/lib"
     199        ld_library_path_prepend "${PETSC_DIR}/lib"
    200200
    201201        # In case we have installed MPICH via PETSc
Note: See TracChangeset for help on using the changeset viewer.