Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid changing smpi process index to handle finalization, as this lead to problems
[simgrid.git] / include / simgrid.h
1 /* simgrid.h - Public interface all SimGrid APIs                            */
2
3 /* Copyright (c) 2014. The SimGrid Team. All rights reserved.               */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef SIMGRID_H
9 #define SIMGRID_H
10
11 #include <xbt.h>
12
13 #include <simgrid/datatypes.h>
14 #include <simgrid/modelchecker.h>
15 #include <simgrid/platf_generator.h>
16 #include <simgrid/platf.h>
17 #include <simgrid/simix.h>
18 #include <simgrid/plugins.h>
19
20 // SG_BEGIN_DECL()
21 // nothing
22 // SG_END_DECL()
23
24 #endif                          /* SG_PLATF_H */