Changeset 898


Ignore:
Timestamp:
May 26, 2015, 11:45:22 AM (9 years ago)
Author:
g7moreau
Message:
  • Update estimated time for one job to 1800s
Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r809 r898  
    14431443
    14441444                        extra_oar=answer{2};
    1445                         walltime_onejob=600;%seconds
     1445                        walltime_onejob=1800; % seconds
    14461446                        filename_joblist=fullfile(RootBat,'job_list.txt');
    14471447                        fid=fopen(filename_joblist,'w');
     
    14711471                            inputdlg('Number of cores (max 36)','oarsub parameter',1,{'6'})...
    14721472                            );
    1473                         walltime_onejob=600;%seconds
     1473                        walltime_onejob=1800; % seconds
    14741474                        filename_joblist=fullfile(RootBat,'job_list.txt');
    14751475                        fid=fopen(filename_joblist,'w');
  • 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.