Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r809 r898 1443 1443 1444 1444 extra_oar=answer{2}; 1445 walltime_onejob= 600;%seconds1445 walltime_onejob=1800; % seconds 1446 1446 filename_joblist=fullfile(RootBat,'job_list.txt'); 1447 1447 fid=fopen(filename_joblist,'w'); … … 1471 1471 inputdlg('Number of cores (max 36)','oarsub parameter',1,{'6'})... 1472 1472 ); 1473 walltime_onejob= 600;%seconds1473 walltime_onejob=1800; % seconds 1474 1474 filename_joblist=fullfile(RootBat,'job_list.txt'); 1475 1475 fid=fopen(filename_joblist,'w'); -
trunk/src/series.m
r897 r898 1917 1917 end 1918 1918 max_walltime=3600*20; % 20h max total calculation (cannot exceed 24 h) 1919 walltime_onejob= 600;%seconds, max estimated time for asingle file index value1919 walltime_onejob=1800; % seconds, max estimated time for asingle file index value 1920 1920 filename_joblist=fullfile(DirOAR,'job_list.txt');%create name of the global executable file 1921 1921 fid=fopen(filename_joblist,'w'); … … 1957 1957 end 1958 1958 max_walltime=3600*20; % 20h max total calculation (cannot exceed 24 h) 1959 walltime_onejob= 600;%seconds, max estimated time for asingle file index value1959 walltime_onejob=1800; % seconds, max estimated time for asingle file index value 1960 1960 filename_joblist=fullfile(DirPBS,'job_list.txt');%create name of the global executable file 1961 1961 fid=fopen(filename_joblist,'w');
Note: See TracChangeset
for help on using the changeset viewer.