Changeset 22171


Ignore:
Timestamp:
10/13/17 15:57:27 (7 years ago)
Author:
dlcheng
Message:

CHG: Updates for Linux_Ubuntu_Binaries build and packager.

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/jenkins/linux64_ross_static

    r22168 r22171  
    1616        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1717        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    18         --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lmpichcxx -lfmpich" \
     18        --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \
    1919        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    2020        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
  • issm/trunk/packagers/ubuntu/package.sh

    r22165 r22171  
    1111cd $ISSM_DIR/test/NightlyRun
    1212rm matlab.log
    13 /usr/local/MATLAB/R2015a/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id', 101); exit; catch me, fprintf('%s', getReport(me)); exit; end" -logfile matlab.log
     13/usr/local/MATLAB/R2015a/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
    1414
    1515if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.