Changeset 22171
- Timestamp:
- 10/13/17 15:57:27 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/jenkins/linux64_ross_static
r22168 r22171 16 16 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 17 17 --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" \ 19 19 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 20 20 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ -
issm/trunk/packagers/ubuntu/package.sh
r22165 r22171 11 11 cd $ISSM_DIR/test/NightlyRun 12 12 rm 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.log13 /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 14 14 15 15 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.