DASH  0.3.0
dart.h
Go to the documentation of this file.
1 #ifndef DART__DART_H_
2 #define DART__DART_H_
3 
133 /*
134  --- DART version and build date ---
135  */
137 #define DART_VERSION_STR "3.2.0"
138 #define DART_BUILD_STR (__DATE__ " " __TIME__)
139 
141 /*
142  --- DART types and return values
143  */
144 #include "dart_types.h"
145 
146 /*
147  --- DART build- and environment configuration
148  */
149 #include "dart_config.h"
150 
151 /*
152  --- DART init/finalization
153  */
154 #include "dart_initialization.h"
155 
156 /*
157  --- DART group and team management ---
158  */
159 #include "dart_team_group.h"
160 
161 /*
162  --- DART global pointer and memory management ---
163  */
164 #include "dart_globmem.h"
165 
166 /*
167  --- DART collective communication ---
168  --- DART onesided communication ---
169  */
170 #include "dart_communication.h"
171 
172 /*
173  --- DART synchronization ---
174 */
175 #include "dart_synchronization.h"
176 
177 
178 #endif /* DART_DART_H_ */
179