Changeset 898 for trunk/src/series.m
- Timestamp:
- May 26, 2015, 11:45:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.