Changeset 24408


Ignore:
Timestamp:
11/28/19 13:25:16 (5 years ago)
Author:
jdquinn
Message:

CHG: Adding config to test new node

Location:
issm/trunk-jpl/jenkins
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross

    r24407 r24408  
    44
    55# MATLAB path
    6 MATLAB_PATH="/usr/local/MATLAB/R2019b"
     6MATLAB_PATH="/usr/local/MATLAB/R2015a"
    77
    88# ISSM CONFIGURATION
     
    1111        --disable-static \
    1212        --with-matlab-dir=$MATLAB_PATH \
    13         --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/7 -lgfortran" \
     13        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \
    1414        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
    1515        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.