Commit 1d435a25 authored by Sven K's avatar Sven K
Browse files

FV Solver: Workaround for MPI unfound symbol.

this "solves" error: ‘exahype::solvers::FiniteVolumesSolver::CellDescription {aka class exahype::records::FiniteVolumesCellDescription}’ has no member named ‘getAdjacentToRemoteRank’
parent 1296f655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2149,7 +2149,7 @@ void exahype::solvers::FiniteVolumesSolver::preProcess(
    cellDescription.getType()==CellDescription::Type::Cell
    #ifdef Parallel
    &&
    !cellDescription.getAdjacentToRemoteRank() // TODO(Dominic): What is going on here?
    1 // !cellDescription.getAdjacentToRemoteRank() // TODO(Dominic): What is going on here? // TODO FIX THIS LINE
    #endif
  ) {
    uncompress(cellDescription);
@@ -2165,7 +2165,7 @@ void exahype::solvers::FiniteVolumesSolver::postProcess(
      cellDescription.getType()==CellDescription::Type::Cell
      #ifdef Parallel
      &&
      !cellDescription.getAdjacentToRemoteRank() // TODO(Dominic): What is going on here?
      1 // !cellDescription.getAdjacentToRemoteRank() // TODO(Dominic): What is going on here? // TODO FIX THIS LINE
      #endif
      &&
      CompressionAccuracy>0.0