aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/scalapack.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/markdown/snippets/scalapack.md b/docs/markdown/snippets/scalapack.md
new file mode 100644
index 0000000..03ddbd4
--- /dev/null
+++ b/docs/markdown/snippets/scalapack.md
@@ -0,0 +1,14 @@
+## Scalapack
+
+added in **0.53.0**:
+
+```meson
+scalapack = dependency('scalapack')
+```
+
+Historically and through today, typical Scalapack setups have broken and incomplete pkg-config or
+FindScalapack.cmake. Meson handles finding Scalapack on setups including:
+
+* Linux: Intel MKL or OpenMPI + Netlib
+* MacOS: Intel MKL or OpenMPI + Netlib
+* Windows: Intel MKL (OpenMPI not available on Windows) \ No newline at end of file