Changeset 1171 for trunk/src/cluster_command.m
- Timestamp:
- Jan 23, 2025, 11:37:09 AM (10 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cluster_command.m
r1130 r1171 33 33 corestring='cpu=1/core=4'; %increases the allowed memory in case of single core job 34 34 else 35 corestring=['/core=' num2str(NbCore)]; 35 % corestring=['/core=' num2str(NbCore)]; 36 corestring=['{cluster=''calcul8''}/core=' num2str(NbCore)]; 36 37 end 37 38 cmd=['oarsub -n UVmat_' ActionFullName ' '...
Note: See TracChangeset
for help on using the changeset viewer.