]> AND Private Git Repository - loba.git/blob - simgrid_features.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Move loading of atomic vs. cstdatomic in atomic_compat.h.
[loba.git] / simgrid_features.h
1 #ifndef SIMGRID_FEATURES_H
2 #define SIMGRID_FEATURES_H
3
4 #include <simgrid_config.h>
5
6 #if !defined(SIMGRID_VERSION) // ========== SimGrid <= 3.5 ============= //
7 #  error "Unsupported SimGrid version.  Need version > 3.5"
8 #endif  // ============================================================= //
9
10 #endif // !SIMGRID_FEATURES_H
11
12 // Local variables:
13 // mode: c++
14 // End: