Skip to content
Snippets Groups Projects
Commit 8347ddc8 authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Merge branch 'fft-comm-world' into 'master'

FFT: show error when using with MPI_COMM_WORLD

See merge request walberla/walberla!293
parents dc82794d 204b4dc3
Branches
Tags
No related merge requests found
......@@ -11,6 +11,7 @@ FourierTransform<Field_T>::FourierTransform( shared_ptr< StructuredBlockForest >
: blocks_(blocks), fieldId_(fieldId), greens_()
{
#ifdef WALBERLA_USE_PFFT
WALBERLA_CHECK_UNEQUAL(MPIManager::instance()->comm(), MPI_COMM_WORLD, "PFFT does not support MPI_COMM_WORLD");
pfft_init();
#else
#ifdef WALBERLA_BUILD_WITH_MPI
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment