Skip to content
Snippets Groups Projects
Commit d1095591 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

fix: avoid MPI CXX problem by including mpi.h explicitly

parent 81c7a9c9
No related branches found
No related tags found
1 merge request!15Static code analysis
Pipeline #90545 passed
......@@ -5,6 +5,7 @@
#include <numeric>
#include <semaphore>
#include <mpi.h>
extern "C" {
#include <yac.h>
}
......
......@@ -5,6 +5,7 @@
#include "coyoteenv.hpp"
#include <coyote.hpp>
#include <mpi.h>
extern "C" {
#include <yac.h>
}
......
......@@ -6,6 +6,7 @@
#include <semaphore>
#include <vector>
#include <mpi.h>
extern "C" {
#include <yac.h>
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment