Changeset 983 for trunk/src


Ignore:
Timestamp:
Jan 18, 2017, 1:50:36 PM (7 years ago)
Author:
g7moreau
Message:
  • Add Matlab load module with the good version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r979 r983  
    18921892                switch computer
    18931893                    case {'GLNX86','GLNXA64','MACI64'}
     1894                        matlab_ver = ver('MATLAB');
     1895                        matlab_version = matlab_ver.Version;
    18941896                        cmd=[...
    18951897                            '#!/bin/bash \n'...
    18961898                            'source /etc/profile \n'...
     1899                            'module load matlab/''' matlab_version ''' \n'...% CHOICE OF MATLAB VERSION
    18971900                            'matlab -nodisplay -nosplash -nojvm -logfile ''' filelog_global ''' <<END_MATLAB \n'...
    18981901                            'addpath(''' path_series '''); \n'...
Note: See TracChangeset for help on using the changeset viewer.