From d333e95209515579975281676da32f9ae242c536 Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Tue, 18 Apr 2017 17:03:12 -0400
Subject: [PATCH] Adjusted examples to include "adios2.h"

---
 examples/groupless/basic/reader.cpp                       | 2 +-
 examples/groupless/basic/writer.cpp                       | 2 +-
 examples/groupless/compound/reader.cpp                    | 2 +-
 examples/groupless/compound/writer.cpp                    | 2 +-
 examples/groupless/multistep/reader_allsteps.cpp          | 2 +-
 examples/groupless/multistep/reader_stepping.cpp          | 2 +-
 examples/groupless/multistep/writer_multistep.cpp         | 2 +-
 examples/heatTransfer/write/IO_adios2.cpp                 | 2 +-
 examples/hello/adios1Writer/helloADIOS1Writer.cpp         | 2 +-
 examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp   | 2 +-
 examples/hello/bpReader/helloBPReader.cpp                 | 2 +-
 examples/hello/bpReader/helloBPReader_nompi.cpp           | 2 +-
 examples/hello/bpWriter/helloBPWriter.cpp                 | 2 +-
 examples/hello/bpWriter/helloBPWriter_nompi.cpp           | 2 +-
 examples/hello/compound/helloCompound.cpp                 | 2 +-
 examples/hello/compound/helloCompound_nompi.cpp           | 2 +-
 examples/hello/datamanReader/helloDataManReader.cpp       | 2 +-
 examples/hello/datamanReader/helloDataManReader_nompi.cpp | 2 +-
 examples/hello/datamanWriter/helloDataManWriter.cpp       | 2 +-
 examples/hello/datamanWriter/helloDataManWriter_nompi.cpp | 2 +-
 examples/hello/hdf5Writer/helloHDF5Writer.cpp             | 2 +-
 examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp       | 2 +-
 examples/hello/timeBP/timeBPWriter.cpp                    | 2 +-
 examples/hello/timeBP/timeBPWriter_nompi.cpp              | 2 +-
 examples/solidfluid/solidfluid_write.cpp                  | 2 +-
 examples/solidfluid/solidfluid_write_nompi.cpp            | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/examples/groupless/basic/reader.cpp b/examples/groupless/basic/reader.cpp
index 1e91476b2..7f021604f 100644
--- a/examples/groupless/basic/reader.cpp
+++ b/examples/groupless/basic/reader.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 int main(int argc, char *argv[])
diff --git a/examples/groupless/basic/writer.cpp b/examples/groupless/basic/writer.cpp
index cbd556ccc..fb4e9c76d 100644
--- a/examples/groupless/basic/writer.cpp
+++ b/examples/groupless/basic/writer.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 namespace adios
diff --git a/examples/groupless/compound/reader.cpp b/examples/groupless/compound/reader.cpp
index 58a0e1fd6..ddd462085 100644
--- a/examples/groupless/compound/reader.cpp
+++ b/examples/groupless/compound/reader.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 int main(int argc, char *argv[])
diff --git a/examples/groupless/compound/writer.cpp b/examples/groupless/compound/writer.cpp
index f8c105e2f..9c49ddf1e 100644
--- a/examples/groupless/compound/writer.cpp
+++ b/examples/groupless/compound/writer.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 namespace adios
diff --git a/examples/groupless/multistep/reader_allsteps.cpp b/examples/groupless/multistep/reader_allsteps.cpp
index 1b28a82c7..563d55369 100644
--- a/examples/groupless/multistep/reader_allsteps.cpp
+++ b/examples/groupless/multistep/reader_allsteps.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 int main(int argc, char *argv[])
diff --git a/examples/groupless/multistep/reader_stepping.cpp b/examples/groupless/multistep/reader_stepping.cpp
index 5328408da..dcac90747 100644
--- a/examples/groupless/multistep/reader_stepping.cpp
+++ b/examples/groupless/multistep/reader_stepping.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 int main(int argc, char *argv[])
diff --git a/examples/groupless/multistep/writer_multistep.cpp b/examples/groupless/multistep/writer_multistep.cpp
index 696d4bdb6..0b6b365b5 100644
--- a/examples/groupless/multistep/writer_multistep.cpp
+++ b/examples/groupless/multistep/writer_multistep.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 #include <mpi.h>
 
 namespace adios
diff --git a/examples/heatTransfer/write/IO_adios2.cpp b/examples/heatTransfer/write/IO_adios2.cpp
index 0f0c06bb7..ee3e1b0d8 100644
--- a/examples/heatTransfer/write/IO_adios2.cpp
+++ b/examples/heatTransfer/write/IO_adios2.cpp
@@ -9,7 +9,7 @@
  */
 
 #include "IO.h"
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 #include <string>
 
