Update lbann sw stack dependencies (#10579)

* Added a package for the MDAnalysis toolkit.

* Updated LBANN, Hydrogen, and Aluminum to not require CUDA-aware MPI
even when using CUDA.  Fixed small bugs within both LBANN and Hydrogen
packages.  Added requirements for breathe and cereal to LBANN.

* Update use case for doc dependencies.

* Cleaning up some of the LBANN software stack dependencies.
This commit is contained in:
Brian Van Essen
2019-02-13 11:19:15 -08:00
committed by Todd Gamblin
parent 89727ba4e7
commit 406a242847
3 changed files with 5 additions and 8 deletions

View File

@@ -29,8 +29,6 @@ class Aluminum(CMakePackage):
depends_on('cmake@3.9.0:', type='build')
depends_on('cuda', when='+gpu')
depends_on('cudnn', when='+gpu')
depends_on('cub', when='+gpu')
depends_on('mpi')
depends_on('nccl', when='+nccl')
depends_on('hwloc')