Changeset 24232
- Timestamp:
- 10/15/19 21:18:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross_ad
r24231 r24232 8 8 9 9 #ISSM CONFIGURATION 10 ISSM_CONFIG='--prefix=$ISSM_DIR \10 ISSM_CONFIG='--prefix=$ISSM_DIR \ 11 11 --disable-static \ 12 12 --without-kriging \ … … 14 14 --without-GiaIvins \ 15 15 --without-Love \ 16 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \17 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \18 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \19 16 --with-matlab-dir=$MATLAB_PATH \ 20 17 --with-python-dir=/usr \ 21 18 --with-python-numpy-dir=/var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \ 19 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 20 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 21 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 22 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 23 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 24 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 25 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 22 26 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 23 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ 27 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ 28 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 24 29 --enable-development \ 25 --enable-debugging 30 --enable-debugging' 26 31 27 32 #PYTHON and MATLAB testing … … 34 39 35 40 #List of external pakages to be installed and their installation scripts 41 # 42 # NOTE: The PETSc libraries are compiled but not used as they conflict with 43 # ADOL-C: PETSc is really just being used as an installer for other 44 # external packages. 36 45 EXTERNALPACKAGES="autotools install.sh 37 46 cmake install.sh
Note:
See TracChangeset
for help on using the changeset viewer.