Skip to content
Snippets Groups Projects
Commit 92fc6526 authored by Eisenhauer, Greg's avatar Eisenhauer, Greg
Browse files

Reference sst.h from the toolkit/sst directory

parent 180584b4
No related branches found
No related tags found
2 merge requests!316Sst integration,!315Initial SST integration.
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include <iostream> //std::cout << Needs to go #include <iostream> //std::cout << Needs to go
#include "adios2/toolkit/sst/sst.h"
#include <mpi.h> #include <mpi.h>
#include <sst.h>
#include "adios2/core/Engine.h" #include "adios2/core/Engine.h"
#include "adios2/core/IO.h" #include "adios2/core/IO.h"
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
*/ */
#include <mpi.h> #include <mpi.h>
#include <sst.h>
#include "SstWriter.h" #include "SstWriter.h"
#include "SstWriter.tcc" #include "SstWriter.tcc"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <iostream> //std::cout must be removed, only used for hello example #include <iostream> //std::cout must be removed, only used for hello example
#include <unistd.h> //sleep must be removed #include <unistd.h> //sleep must be removed
#include <sst.h> #include "adios2/toolkit/sst/sst.h"
#include "adios2/ADIOSConfig.h" #include "adios2/ADIOSConfig.h"
#include "adios2/core/Engine.h" #include "adios2/core/Engine.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment