Skip to content
Snippets Groups Projects
user avatar
wfg authored
Conflicts:
	examples/heatTransfer/IO_adios2.cpp
	include/core/VariableBase.h
	include/engine/adios1/ADIOS1Reader.h
	source/CMakeLists.txt
	source/engine/adios1/ADIOS1Reader.cpp
	source/functions/adiosFunctions.cpp
9761e6bd
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