diff --git a/doxygen/dox/IntroParHDF5.dox b/doxygen/dox/IntroParHDF5.dox index 414a186af89..884d9d254b2 100644 --- a/doxygen/dox/IntroParHDF5.dox +++ b/doxygen/dox/IntroParHDF5.dox @@ -23,8 +23,13 @@ Implementation requirements were to: \li Not have a reserved process, as this might interfere with parallel algorithms. \li Not spawn any processes, as this is not even commonly supported now. -The following shows the Parallel HDF5 implementation layers. +The following shows the Parallel HDF5 implementation layers: + + +
+\image html pimplayer.gif +
\subsection subsec_pintro_prog Parallel Programming with HDF5 This tutorial assumes that you are somewhat familiar with parallel programming with MPI (Message Passing Interface). diff --git a/doxygen/img/pimplayer.gif b/doxygen/img/pimplayer.gif new file mode 100755 index 00000000000..7413b697ae6 Binary files /dev/null and b/doxygen/img/pimplayer.gif differ