Changeset 973 for trunk/src/series.m
- Timestamp:
- Nov 18, 2016, 2:27:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r972 r973 1894 1894 cmd=[... 1895 1895 '#!/bin/bash \n'... 1896 ' . /etc/sysprofile \n'...1896 'source /etc/profile \n'... 1897 1897 'matlab -nodisplay -nosplash -nojvm -logfile ''' filelog_global ''' <<END_MATLAB \n'... 1898 1898 'addpath(''' path_series '''); \n'... … … 1958 1958 ActionFullName ' ' RunTime ' ' filexml{iprocess}];%allow writting access to created files for user group 1959 1959 else 1960 matlab_ver = ver('MATLAB'); 1961 matlab_version = matlab_ver.Version; 1960 1962 cmd=[... 1961 1963 '#!/bin/bash \n'... 1962 ' . /etc/sysprofile \n'...1963 'module load matlab/ 8.6\n'...% CHOICE OF MATLAB VERSION1964 'matlab -nodisplay -nosplash -nojvm - logfile ''' filelog{iprocess} ''' <<END_MATLAB \n'...1964 'source /etc/profile \n'... 1965 'module load matlab/''' matlab_version ''' \n'...% CHOICE OF MATLAB VERSION 1966 'matlab -nodisplay -nosplash -nojvm -singleCompThread -logfile ''' filelog{iprocess} ''' <<END_MATLAB \n'... 1965 1967 'addpath(''' path_series '''); \n'... 1966 1968 'addpath(''' Param.Action.ActionPath '''); \n'...
Note: See TracChangeset
for help on using the changeset viewer.