add mvapich support for intel scalapack_libs (#44246)

* add mvapich support for intel scalapack_libs

* Add mvapich support for oneapi scalapack_libs
This commit is contained in:
Samuel Khuvis 2024-05-23 19:51:53 -07:00 committed by GitHub
parent 1d670ae744
commit d88d720577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -846,6 +846,7 @@ def scalapack_libs(self):
"^mpich@2:" in spec_root
or "^cray-mpich" in spec_root
or "^mvapich2" in spec_root
or "^mvapich" in spec_root
or "^intel-mpi" in spec_root
or "^intel-oneapi-mpi" in spec_root
or "^intel-parallel-studio" in spec_root

View File

@ -224,6 +224,8 @@ def _find_mkl_libs(self, shared):
"^intel-oneapi-mpi",
"^intel-mpi",
"^mpich",
"^mvapich",
"^mvapich2",
"^cray-mpich",
"mpi_family=mpich",
]