Changeset 3528 for issm/trunk


Ignore:
Timestamp:
04/14/10 10:07:33 (15 years ago)
Author:
Mathieu Morlighem
Message:

use matlab 7.6 for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/run.sh

    r2203 r3528  
    4848        exit
    4949EOF
    50         matlab -nojvm -nosplash  -r matlab_run$i -logfile matlab_log$i.log &
     50MATLAB_VERSION="7.6" #7.2,7.4,7.6 and 7.8
     51/usr/local/pkgs/matlab-$MATLAB_VERSION/bin/matlab  -nojvm -nosplash  -r matlab_run$i -logfile matlab_log$i.log &
    5152done
    5253
Note: See TracChangeset for help on using the changeset viewer.