docs: reorganize installation guide and add HPC documentation#101
docs: reorganize installation guide and add HPC documentation#101yohaimagen wants to merge 9 commits intoymagen/docker-release-imagesfrom
Conversation
c033f48 to
c2e5340
Compare
JeenaYun
left a comment
There was a problem hiding this comment.
Hi @yohaimagen, I finished reviewing this PR. Mostly looks great, just a few stale statements need to be removed.
|
Thanks for addressing all the suggestions. The PR now looks good to me. |
|
@yohaimagen I pushed two commits. The first adds the tandem logo to |
|
This PR is ready to merge. All review comments from @JeenaYun have been addressed, and the latest additions (Tandem logo in README/sidebar and the BP6/run-model typo fixes) look good. Regarding the CI failures — they are not caused by any change in this PR. The failures in tests 22–27 ( |
|
See Branch Dependencies & Merge Order in the first message of this PR. |
|
Just as a quick note, there was #70 |
Documentation: Reorganize Installation and Add HPC Guides
Description
This PR updates and reorganizes the
tandemdocumentation to improve clarity and include detailed instructions for several High-Performance Computing (HPC) systems.Key Changes:
installation.rstpage has been streamlined to focus on manual installation.spack.rstto house all Spack-related installation and configuration details, including environment module generation.hpc/directory with comprehensive guides for:Getting Startedindex to reflect the new structure.Branch Dependencies & Merge Order
This PR is branched from PR #96, as I added the docs over there for the release Docker images and changed the docs index accordingly. To avoid conflicts, this branch should be merged into #96 first, then merged downstream.
Merge Order Summary:
downstream <-
PR #96<-This PR