Changeset 1130 for trunk


Ignore:
Timestamp:
Mar 6, 2024, 10:55:33 AM (7 weeks ago)
Author:
g7moreau
Message:

New limit for bigio is 6

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cluster_command.m

    r1114 r1130  
    1919filename_log=fullfile(DirLog,'job_list.stdout'); % file for output messages of the master oar process
    2020filename_errors=fullfile(DirLog,'job_list.stderr'); % file for error messages of the master oar process
    21         if NbProcess>=8
     21        if NbProcess>=6
    2222            bigiojob_string=['+{type = ' char(39) 'bigiojob' char(39) '}/licence=1'];% char(39) is quote - bigiojob limit UVmat parallel launch on cluster to avoid saturation of disk access to data
    2323        else
  • trunk/src/cluster_command_watu.m

    r1019 r1130  
    1919filename_log=fullfile(DirLog,'job_list.stdout'); % file for output messages of the master oar process
    2020filename_errors=fullfile(DirLog,'job_list.stderr'); % file for error messages of the master oar process
    21         if NbProcess>=8
     21        if NbProcess>=6
    2222            bigiojob_string=['+{type = ' char(39) 'bigiojob' char(39) '}/licence=1'];% char(39) is quote - bigiojob limit UVmat parallel launch on cluster to avoid saturation of disk access to data
    2323        else
Note: See TracChangeset for help on using the changeset viewer.