summaryrefslogtreecommitdiff
path: root/lib/spack/docs/build_systems
diff options
context:
space:
mode:
authorRobert Cohn <robert.s.cohn@intel.com>2022-06-17 00:23:40 -0700
committerGitHub <noreply@github.com>2022-06-17 09:23:40 +0200
commit466572dc14efcfd2054b52ee935dc809a39f1893 (patch)
tree71f3a99fc4db3638189d40c44c1a39e8c534a82b /lib/spack/docs/build_systems
parent1c0bf12e5b21de3d77af2b1025479d30c4c94400 (diff)
downloadspack-466572dc14efcfd2054b52ee935dc809a39f1893.tar.gz
spack-466572dc14efcfd2054b52ee935dc809a39f1893.tar.bz2
spack-466572dc14efcfd2054b52ee935dc809a39f1893.tar.xz
spack-466572dc14efcfd2054b52ee935dc809a39f1893.zip
Update Intel package descriptions (#31150)
Diffstat (limited to 'lib/spack/docs/build_systems')
-rw-r--r--lib/spack/docs/build_systems/inteloneapipackage.rst8
-rw-r--r--lib/spack/docs/build_systems/intelpackage.rst3
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/spack/docs/build_systems/inteloneapipackage.rst b/lib/spack/docs/build_systems/inteloneapipackage.rst
index a2468c67c6..fe6aea91bb 100644
--- a/lib/spack/docs/build_systems/inteloneapipackage.rst
+++ b/lib/spack/docs/build_systems/inteloneapipackage.rst
@@ -84,8 +84,8 @@ build ``hdf5`` with Intel oneAPI MPI do::
spack install hdf5 +mpi ^intel-oneapi-mpi
-Using an Externally Installed oneAPI
-====================================
+Using Externally Installed oneAPI Tools
+=======================================
Spack can also use oneAPI tools that are manually installed with
`Intel Installers`_. The procedures for configuring Spack to use
@@ -110,7 +110,7 @@ Another option is to manually add the configuration to
Libraries
---------
-If you want Spack to use MKL that you have installed without Spack in
+If you want Spack to use oneMKL that you have installed without Spack in
the default location, then add the following to
``~/.spack/packages.yaml``, adjusting the version as appropriate::
@@ -139,7 +139,7 @@ You can also use Spack-installed libraries. For example::
spack load intel-oneapi-mkl
Will update your environment CPATH, LIBRARY_PATH, and other
-environment variables for building an application with MKL.
+environment variables for building an application with oneMKL.
More information
================
diff --git a/lib/spack/docs/build_systems/intelpackage.rst b/lib/spack/docs/build_systems/intelpackage.rst
index 5da16157d7..4a59b75104 100644
--- a/lib/spack/docs/build_systems/intelpackage.rst
+++ b/lib/spack/docs/build_systems/intelpackage.rst
@@ -15,6 +15,9 @@ IntelPackage
Intel packages in Spack
^^^^^^^^^^^^^^^^^^^^^^^^
+This is an earlier version of Intel software development tools and has
+now been replaced by Intel oneAPI Toolkits.
+
Spack can install and use several software development products offered by Intel.
Some of these are available under no-cost terms, others require a paid license.
All share the same basic steps for configuration, installation, and, where