Changeset 16038


Ignore:
Timestamp:
08/30/13 10:47:31 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed profiling lines

File:
1 edited

Legend:

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

    r16035 r16038  
    524524
    525525        /*Create connectivity vector*/
    526         MPI_Barrier(MPI_COMM_WORLD); double start_core2=MPI_Wtime( );
    527526        for(i=0;i<nodes->Size();i++){
    528527                Node* node=dynamic_cast<Node*>(nodes->GetObjectByOffset(i));
     
    569568        xDelete<int>(head_l);
    570569        xDelete<int>(next_l);
    571         MPI_Barrier(MPI_COMM_WORLD); double finish_core2=MPI_Wtime( );
    572         _printf0_("\nTotal ellapsed time "<<finish_core2-start_core2<<" seconds  \n");
    573570
    574571        /*sum over all cpus*/
Note: See TracChangeset for help on using the changeset viewer.