Changeset 24237
- Timestamp:
- 10/16/19 18:57:44 (5 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross_ad
r24233 r24237 16 16 --with-matlab-dir=$MATLAB_PATH \ 17 17 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/ var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \18 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-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 \ -
issm/trunk-jpl/jenkins/linux64_ross_ampi
r24233 r24237 16 16 --with-matlab-dir=$MATLAB_PATH \ 17 17 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/ var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \18 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-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 \ -
issm/trunk-jpl/jenkins/linux64_ross_dakota
r23554 r24237 12 12 --with-matlab-dir=$MATLAB_PATH \ 13 13 --with-python-dir=/usr \ 14 --with-python-numpy-dir=/ home/jenkins/.local/lib/python2.7/site-packages/numpy \14 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 15 15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ -
issm/trunk-jpl/jenkins/linux64_ross_python
r24236 r24237 8 8 --disable-static \ 9 9 --with-python-dir=/usr \ 10 --with-python-numpy-dir=/ home/jenkins/.local/lib/python2.7/site-packages/numpy \10 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 11 11 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 12 12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ -
issm/trunk-jpl/jenkins/linux64_ross_se
r23126 r24237 12 12 --with-matlab-dir=$MATLAB_PATH \ 13 13 --with-python-dir=/usr \ 14 --with-python-numpy-dir=/ var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \14 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 15 15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
Note:
See TracChangeset
for help on using the changeset viewer.