Skip to content

Commit b19e547

Browse files
committed
added spack.yaml to view
1 parent 299bf1a commit b19e547

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/supercomputers/polaris/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)