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

Fix mpi include order

parent 92fc6526
No related branches found
No related tags found
2 merge requests!316Sst integration,!315Initial SST integration.
......@@ -13,9 +13,10 @@
#include <iostream> //std::cout << Needs to go
#include "adios2/toolkit/sst/sst.h"
#include <mpi.h>
#include "adios2/toolkit/sst/sst.h"
#include "adios2/core/Engine.h"
#include "adios2/core/IO.h"
......
......@@ -14,6 +14,8 @@
#include <iostream> //std::cout must be removed, only used for hello example
#include <unistd.h> //sleep must be removed
#include <mpi.h>
#include "adios2/toolkit/sst/sst.h"
#include "adios2/ADIOSConfig.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