add a slide about coreHPC

This commit is contained in:
Natalie Elphick 2025-10-01 15:40:13 -07:00
parent 2d05d44f63
commit 214ac728e7
2 changed files with 28 additions and 6 deletions

View file

@ -167,6 +167,7 @@
<section id="part-1" class="slide level2">
<h2>Part 1:</h2>
<ol type="1">
<li>Upcoming Changes to Wynton</li>
<li>What is an HPC cluster?</li>
<li>Node Types and Logging in</li>
<li>Storage</li>
@ -175,6 +176,17 @@
<li>Containers</li>
</ol>
</section>
<section id="upcoming-changes-to-wynton" class="slide level2">
<h2>Upcoming Changes to Wynton</h2>
<ul>
<li>Wynton is in the process of transitioning to and integrating with CoreHPC (UCSF)
<ul>
<li>Scheduled to conclude in spring 2027</li>
</ul></li>
<li>This is a separate HPC from the currently in development CoreHPC (Gladstone)</li>
<li>Both of these will use the SLURM job scheduler system and serve a different set of users</li>
</ul>
</section>
<section>
<section id="what-is-wynton-hpc" class="title-slide slide level1 center">
<h1>What is Wynton HPC?</h1>

View file

@ -33,12 +33,22 @@ knitr::opts_chunk$set(comment = "")
## Part 1:
1. What is an HPC cluster?
2. Node Types and Logging in
3. Storage
4. Data Transfer
5. Installing Software
6. Containers
1. Upcoming Changes to Wynton
2. What is an HPC cluster?
3. Node Types and Logging in
4. Storage
5. Data Transfer
6. Installing Software
7. Containers
## Upcoming Changes to Wynton
- Wynton is in the process of transitioning to and integrating with CoreHPC (UCSF)
- Scheduled to conclude in spring 2027
- This is a separate HPC from the currently in development CoreHPC (Gladstone)
- Both of these will use the SLURM job scheduler system and serve a different set of users
# What is Wynton HPC?