- Timestamp:
- Mar 6, 2024, 10:55:33 AM (10 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cluster_command.m
r1114 r1130 19 19 filename_log=fullfile(DirLog,'job_list.stdout'); % file for output messages of the master oar process 20 20 filename_errors=fullfile(DirLog,'job_list.stderr'); % file for error messages of the master oar process 21 if NbProcess>= 821 if NbProcess>=6 22 22 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 23 23 else -
trunk/src/cluster_command_watu.m
r1019 r1130 19 19 filename_log=fullfile(DirLog,'job_list.stdout'); % file for output messages of the master oar process 20 20 filename_errors=fullfile(DirLog,'job_list.stderr'); % file for error messages of the master oar process 21 if NbProcess>= 821 if NbProcess>=6 22 22 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 23 23 else
Note: See TracChangeset
for help on using the changeset viewer.