libSplash
splash_parallel.h
1 
23 #ifndef SPLASH_H
24 #define SPLASH_H
25 
26 #define SPLASH_SUPPORTED_SERIAL 1
27 #define SPLASH_SUPPORTED_PARALLEL 1
28 
29 #include "splash/version.hpp"
30 
31 #include "splash/SerialDataCollector.hpp"
32 #include "splash/DomainCollector.hpp"
33 
34 #include "splash/ParallelDataCollector.hpp"
35 #include "splash/ParallelDomainCollector.hpp"
36 
37 #include "splash/basetypes/basetypes.hpp"
38 #include "splash/AttributeInfo.hpp"
39 
40 #endif /* SPLASH_H */