File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/supercomputers/polaris Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -456,3 +456,21 @@ html`<div style="display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap;">
456456</div >`
457457```
458458
459+ ## Spack Environment
460+
461+ ``` js
462+ const spackYaml = await FileAttachment (" spack.yaml" ).text ();
463+ ```
464+
465+ The following is the Spack environment used for the latest run. This environment mostly comes from
466+ [ the Mochi Platform Configurations] ( https://github.com/mochi-hpc-experiments/platform-configurations/tree/main/ANL/Polaris ) .
467+
468+ ``` js
469+ html ` <details >
470+ <summary style =" cursor : pointer ; padding : 0.5rem ; background-color : #f5f5f5 ; border-radius : 4px ; user-select : none ;" >
471+ Click to expand spack.yaml
472+ </summary >
473+ <pre style =" margin-top : 0.5rem ; padding : 1rem ; background-color : #f5f5f5 ; border-radius : 4px ; overflow-x : auto ;" ><code >${ spackYaml} </code ></pre >
474+ </details >`
475+ ```
476+
You can’t perform that action at this time.
0 commit comments