Changeset 20328
- Timestamp:
- 03/22/16 09:10:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r20248 r20328 96 96 97 97 PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" 98 export PETSC_DIR 99 libpathappend "$PETSC_DIR/lib" 98 if [ -d "$PETSC_DIR" ]; then 99 export PETSC_DIR 100 libpathappend "$PETSC_DIR/lib" 101 fi 100 102 101 103 SLEPC_DIR="$ISSM_DIR/externalpackages/slepc/install"
Note:
See TracChangeset
for help on using the changeset viewer.