Ignore:
Timestamp:
04/16/12 19:19:56 (13 years ago)
Author:
Eric.Larour
Message:

Took out all specific parts of the code that were supposedly PARALLEL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ConstraintsStatex/ThermalIsPresent.cpp

    r9883 r12016  
    2828        }
    2929       
    30         #ifdef _PARALLEL_
    3130        MPI_Reduce (&found,&mpi_found,1,MPI_INT,MPI_SUM,0,MPI_COMM_WORLD );
    3231        MPI_Bcast(&mpi_found,1,MPI_INT,0,MPI_COMM_WORLD);               
    3332        found=mpi_found;
    34         #endif
    3533
    3634        return found;
Note: See TracChangeset for help on using the changeset viewer.