Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sbx leftnav #578

Merged
merged 6 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 84 additions & 84 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,79 @@ nav:
- Example Job Scripts: running-jobs/example-job-scripts.md
- Machine Reservations: running-jobs/machine-reservations.md
- Cobalt to PBS option Comparison: running-jobs/pbs-qsub-options-table.md
- Aurora:
- Getting Started: aurora/getting-started-on-aurora.md
- Aurora PE: aurora/aurora-pe.md
- Sunspot to Aurora: aurora/sunspot-to-aurora.md
- Known Issues: aurora/known-issues.md
- Hardware Overview: aurora/hardware-overview/machine-overview.md
- Node Performance Overview: aurora/node-performance-overview/node-performance-overview.md
- Compiling and Linking:
- Compiling and Linking Overview: aurora/compiling-and-linking/compiling-and-linking-overview.md
- Programming Models: aurora/compiling-and-linking/aurora-programming-models.md
- Example Program and Makefile: aurora/compiling-and-linking/aurora-example-program-makefile.md
# - LLVM Compilers: aurora/compiling-and-linking/llvm-compilers-aurora.md
# - GNU Compilers: aurora/compiling-and-linking/gnu-compilers-aurora.md
# - CCE Compilers: aurora/compiling-and-linking/cce-compilers-aurora.md
# - Continuous Integration: aurora/compiling-and-linking/continuous-integration-aurora.md
- Build Tools:
- CMake: aurora/build-tools/cmake-aurora.md
- Running Jobs: aurora/running-jobs-aurora.md
- Data Management:
- Copper: aurora/data-management/copper/copper.md
- DAOS: aurora/data-management/daos/daos-overview.md
- Lustre (Flare): aurora/data-management/lustre/flare.md
- Moving data to Aurora:
- DAOS Data Mover: aurora/data-management/moving_data_to_aurora/daos_datamover.md
- Globus: aurora/data-management/moving_data_to_aurora/globus.md
- SCP: aurora/data-management/moving_data_to_aurora/scp.md
- Applications and Libraries:
- Libraries:
- Cabana: aurora/applications-and-libraries/libraries/cabana-aurora.md
#- Math Libraries: aurora/applications-and-libraries/libraries/math-libraries.md
#- MKL: aurora/applications-and-libraries/libraries/mkl.md
#- MPI: aurora/applications-and-libraries/libraries/mpi.md
#- oneDAL: aurora/applications-and-libraries/libraries/onedal.md
- Spack PE: aurora/applications-and-libraries/libraries/spack-pe.md
- Data Science:
#- Julia: aurora/data-science/julia.md
- Python: aurora/data-science/python.md
#- Applications:
#- gpt-neox: aurora/data-science/applications/gpt-neox.md
- Containers: aurora/data-science/containers/containers.md
- Frameworks:
#- DeepSpeed: aurora/data-science/frameworks/deepspeed.md
#- JAX: aurora/data-science/frameworks/jax.md
- PyTorch: aurora/data-science/frameworks/pytorch.md
- TensorFlow: aurora/data-science/frameworks/tensorflow.md
- LibTorch: aurora/data-science/frameworks/libtorch.md
- OpenVINO: aurora/data-science/frameworks/openvino.md
- oneCCL: aurora/data-science/frameworks/oneCCL.md
- Programming Models:
- Kokkos: aurora/programming-models/kokkos-aurora.md
- Level Zero: aurora/programming-models/level-0.md
- OpenCL: aurora/programming-models/opencl-aurora.md
- OpenMP: aurora/programming-models/openmp-aurora.md
#- RAJA: aurora/programming-models/raja-aurora.md
- SYCL: aurora/programming-models/sycl-aurora.md
- Debugging Tools:
- Overview: aurora/debugging/debugging-overview.md
#- gdb-oneapi: aurora/debugging/gdb-oneapi-aurora.md
- Performance Tools:
# - Overview: aurora/performance-tools/performance-overview.md
- Advisor: aurora/performance-tools/advisor.md
- VTune: aurora/performance-tools/vtune.md
# - Visualization:
# - ParaView: aurora/visualization/paraview.md
- Services:
- GitLab: aurora/services/gitlab-ci.md
#- JupyterHub: aurora/services/jupyterhub.md
- Workflows:
# - Balsam: aurora/workflows/balsam.md
# - DeepHyper: aurora/workflows/deephyper.md
# - libEnsemble: aurora/workflows/libensemble.md
# - Parsl: aurora/workflows/parsl.md
- SmartSim: aurora/workflows/smartsim.md
- Polaris:
- Getting Started: polaris/getting-started.md
- System Updates: polaris/system-updates.md
Expand Down Expand Up @@ -118,6 +191,17 @@ nav:
- Visualization:
- Visualization on Sophia: sophia/visualization/visualization.md
- ParaView (Launch from Client): sophia/visualization/paraview.md
- Crux:
- Machine Overview: crux/hardware-overview/machine-overview.md
- Getting Started: crux/getting-started.md
- Running Jobs: crux/queueing-and-running-jobs/running-jobs.md
- Compiling and Linking: crux/compiling-and-linking/compiling-and-linking-overview.md
- Containers: crux/containers/containers.md
- Data Science:
- Python: crux/data-science/python.md
#- Visualization:
#- Visualization on Crux: crux/visualization/visualization.md
#- ParaView (Launch from Client): crux/visualization/paraview.md
- AI Testbed:
- Getting Started: ai-testbed/getting-started.md
- Cerebras:
Expand Down Expand Up @@ -163,90 +247,6 @@ nav:
- SambaNova Documentation: ai-testbed/sambanova/documentation.md
# - Performance Tools: ai-testbed/sambanova/performance-tools.md
- Data Management: ai-testbed/data-management/data-management-overview.md
- Aurora:
- Getting Started: aurora/getting-started-on-aurora.md
- Aurora PE: aurora/aurora-pe.md
- Sunspot to Aurora: aurora/sunspot-to-aurora.md
- Known Issues: aurora/known-issues.md
- Hardware Overview: aurora/hardware-overview/machine-overview.md
- Node Performance Overview: aurora/node-performance-overview/node-performance-overview.md
- Compiling and Linking:
- Compiling and Linking Overview: aurora/compiling-and-linking/compiling-and-linking-overview.md
- Programming Models: aurora/compiling-and-linking/aurora-programming-models.md
- Example Program and Makefile: aurora/compiling-and-linking/aurora-example-program-makefile.md
# - LLVM Compilers: aurora/compiling-and-linking/llvm-compilers-aurora.md
# - GNU Compilers: aurora/compiling-and-linking/gnu-compilers-aurora.md
# - CCE Compilers: aurora/compiling-and-linking/cce-compilers-aurora.md
# - Continuous Integration: aurora/compiling-and-linking/continuous-integration-aurora.md
- Build Tools:
- CMake: aurora/build-tools/cmake-aurora.md
- Running Jobs: aurora/running-jobs-aurora.md
- Data Management:
- Copper: aurora/data-management/copper/copper.md
- DAOS: aurora/data-management/daos/daos-overview.md
- Lustre (Flare): aurora/data-management/lustre/flare.md
- Moving data to Aurora:
- DAOS Data Mover: aurora/data-management/moving_data_to_aurora/daos_datamover.md
- Globus: aurora/data-management/moving_data_to_aurora/globus.md
- SCP: aurora/data-management/moving_data_to_aurora/scp.md
- Applications and Libraries:
- Libraries:
- Cabana: aurora/applications-and-libraries/libraries/cabana-aurora.md
#- Math Libraries: aurora/applications-and-libraries/libraries/math-libraries.md
#- MKL: aurora/applications-and-libraries/libraries/mkl.md
#- MPI: aurora/applications-and-libraries/libraries/mpi.md
#- oneDAL: aurora/applications-and-libraries/libraries/onedal.md
- Spack PE: aurora/applications-and-libraries/libraries/spack-pe.md
- Data Science:
#- Julia: aurora/data-science/julia.md
- Python: aurora/data-science/python.md
#- Applications:
#- gpt-neox: aurora/data-science/applications/gpt-neox.md
- Containers: aurora/data-science/containers/containers.md
- Frameworks:
#- DeepSpeed: aurora/data-science/frameworks/deepspeed.md
#- JAX: aurora/data-science/frameworks/jax.md
- PyTorch: aurora/data-science/frameworks/pytorch.md
- TensorFlow: aurora/data-science/frameworks/tensorflow.md
- LibTorch: aurora/data-science/frameworks/libtorch.md
- OpenVINO: aurora/data-science/frameworks/openvino.md
- oneCCL: aurora/data-science/frameworks/oneCCL.md
- Programming Models:
- Kokkos: aurora/programming-models/kokkos-aurora.md
- Level Zero: aurora/programming-models/level-0.md
- OpenCL: aurora/programming-models/opencl-aurora.md
- OpenMP: aurora/programming-models/openmp-aurora.md
#- RAJA: aurora/programming-models/raja-aurora.md
- SYCL: aurora/programming-models/sycl-aurora.md
- Debugging Tools:
- Overview: aurora/debugging/debugging-overview.md
#- gdb-oneapi: aurora/debugging/gdb-oneapi-aurora.md
- Performance Tools:
# - Overview: aurora/performance-tools/performance-overview.md
- Advisor: aurora/performance-tools/advisor.md
- VTune: aurora/performance-tools/vtune.md
# - Visualization:
# - ParaView: aurora/visualization/paraview.md
- Services:
- GitLab: aurora/services/gitlab-ci.md
#- JupyterHub: aurora/services/jupyterhub.md
- Workflows:
# - Balsam: aurora/workflows/balsam.md
# - DeepHyper: aurora/workflows/deephyper.md
# - libEnsemble: aurora/workflows/libensemble.md
# - Parsl: aurora/workflows/parsl.md
- SmartSim: aurora/workflows/smartsim.md
- Crux:
- Machine Overview: crux/hardware-overview/machine-overview.md
- Getting Started: crux/getting-started.md
- Running Jobs: crux/queueing-and-running-jobs/running-jobs.md
- Compiling and Linking: crux/compiling-and-linking/compiling-and-linking-overview.md
- Containers: crux/containers/containers.md
- Data Science:
- Python: crux/data-science/python.md
#- Visualization:
#- Visualization on Crux: crux/visualization/visualization.md
#- ParaView (Launch from Client): crux/visualization/paraview.md
- Facility Policies:
- Overview of Policies: policies/facility-policies.md
- ALCF Acknowledgement Policy: policies/alcf-acknowledgement-policy.md
Expand Down
Loading