Changeset 898 for trunk/src/series.m


Ignore:
Timestamp:
May 26, 2015, 11:45:22 AM (9 years ago)
Author:
g7moreau
Message:
  • Update estimated time for one job to 1800s
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r897 r898  
    19171917        end
    19181918        max_walltime=3600*20; % 20h max total calculation (cannot exceed 24 h)
    1919         walltime_onejob=600;%seconds, max estimated time for asingle file index value
     1919        walltime_onejob=1800; % seconds, max estimated time for asingle file index value
    19201920        filename_joblist=fullfile(DirOAR,'job_list.txt');%create name of the global executable file
    19211921        fid=fopen(filename_joblist,'w');
     
    19571957        end
    19581958        max_walltime=3600*20; % 20h max total calculation (cannot exceed 24 h)
    1959         walltime_onejob=600;%seconds, max estimated time for asingle file index value
     1959        walltime_onejob=1800; % seconds, max estimated time for asingle file index value
    19601960        filename_joblist=fullfile(DirPBS,'job_list.txt');%create name of the global executable file
    19611961        fid=fopen(filename_joblist,'w');
Note: See TracChangeset for help on using the changeset viewer.