Changeset 23905


Ignore:
Timestamp:
05/02/19 22:00:42 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: stop printing closing MPI and PETSc all the time

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r23900 r23905  
    304304        /*Finalize PETSC for this model: */
    305305        #ifdef _HAVE_PETSC_
    306         _printf0_("closing PETSc\n");
     306        //_printf0_("closing PETSc\n");
    307307        PetscFinalize();
    308308        #endif
  • issm/trunk-jpl/src/c/main/EnvironmentFinalize.cpp

    r16518 r23905  
    1919        /*Print closing statement*/
    2020        ISSM_MPI_Comm_rank(ISSM_MPI_COMM_WORLD,&my_rank);
    21         if(!my_rank) printf("closing MPI\n");
    2221
    2322        /*Finalize: */
     23        //if(!my_rank) printf("closing MPI\n");
    2424        ISSM_MPI_Finalize();
    2525}
Note: See TracChangeset for help on using the changeset viewer.