Changeset 11162


Ignore:
Timestamp:
01/20/12 11:05:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

Stop mpi verbosing on pleiades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/clusters/pfe.m

    r10947 r11162  
    139139                         fprintf(fid,'cd $PBS_O_WORKDIR\n\n');
    140140
    141                          fprintf(fid,'mpiexec -verbose -np %i %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
     141                         fprintf(fid,'mpiexec -np %i %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
    142142
    143143                         if ~md.settings.io_gather,
     
    153153                                 fid=fopen([modelname '.run'],'w');
    154154                                 if ~isvalgrind,
    155                                          fprintf(fid,'mpiexec -verbose -np %i %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
    156                                  else
    157                                          fprintf(fid,'mpiexec -verbose -np %i valgrind --leak-check=full %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
     155                                         fprintf(fid,'mpiexec -np %i %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
     156                                 else
     157                                         fprintf(fid,'mpiexec -np %i valgrind --leak-check=full %s/issm.exe %s $PBS_O_WORKDIR %s\n',cluster.np,cluster.codepath,EnumToString(solution),modelname);
    158158                                 end
    159159
Note: See TracChangeset for help on using the changeset viewer.