-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into package_check_util
- Loading branch information
Showing
17 changed files
with
58 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,9 @@ jobs: | |
export SPACK_SYSTEM_CONFIG_PATH="${ENVDIR}/site" | ||
# Find external packages | ||
spack external find --scope system --exclude bison --exclude openssl | ||
spack external find --scope system \ | ||
--exclude bison --exclude openssl \ | ||
--exclude python | ||
spack external find --scope system perl | ||
spack external find --scope system wget | ||
PATH="/opt/homebrew/opt/curl/bin:$PATH" \ | ||
|
@@ -77,7 +79,7 @@ jobs: | |
# *DH | ||
# Set compiler and MPI | ||
spack config add "packages:all:providers:mpi:[openmpi@4.1.6]" | ||
spack config add "packages:all:providers:mpi:[openmpi@5.0.1]" | ||
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
|
@@ -136,7 +138,7 @@ jobs: | |
module use ${ENVDIR}/install/modulefiles/Core | ||
module load stack-apple-clang/14.0.3 | ||
module load stack-openmpi/4.1.6 | ||
module load stack-openmpi/5.0.1 | ||
module load stack-python/3.10.13 | ||
module available | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,11 @@ jobs: | |
export SPACK_SYSTEM_CONFIG_PATH="${ENVDIR}/site" | ||
# Find external packages | ||
spack external find --scope system --exclude bison --exclude openssl | ||
spack external find --scope system \ | ||
--exclude bison --exclude openssl \ | ||
--exclude python --exclude gettext | ||
# Need to find gettext outside of default (presumed to be a system) path for krb5 | ||
spack external find --path=/usr/local/Cellar/gettext/0.21.1 gettext | ||
spack external find --scope system perl | ||
spack external find --scope system wget | ||
PATH="/usr/local/opt/curl/bin:$PATH" \ | ||
|
@@ -70,7 +74,7 @@ jobs: | |
# *DH | ||
# Set compiler and MPI | ||
spack config add "packages:all:providers:mpi:[openmpi@4.1.6]" | ||
spack config add "packages:all:providers:mpi:[openmpi@5.0.1]" | ||
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
|
@@ -127,7 +131,7 @@ jobs: | |
module use ${ENVDIR}/install/modulefiles/Core | ||
module load stack-apple-clang/14.0.0 | ||
module load stack-openmpi/4.1.6 | ||
module load stack-openmpi/5.0.1 | ||
module load stack-python/3.10.13 | ||
module available | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,5 +285,3 @@ modules: | |
- PKG_CONFIG_PATH | ||
lib64/pkgconfig: | ||
- PKG_CONFIG_PATH | ||
'': | ||
- CMAKE_PREFIX_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,5 +284,3 @@ modules: | |
- PKG_CONFIG_PATH | ||
lib64/pkgconfig: | ||
- PKG_CONFIG_PATH | ||
'': | ||
- CMAKE_PREFIX_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,9 @@ compilers:: | |
PATH: '/opt/cray/pe/gcc/12.2.0/bin' | ||
CPATH: '/opt/cray/pe/gcc/12.2.0/snos/include' | ||
LD_LIBRARY_PATH: '/glade/u/apps/common/23.08/spack/opt/spack/intel-oneapi-compilers/2023.2.1/compiler/2023.2.1/linux/compiler/lib/intel64_lin:/opt/cray/pe/gcc/12.2.0/snos/lib:/opt/cray/pe/gcc/12.2.0/lib64' | ||
set: | ||
# https://github.com/JCSDA/spack-stack/issues/957 | ||
FI_CXI_RX_MATCH_MODE: 'hybrid' | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
|
@@ -33,6 +36,7 @@ compilers:: | |
- gcc/12.2.0 | ||
environment: | ||
set: | ||
CRAYPE_LINK_TYPE: 'dynamic' | ||
# https://github.com/JCSDA/spack-stack/issues/957 | ||
FI_CXI_RX_MATCH_MODE: 'hybrid' | ||
extra_rpaths: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ spack: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected]+hl+mpi~shared~tools | ||
- [email protected]+hl+mpi~shared~tools~szip | ||
- [email protected] | ||
- [email protected]~shared | ||
- libjpeg-turbo~shared | ||
- [email protected] libs=static | ||
- [email protected]~shared~pflogger~fargparse~extdata2g | ||
- [email protected]~parallel-netcdf+mpi~shared~dap | ||
- [email protected]~parallel-netcdf+mpi~shared~dap~szip | ||
- [email protected]~shared | ||
- [email protected]~shared | ||
- [email protected]+fortran~pnetcdf~shared | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -557,7 +557,7 @@ NOAA RDHPCS Gaea C5 | |
On Gaea C5, ``miniconda``, ``qt``, ``ecflow``, and ``mysql`` need to be installed as a one-off before spack can be used. | ||
|
||
qt (qt@5) | ||
The default ``qt@5`` in ``/usr`` is incomplete and thus insufficient for building ``ecflow``. After loading/unloading the modules as shown below, refer to :numref:`Section %s <MaintainersSection_Qt5>` to install ``[email protected]`` in ``/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/qt-5.15.2``. :numref:`Section %s <MaintainersSection_Qt5>` describes how to export the X windows environment in order to install ``qt@5`` using the role account. | ||
The default ``qt@5`` in ``/usr`` is incomplete and thus insufficient for building ``ecflow``. After loading/unloading the modules as shown below, refer to :numref:`Section %s <MaintainersSection_Qt5>` to install ``[email protected]`` in ``/ncrc/proj/epic/spack-stack/qt-5.15.2``. :numref:`Section %s <MaintainersSection_Qt5>` describes how to export the X windows environment in order to install ``qt@5`` using the role account. | ||
|
||
.. code-block:: console | ||
|
@@ -566,22 +566,21 @@ qt (qt@5) | |
module load PrgEnv-gnu/8.3.3 | ||
ecflow | ||
``ecFlow`` must be built manually using the GNU compilers and linked against a static ``boost`` library. After installing `qt5` and loading the following modules, follow the instructions in :numref:`Section %s <MaintainersSection_ecFlow>`. Because of the dependency on ``miniconda``, that module must be loaded automatically in the ``ecflow`` module (similar to ``[email protected]``). Ensure to follow the extra instructions in that section for Gaea C5 in ``/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/ecflow-5.8.4``. | ||
``ecFlow`` must be built manually using the GNU compilers and linked against a static ``boost`` library. After installing `qt5` and loading the following modules, follow the instructions in :numref:`Section %s <MaintainersSection_ecFlow>`. Because of the dependency on ``miniconda``, that module must be loaded automatically in the ``ecflow`` module (similar to ``[email protected]``). Ensure to follow the extra instructions in that section for Gaea C5 in ``/ncrc/proj/epic/spack-stack/ecflow-5.8.4``. | ||
|
||
Ensure to follow the extra instructions in that section for Gaea. | ||
|
||
.. code-block:: console | ||
module unload intel-classic cray-mpich PrgEnv-intel | ||
module load gcc/10.3.0 | ||
module load PrgEnv-gnu/8.3.3 | ||
module use /ncrc/proj/epic/spack-stack/modulefiles/ | ||
module load qt/5.15.2 | ||
module load python/3.9.12 | ||
module load cmake/3.23.1 | ||
module use /lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/modulefiles | ||
module load qt/5.15.2 | ||
mysql | ||
``mysql`` must be installed separately from ``spack`` using a binary tarball provided by the MySQL community. Follow the instructions in :numref:`Section %s <MaintainersSection_MySQL>` to install ``mysql`` in ``/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/mysql-8.0.31``. | ||
``mysql`` must be installed separately from ``spack`` using a binary tarball provided by the MySQL community. Follow the instructions in :numref:`Section %s <MaintainersSection_MySQL>` to install ``mysql`` in ``/ncrc/proj/epic/spack-stack/mysql-8.0.36``. | ||
|
||
.. _MaintainersSection_Hera: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule spack
updated
8794 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters