Skip to content

Commit

Permalink
updated documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Sep 23, 2024
1 parent 9912452 commit c0e38af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/pdf-docs/cache_vol.bib
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ @article{lammps
@misc{vol,
title = {{HDF5} {VOL} user guide},
author = {{The HDF Group}},
note = {https://hzheng@bitbucket.hdfgroup.org/scm/hdffv/hdf5doc.git, accessed on September 25, 2020},
note = {https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen/_h5_v_l__u_g.html#sec_vol, accessed on September 25, 2020},
}

@misc{async_vol,
Expand All @@ -77,7 +77,7 @@ @misc{async_vol

@misc{hdf5,
title = {{HDF5}},
note = {https://portal.hdfgroup.org/display/HDF5/HDF5, accessed on September 25, 2020}
note = {https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen/index.html, accessed on September 25, 2020}
}

@article{hacc,
Expand Down
4 changes: 2 additions & 2 deletions docs/pdf-docs/cache_vol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ \subsection{Cache management policy and APIs}
\subsection{Using local storage cache}
Finally, in real applications, in order to gain benefit from this local-storage implementation, one should insert enough compute work between \function{H5Dwrite} / \function{H5Dread} and \function{H5Dclose}. Below are examples of using the Cache VOL.
\begin{itemize}
\item Parallel write \footnote{A complete version of the source code for parallel write: \\https://bitbucket.hdfgroup.org/projects/HDF5VOL/repos/cache/browse/benchmarks/test\_write\_cache.cpp}
\item Parallel write \footnote{A complete version of the source code for parallel write: \\https://github.com/HDFGroup/vol-cache/blob/develop/benchmarks/test\_write\_cache.cpp}
\begin{lstlisting}[language=C++]
#include "H5LS.h"
...
Expand All @@ -207,7 +207,7 @@ \subsection{Using local storage cache}
}
H5Fclose()
\end{lstlisting}
\item Parallel read \footnote{A complete version of the source code for parallel read: \\https://bitbucket.hdfgroup.org/projects/HDF5VOL/repos/cache/browse/benchmarks/test\_read\_cache.cpp}
\item Parallel read \footnote{A complete version of the source code for parallel read: \\https://github.com/HDFGroup/vol-cache/blob/develop/benchmarks/test\_read\_cache.cpp}
\begin{lstlisting}[language=C++]
#include "H5LS.h"
//creating local storage variable through property list
Expand Down
4 changes: 2 additions & 2 deletions docs/source/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Installation

.. code-block::
git clone https://github.com/hpc-io/vol-async.git
git clone https://github.com/HDFGroup/vol-async.git
cd vol-async
mkdir build
cd build
Expand All @@ -55,7 +55,7 @@ Installation

.. code-block::
git clone https://github.com/hpc-io/vol-cache.git
git clone https://github.com/HDFGroup/vol-cache.git
cd vol-cache
mkdir build
cd build
Expand Down

0 comments on commit c0e38af

Please sign in to comment.