Skip to content

Commit

Permalink
Add umask command for Narwhal and Nautilus builds
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jun 27, 2023
1 parent 61734ea commit 8bb54bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ With Intel, the following is required for building new spack environments and fo

.. code-block:: console
umask 0022
module unload PrgEnv-cray
module load PrgEnv-intel/8.3.2
module unload intel
Expand Down Expand Up @@ -216,6 +217,7 @@ With GNU, the following is required for building new spack environments and for

.. code-block:: console
umask 0022
module unload PrgEnv-cray
module load PrgEnv-gnu/8.3.2
module unload gcc
Expand Down Expand Up @@ -254,7 +256,9 @@ With Intel, the following is required for building new spack environments and fo

.. code-block:: console
umask 0022
module purge
module load slurm
module load intel/compiler/2022.0.2
module load penguin/openmpi/4.1.5rc2/intel
Expand All @@ -276,6 +280,7 @@ With AMD clang/flang (aocc), the following is required for building new spack en

.. code-block:: console
umask 0022
module purge
module load slurm
Expand Down

0 comments on commit 8bb54bd

Please sign in to comment.