- Oct 18, 2016
-
-
wfg authored
1) Eliminated MPI and NonMPI separate functions and Transports 2) All Transport classes extend CTransport 3) Using mpidummy.h header for non-mpi compilation. Will need to include it in the adios namespace (currently C) To do: Makefile Hello all Transports BP File
-
- Oct 17, 2016
-
-
wfg authored
Added Transform Classes headers, need to implement Need to modify Makefile to account for transform directories under /include and /src
-
- Oct 14, 2016
-
-
wfg authored
Changed Monitor function in ADIOS and Group so it can take an ostream Edited Makefile to allow nompi and full libraries Edited ./doc/Doxyfile to include more graphs
-
- Oct 13, 2016
-
-
wfg authored
Warning: Makefile only compiling for all, not nompi or mpi
-
- Oct 12, 2016
-
-
wfg authored
in this class. 2. Added functions in CGroup and CADIOS that can be called from the XML and non-XML APIs. User only interacts with CADIOS public functions. 3. Modified Makefile to test helloADIOS_nompi. 4. Tested population of Group and Variable classes from XML file To do: 1) Wrap setting transport 2) Test hello adios mpi
-
- Oct 11, 2016
-
-
wfg authored
-
- Oct 10, 2016
-
-
wfg authored
functions needed by ADIOS.h. In the future will reduce compilation times. Implemented m_Globals population. Switched unique_ptr to shared_ptr to allow for copyable classes in empty SGlobal in m_Globals map value.
-
- Oct 07, 2016
-
-
wfg authored
Reached the part in which XML tag fields and values are extracted. To do: Populate m_Groups from these fields and values.
-
- Oct 06, 2016
- Oct 05, 2016
-
-
wfg authored
To do: Formulate Transport and Transform classes
-
- Oct 04, 2016
-
-
wfg authored
targets mpi and nompi Used ./example/hello to test libraries Updated README.md and ./examples/hello/README
-
- Oct 03, 2016
- Sep 30, 2016
- Sep 29, 2016
-
-
wfg authored
1. CADIOS parent class 2. Heat Transfer test case
-
William F. Godoy authored
-