Skip to content
Snippets Groups Projects
user avatar
wfg authored
Need to do:

Test two transports (POSIX, DataMan) simple examples (e.g.
examples/dataman/dataManNoXML.cpp)

Test XML parser, add functionality for tag content, need to decide on
transport 

Code coverage, test most of the current functionality to move on to
transform, bp format, etc.
4e8207e8
History

ADIOSPP

Next generation ADIOS in C++ for exascale computations Read ./doc/CodingGuidelines first

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