Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r924 r973 1381 1381 fprintf(fid,['#!/bin/bash \n' ... 1382 1382 '/etc/sysprofile \n'... 1383 'matlab -nodisplay -nosplash -nojvm <<END_MATLAB \n'...1383 'matlab -nodisplay -nosplash -nojvm -singleCompThread <<END_MATLAB \n'... 1384 1384 'addpath(''' path_civ ''');\n']); 1385 1385 % for p=1:length(batch_file_list) -
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.