You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library offers various tools for graph data structure experiments including:
8
-
- graph file I/O, see [graph_io.h](/include/gdsb/graph_io.h)
7
+
The GDSB library offers various tools for graph data structures and experiments using benchmark functionality including:
8
+
- standard POSIX I/O graph file I/O, see [graph_input.h](/include/gdsb/graph_input.h), [graph_output.h](/include/gdsb/graph_input.h), and [graph_io_parameters.h](/include/gdsb/graph_io_parameters.h)
9
+
- full support to read GDSB binary graph files using MPI I/O, see [mpi_graph_io.h](/include/gdsb/mpi_graph_io.h), [mpi_error_handler.h](/include/gdsb/mpi_error_handler.h)
9
10
- graph and edge data structures, see [graph.h](/include/gdsb/graph.h)
10
11
- experiment environment to benchmark procedures, see
11
12
[experiment.h](/include/gdsb/experiment.h)
@@ -17,6 +18,16 @@ This library offers various tools for graph data structure experiments including
17
18
18
19
## Releases
19
20
21
+
### Version 1.0
22
+
23
+
First feature complete version of GDSB, now also with full support to read and
24
+
write graph files. As a new feature, we offer MPI graph file read functionality
0 commit comments