diff --git a/examples/hello/adios1Writer/helloADIOS1Writer.cpp b/examples/hello/adios1Writer/helloADIOS1Writer.cpp
index e2dd0bf43..068a7b151 100644
--- a/examples/hello/adios1Writer/helloADIOS1Writer.cpp
+++ b/examples/hello/adios1Writer/helloADIOS1Writer.cpp
@@ -13,7 +13,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp b/examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp
index 2b850253a..f5d1f9b72 100644
--- a/examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp
+++ b/examples/hello/adios1Writer/helloADIOS1Writer_nompi.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/bpReader/helloBPReader.cpp b/examples/hello/bpReader/helloBPReader.cpp
index 934439584..e83a66c3f 100644
--- a/examples/hello/bpReader/helloBPReader.cpp
+++ b/examples/hello/bpReader/helloBPReader.cpp
@@ -13,7 +13,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/bpReader/helloBPReader_nompi.cpp b/examples/hello/bpReader/helloBPReader_nompi.cpp
index 79de6af15..fff9b96d4 100644
--- a/examples/hello/bpReader/helloBPReader_nompi.cpp
+++ b/examples/hello/bpReader/helloBPReader_nompi.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/bpWriter/helloBPWriter.cpp b/examples/hello/bpWriter/helloBPWriter.cpp
index 6dc601b17..e10ecea77 100644
--- a/examples/hello/bpWriter/helloBPWriter.cpp
+++ b/examples/hello/bpWriter/helloBPWriter.cpp
@@ -13,7 +13,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/bpWriter/helloBPWriter_nompi.cpp b/examples/hello/bpWriter/helloBPWriter_nompi.cpp
index 68e3fcf6a..51f36d8ae 100644
--- a/examples/hello/bpWriter/helloBPWriter_nompi.cpp
+++ b/examples/hello/bpWriter/helloBPWriter_nompi.cpp
@@ -13,7 +13,7 @@
 #include <stdexcept>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int /*argc*/, char ** /*argv*/)
 {
diff --git a/examples/hello/compound/helloCompound.cpp b/examples/hello/compound/helloCompound.cpp
index 32ccddd7f..50fed574a 100644
--- a/examples/hello/compound/helloCompound.cpp
+++ b/examples/hello/compound/helloCompound.cpp
@@ -14,7 +14,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 struct Particle
 {
diff --git a/examples/hello/compound/helloCompound_nompi.cpp b/examples/hello/compound/helloCompound_nompi.cpp
index 52d4075cc..e14995a6d 100644
--- a/examples/hello/compound/helloCompound_nompi.cpp
+++ b/examples/hello/compound/helloCompound_nompi.cpp
@@ -13,7 +13,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 struct Particle
 {
diff --git a/examples/hello/datamanReader/helloDataManReader.cpp b/examples/hello/datamanReader/helloDataManReader.cpp
index 07a009915..336bc0a77 100644
--- a/examples/hello/datamanReader/helloDataManReader.cpp
+++ b/examples/hello/datamanReader/helloDataManReader.cpp
@@ -16,7 +16,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 void getcb(const void *data, std::string doid, std::string var,
            std::string dtype, std::vector<std::size_t> varshape)
diff --git a/examples/hello/datamanReader/helloDataManReader_nompi.cpp b/examples/hello/datamanReader/helloDataManReader_nompi.cpp
index cb406b450..bfbed7b37 100644
--- a/examples/hello/datamanReader/helloDataManReader_nompi.cpp
+++ b/examples/hello/datamanReader/helloDataManReader_nompi.cpp
@@ -12,7 +12,7 @@
 #include <numeric>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 void getcb(const void *data, std::string doid, std::string var,
            std::string dtype, std::vector<std::size_t> varshape)
diff --git a/examples/hello/datamanWriter/helloDataManWriter.cpp b/examples/hello/datamanWriter/helloDataManWriter.cpp
index c6894ed08..5c413d4ac 100644
--- a/examples/hello/datamanWriter/helloDataManWriter.cpp
+++ b/examples/hello/datamanWriter/helloDataManWriter.cpp
@@ -13,7 +13,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
index aa2aed47a..4a0b1ea98 100644
--- a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
+++ b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/hdf5Writer/helloHDF5Writer.cpp b/examples/hello/hdf5Writer/helloHDF5Writer.cpp
index 3b3282840..ecfe1b940 100644
--- a/examples/hello/hdf5Writer/helloHDF5Writer.cpp
+++ b/examples/hello/hdf5Writer/helloHDF5Writer.cpp
@@ -10,7 +10,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp b/examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp
index d2c79ad1d..61ed8f26b 100644
--- a/examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp
+++ b/examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp
@@ -8,7 +8,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/timeBP/timeBPWriter.cpp b/examples/hello/timeBP/timeBPWriter.cpp
index 3bcff1b43..eea25dcb2 100644
--- a/examples/hello/timeBP/timeBPWriter.cpp
+++ b/examples/hello/timeBP/timeBPWriter.cpp
@@ -13,7 +13,7 @@
 
 #include <mpi.h>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int argc, char *argv[])
 {
diff --git a/examples/hello/timeBP/timeBPWriter_nompi.cpp b/examples/hello/timeBP/timeBPWriter_nompi.cpp
index e562a5594..65bd8a65e 100644
--- a/examples/hello/timeBP/timeBPWriter_nompi.cpp
+++ b/examples/hello/timeBP/timeBPWriter_nompi.cpp
@@ -11,7 +11,7 @@
 #include <iostream>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 int main(int /*argc*/, char ** /*argv*/)
 {
diff --git a/examples/solidfluid/solidfluid_write.cpp b/examples/solidfluid/solidfluid_write.cpp
index 68992800e..a746dd52b 100644
--- a/examples/solidfluid/solidfluid_write.cpp
+++ b/examples/solidfluid/solidfluid_write.cpp
@@ -14,7 +14,7 @@
 #include <string>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 using adiosFile = std::shared_ptr<adios::Engine>;
 
diff --git a/examples/solidfluid/solidfluid_write_nompi.cpp b/examples/solidfluid/solidfluid_write_nompi.cpp
index 37e641fdf..ef8732ca2 100644
--- a/examples/solidfluid/solidfluid_write_nompi.cpp
+++ b/examples/solidfluid/solidfluid_write_nompi.cpp
@@ -14,7 +14,7 @@
 #include <string>
 #include <vector>
 
-#include "ADIOS_CPP.h"
+#include <adios2.h>
 
 using adiosFile = std::shared_ptr<adios::Engine>;
 
-- 
GitLab