Skip to content
Snippets Groups Projects
user avatar
wfg authored
Added more functions to the ADIOS class including template variadic
functions

Working on the CCapsule class


Need to work on CGroup.h and CGroup.cpp 
c00b02ec
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