Skip to content
Snippets Groups Projects
user avatar
wgodoy authored
Single variable example works. Moving on to time aggregation example.
307e403f
History
Test if ADIOS MPI and noMPI code can be separated at compilation stage
Single Makefile handles different binaries

make mpi -> for MPI code, links ../../lib/libadios.a
make nompi -> for noMPI code links ../../lib/libadios_nompi.a

Choose different BASE_NAMES

make nompi BASE_NAME=helloFStream
make nompi BASE_NAME=helloADIOS