Resolve new documentation issues that have cropped up

This commit is contained in:
Adam J. Stewart
2016-08-30 15:58:22 -05:00
parent cc7df29e81
commit 9b455e9254
4 changed files with 71 additions and 60 deletions

View File

@@ -26,10 +26,9 @@
class Libsplash(Package):
"""
libSplash aims at developing a HDF5-based I/O library for HPC simulations.
It is created as an easy-to-use frontend for the standard HDF5 library
with support for MPI processes in a cluster environment. While the
"""libSplash aims at developing a HDF5-based I/O library for HPC
simulations. It is created as an easy-to-use frontend for the standard HDF5
library with support for MPI processes in a cluster environment. While the
standard HDF5 library provides detailed low-level control, libSplash
simplifies tasks commonly found in large-scale HPC simulations, such as
iterative computations and MPI distributed processes.