Changeset 22165
- Timestamp:
- 10/11/17 08:45:53 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/ubuntu/package.sh
r21972 r22165 5 5 cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m 6 6 echo "move mpiexec to bin" 7 cp ../externalpackages/mpich/install/bin/mpiexec . 8 cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy . 7 9 8 10 #Check that test101 runs 9 11 cd $ISSM_DIR/test/NightlyRun 10 12 rm 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.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 12 14 13 15 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.