Skip to content
Snippets Groups Projects
Commit c8993f9e authored by williamfgc's avatar williamfgc Committed by GitHub
Browse files

Merge pull request #4 from JasonRuonanWang/master

data streamed through DataMan successfully, example app works
parents 9237ab05 a502cfe0
No related branches found
No related tags found
1 merge request!8Integrate groupless
...@@ -111,7 +111,7 @@ private: ...@@ -111,7 +111,7 @@ private:
//This part will go away, this is just to monitor variables per rank //This part will go away, this is just to monitor variables per rank
m_Man.put(values, "", variable.m_Name, GetType<T>(), variable.m_Dimensions, variable.m_GlobalDimensions, variable.m_GlobalOffsets, 0);
std::cout << "I am hooked to the DataMan library\n"; std::cout << "I am hooked to the DataMan library\n";
MPI_Barrier( m_MPIComm ); MPI_Barrier( m_MPIComm );
......
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