Skip to content

Commit 5d50a62

Browse files
authored
More documentation updates and update Azure configuration (#271)
1 parent 6a44ed7 commit 5d50a62

24 files changed

+244
-1805
lines changed

configs/azure/compilers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compilers:
77
f77: /opt/gcc-9.2.0/bin/gfortran
88
fc: /opt/gcc-9.2.0/bin/gfortran
99
flags: {}
10-
operating_system: centos7
10+
operating_system: almalinux8
1111
target: any
1212
modules: []
1313
extra_rpaths: []

configs/azure/packages.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
packages:
22
hpcx-mpi:
3-
require: "@2.8.3"
3+
require: "@2.18"
44
buildable: false
55
externals:
6-
- spec: "hpcx-mpi@2.8.3"
7-
prefix: /opt/hpcx-v2.8.3-gcc-MLNX_OFED_LINUX-5.2-2.2.3.0-redhat7.7-x86_64/ompi
6+
- spec: "hpcx-mpi@2.18"
7+
prefix: /opt/hpcx-v2.18-gcc-mlnx_ofed-redhat8-cuda12-x86_64/ompi
88
slurm:
99
buildable: false
1010
externals:
11-
- spec: slurm@22.05.3
11+
- spec: slurm@24.05.4
1212
prefix: /usr
1313
mpi:
1414
require: 'hpcx-mpi'
15-
perl:
16-
require: "@5.30.3"
1715
all:
1816
compiler: [gcc@9.2.0]
19-
variants: build_type=Release +mpi
17+
variants: build_type=Release
2018
providers:
2119
mpi: [hpcx-mpi]
2220
blas: [openblas]

configs/azure/template.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
spack:
2-
concretizer:
3-
unify: false
4-
reuse: false
5-
view: false
6-
config:
7-
install_tree:
8-
root: /lustre/$user/exawind/software/opt
9-
modules:
10-
default:
11-
roots:
12-
tcl: /lustre/$user/exawind/software/modules
13-
enable:
14-
- tcl
152
specs:
16-
- 'exawind+hypre+openfast+ninja'
3+
- 'amr-wind+openfast+netcdf'

docs/ProfilePyramids.png

-181 KB
Binary file not shown.

docs/Spack-To-Applications.png

-982 KB
Binary file not shown.

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
myst_heading_anchors = 3
33
templates_path = ["_templates"]
44
master_doc = "index"
5-
project = "Spack-Manager"
6-
copyright = "Phil Sakievich"
7-
author = "Phil Sakievich"
5+
project = "Exawind-Manager"
6+
copyright = "Phil Sakievich and Jon Rood"
7+
author = "Phil Sakievich and Jon Rood"
88
version = "0.1"
99
release = "0.1"
1010
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
@@ -17,19 +17,19 @@
1717
html_theme_options = {"navigation_depth": 5}
1818
html_show_sourcelink = True
1919
html_show_copyright = False
20-
htmlhelp_basename = "spack-manager-doc"
20+
htmlhelp_basename = "exawind-manager-doc"
2121
latex_elements = {}
2222
latex_documents = [
23-
(master_doc, "spack-manager.tex", "Spack-Manager Documentation", author, "manual")
23+
(master_doc, "exawind-manager.tex", "Exawind-Manager Documentation", author, "manual")
2424
]
25-
man_pages = [(master_doc, "spack-manager", "Spack-Manager Documentation", [author], 1)]
25+
man_pages = [(master_doc, "exawind-manager", "Exawind-Manager Documentation", [author], 1)]
2626
texinfo_documents = [
2727
(
2828
master_doc,
29-
"spack-manager",
30-
"Spack-Manager Documentation",
29+
"exawind-manager",
30+
"Exawind-Manager Documentation",
3131
author,
32-
"Spack-Manager",
32+
"Exawind-Manager",
3333
"One line description of project.",
3434
"Miscellaneous",
3535
)

docs/general/ApplicationSpace.png

-331 KB
Binary file not shown.

docs/general/Spack-Manager-Org.png

-333 KB
Binary file not shown.
-455 KB
Binary file not shown.

docs/general/general.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)