Changeset 22165


Ignore:
Timestamp:
10/11/17 08:45:53 (7 years ago)
Author:
dlcheng
Message:

CHG: Updated Ubuntu packager script so that path to matlab is hardcoded and mpich binaries are copied to package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/ubuntu/package.sh

    r21972 r22165  
    55cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m
    66echo "move mpiexec to bin"
     7cp ../externalpackages/mpich/install/bin/mpiexec .
     8cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
    79
    810#Check that test101 runs
    911cd $ISSM_DIR/test/NightlyRun
    1012rm matlab.log
    11 $MATLAB_PATH/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
    1214
    1315if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.