Ignore:
Timestamp:
Jan 23, 2025, 11:37:09 AM (10 hours ago)
Author:
sommeria
Message:

bug corrected in test civ1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cluster_command.m

    r1130 r1171  
    3333          corestring='cpu=1/core=4'; %increases the allowed memory in case of single core job
    3434      else
    35           corestring=['/core=' num2str(NbCore)];
     35         % corestring=['/core=' num2str(NbCore)];
     36         corestring=['{cluster=''calcul8''}/core=' num2str(NbCore)];
    3637      end
    3738                                                                cmd=['oarsub -n UVmat_' ActionFullName ' '...
Note: See TracChangeset for help on using the changeset viewer.