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

Private GIT Repository
Cosmetics: insert a space before dotted lines.
[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 #if SIMGRID_VERSION < MAKE_SIMGRID_VERSION(3, 7, 0)
11
12 #define MSG_task_set_category(task, cat) TRACE_msg_set_task_category(task, cat)
13
14 #endif
15
16 #endif // !SIMGRID_FEATURES_H
17
18 // Local variables:
19 // mode: c++
20 // End: