Updating LBANN and related packages (#10305)
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.
This commit is contained in:
committed by
Peter Scheibel
parent
08c4b9d47a
commit
9102cd5790
@@ -29,8 +29,7 @@ class Aluminum(CMakePackage):
|
||||
depends_on('cuda', when='+gpu')
|
||||
depends_on('cudnn', when='+gpu')
|
||||
depends_on('cub', when='+gpu')
|
||||
depends_on('mpi', when='~mpi_cuda')
|
||||
depends_on('mpi +cuda', when='+mpi_cuda')
|
||||
depends_on('mpi')
|
||||
depends_on('nccl', when='+nccl')
|
||||
depends_on('hwloc')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user