Skip to content
Snippets Groups Projects
user avatar
wfg authored
Added example/hello/dataman with API examples
Changed mpidummy.h due to an error in Titan compilation with g++
03e63505
History

ADIOSPP

Next generation ADIOS in C++ for exascale computations Read ./doc/CodingGuidelines first if you are a developer

Create ./lib and ./bin libraries before compiling make -> build ./lib/libadios.a with truly MPI code (from mpi.h) make mpi -> build ./lib/libadios.a with truly MPI code (from mpi.h) make nompi -> build ./lib/libadios_nompi.a with serial (dummy MPI) code only calling ./public/mpiduumy.h