Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for discover-scu17 mkl and docs #1306

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/sites/tier1/discover-scu17/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ packages:
- mpi/impi/2021.10.0
intel-oneapi-mkl:
externals:
- spec: intel-oneapi-mkl@2032.2.0%[email protected]
- spec: intel-oneapi-mkl@2023.2.0%[email protected]
prefix: /usr/local/intel/oneapi/2021
40 changes: 34 additions & 6 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,30 @@ NASA Discover SCU16

The following is required for building new spack environments with any supported compiler on this platform.

**NEEDS UPDATING**

.. code-block:: console

module purge
module use /discover/swdev/gmao_SIteam/modulefiles-SLES12
module use /discover/swdev/jcsda/spack-stack/scu16/modulefiles
module load miniconda/3.9.7
module load ecflow/5.8.4

For ``spack-stack-1.8.0`` with Intel, load the following modules after loading miniconda:
ashley314 marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: console

module use /gpfsm/dswdev/jcsda/spack-stack/scu16/spack-stack-1.8.0/envs/ue-intel-2021.6.0/install/modulefiles/Core
module load stack-intel/2021.6.0
module load stack-intel-oneapi-mpi/2021.6.0
module load stack-python/3.11.7

For ``spack-stack-1.8.0`` with GNU, load the following modules after loading miniconda:

.. code-block:: console

module use /gpfsm/dswdev/jcsda/spack-stack/scu16/spack-stack-1.8.0/envs/ue-gcc-12.1.0/install/modulefiles/Core
module load stack-gcc/12.1.0
module load stack-openmpi/4.1.3
module load stack-python/3.11.7

.. _Preconfigured_Sites_Discover_SCU17:

Expand All @@ -137,15 +151,29 @@ NASA Discover SCU17

The following is required for building new spack environments with any supported compiler on this platform.

**NEEDS UPDATING**

.. code-block:: console

module purge
module use /discover/swdev/gmao_SIteam/modulefiles-SLES15
module use /discover/swdev/jcsda/spack-stack/scu17/modulefiles
module load ecflow/5.11.4

ashley314 marked this conversation as resolved.
Show resolved Hide resolved
For ``spack-stack-1.8.0`` with Intel, load the following modules:

.. code-block:: console

module use /gpfsm/dswdev/jcsda/spack-stack/scu17/spack-stack-1.8.0/envs/ue-intel-2021.10.0/install/modulefiles/Core
module load stack-intel/2021.10.0
module load stack-intel-oneapi-mpi/2021.10.0
module load stack-python/3.11.7

For ``spack-stack-1.8.0`` with GNU, load the following modules:

.. code-block:: console

module use /gpfsm/dswdev/jcsda/spack-stack/scu17/spack-stack-1.8.0/envs/ue-gcc-12.3.0/install/modulefiles/Core
module load stack-gcc/12.3.0
module load stack-openmpi/4.1.6
module load stack-python/3.11.7

.. _Preconfigured_Sites_Narwhal:

Expand Down
Loading