Changeset 25544
- Timestamp:
- 09/09/20 11:27:56 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r25345 r25544 197 197 if [ -d "$PETSC_DIR" ]; then 198 198 export PETSC_DIR 199 ld_library_path_ append "${PETSC_DIR}/lib"199 ld_library_path_prepend "${PETSC_DIR}/lib" 200 200 201 201 # In case we have installed MPICH via PETSc -
issm/trunk-jpl/jenkins/aws-amazon_linux-solid_earth
r25543 r25544 3 3 #--------------------# 4 4 5 MATLAB_PATH="/usr/local/MATLAB/R20 19b"5 MATLAB_PATH="/usr/local/MATLAB/R2020a" 6 6 ISSM_CONFIG='\ 7 7 --prefix=${ISSM_DIR} \ … … 12 12 --with-matlab-dir=${MATLAB_PATH} \ 13 13 --with-python-dir=/usr \ 14 --with-python-numpy-dir=/usr/l ocal/lib/python2.7/dist-packages/numpy \15 --with-fortran-lib="-L/usr/lib/ x86_64-linux-gnu-lgfortran" \14 --with-python-numpy-dir=/usr/lib64/python2.7/site-packages/numpy/core/include/numpy \ 15 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/7 -lgfortran" \ 16 16 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 17 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \17 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpifort -lmpi" \ 18 18 --with-blas-lapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 19 19 --with-metis-dir=${ISSM_DIR}/externalpackages/petsc/install \
Note:
See TracChangeset
for help on using the changeset viewer.