Add dependencies for MPI to be passed to cbtf-krell, so it can build the MPI collectors requested by the builder of openspeedshop.

This commit is contained in:
Jim Galarowicz 2017-07-19 11:38:30 -05:00
parent 7a5e806b7a
commit eee748db33

View File

@ -131,7 +131,12 @@ class Openspeedshop(CMakePackage):
# Dependencies only for the openspeedshop cbtf package. # Dependencies only for the openspeedshop cbtf package.
depends_on("cbtf", when='+cbtf') depends_on("cbtf", when='+cbtf')
depends_on("cbtf-krell", when='+cbtf') depends_on('cbtf-krell+mpich', when='+cbtf+mpich')
depends_on('cbtf-krell+mpich2', when='+cbtf+mpich2')
depends_on('cbtf-krell+mpt', when='+cbtf+mpt')
depends_on('cbtf-krell+mvapich', when='+cbtf+mvapich')
depends_on('cbtf-krell+mvapich2', when='+cbtf+mvapich2')
depends_on('cbtf-krell+openmpi', when='+cbtf+openmpi')
depends_on("cbtf-argonavis", when='+cbtf+cuda') depends_on("cbtf-argonavis", when='+cbtf+cuda')
depends_on("mrnet@5.0.1:+lwthreads", when='+cbtf') depends_on("mrnet@5.0.1:+lwthreads", when='+cbtf')