scalapack: test that find methods work

pull/6228/head
Michael Hirsch, Ph.D 5 years ago
parent e209dd2607
commit 44ab23dff8
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
  1. 3
      test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake
  2. 2
      test cases/frameworks/30 scalapack/meson.build

@ -15,9 +15,6 @@ Finds SCALAPACK libraries for MKL, OpenMPI and MPICH.
Intel MKL relies on having environment variable MKLROOT set, typically by sourcing
mklvars.sh beforehand.
This also uses our FindLAPACK.cmake to deduplicate code.
Parameters
^^^^^^^^^^

@ -25,5 +25,3 @@ if add_languages('fortran')
dependencies: [scalapack, mpi_f])
test('scalapack_fortran', f_exe, timeout: 30)
endif
scalapack_cmake = dependency('scalapack', method: 'cmake', cmake_module_path: 'cmake', required: false)

Loading…
Cancel
Save