diff --git a/Examples/MPIChebyshevInterpolationFMM.cpp b/Examples/MPIChebyshevInterpolationFMM.cpp index 0b1054cb75d3d50d0da6e61fe26146d2169dd6cf..3ed722793cbca6ba65d8767822dd3beb71c633a0 100644 --- a/Examples/MPIChebyshevInterpolationFMM.cpp +++ b/Examples/MPIChebyshevInterpolationFMM.cpp @@ -1,7 +1,8 @@ // ==== CMAKE ===== // @FUSE_BLAS +// @FUSE_MPI // ================ -// Keep in private GIT +// // // /** \brief Chebyshev FMM example diff --git a/Examples/MPIUniformInterpolationFMM.cpp b/Examples/MPIUniformInterpolationFMM.cpp index c464f28910a9ea3c2056a77a29576f9aa1e400e2..79f933d500b5ca84de7356d5384e1885c5c79024 100644 --- a/Examples/MPIUniformInterpolationFMM.cpp +++ b/Examples/MPIUniformInterpolationFMM.cpp @@ -1,8 +1,9 @@ // ==== CMAKE ===== // @FUSE_BLAS // @FUSE_FFT +// @FUSE_MPI // ================ -// Keep in private GIT +// // // /** \brief Uniform FMM example