Changeset 24265
- Timestamp:
- 10/21/19 12:40:18 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross_ampi
r24246 r24265 16 16 --with-matlab-dir=$MATLAB_PATH \ 17 17 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/ usr/local/lib/python2.7/dist-packages/numpy \18 --with-python-numpy-dir=/home/jdq/.local/lib/python2.7/site-packages/numpy \ 19 19 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 20 20 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 21 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpi fort" \21 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 22 22 --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \ 23 23 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 41 41 42 42 #List of external pakages to be installed and their installation scripts 43 # 44 # NOTE: The PETSc libraries are compiled but not used as they conflict with 45 # ADOL-C: PETSc is really just being used as an installer for other 46 # external packages. 43 47 EXTERNALPACKAGES="autotools install.sh 44 48 cmake install.sh … … 67 71 #ex: "'id',[101 102 103]" 68 72 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3119]" 69 PYTHON_NROPTIONS="--benchmark ='adolc' -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3101 3102 3103 3104 3105 3106 3107 3108 3109 3119"73 PYTHON_NROPTIONS="--benchmark 'adolc' -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3101 3102 3103 3104 3105 3106 3107 3108 3109 3119"
Note:
See TracChangeset
for help on using the changeset viewer.