Seyed, > But is it necessary to #include <mpi.h> ? > Since deal.II won't recognize functions such as MPI_Comm_rank > <https://www.open-mpi.org/doc/v2.0/man3/MPI_Comm_rank.3.php>(MPI_COMM_WORLD, > &myrank) for instance or MPI_Reduce. > Is it implemented in Utilities::MPI::something ? > If you are using a parallel Triangulation you automatically include "<mpi.h>". You can be sure that the comiler will tell you if you need to include that file explicitly.
Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
