mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
add a slide about coreHPC
This commit is contained in:
parent
2d05d44f63
commit
214ac728e7
2 changed files with 28 additions and 6 deletions
|
|
@ -167,6 +167,7 @@
|
||||||
<section id="part-1" class="slide level2">
|
<section id="part-1" class="slide level2">
|
||||||
<h2>Part 1:</h2>
|
<h2>Part 1:</h2>
|
||||||
<ol type="1">
|
<ol type="1">
|
||||||
|
<li>Upcoming Changes to Wynton</li>
|
||||||
<li>What is an HPC cluster?</li>
|
<li>What is an HPC cluster?</li>
|
||||||
<li>Node Types and Logging in</li>
|
<li>Node Types and Logging in</li>
|
||||||
<li>Storage</li>
|
<li>Storage</li>
|
||||||
|
|
@ -175,6 +176,17 @@
|
||||||
<li>Containers</li>
|
<li>Containers</li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</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>
|
||||||
<section id="what-is-wynton-hpc" class="title-slide slide level1 center">
|
<section id="what-is-wynton-hpc" class="title-slide slide level1 center">
|
||||||
<h1>What is Wynton HPC?</h1>
|
<h1>What is Wynton HPC?</h1>
|
||||||
|
|
|
||||||
|
|
@ -33,12 +33,22 @@ knitr::opts_chunk$set(comment = "")
|
||||||
|
|
||||||
## Part 1:
|
## Part 1:
|
||||||
|
|
||||||
1. What is an HPC cluster?
|
1. Upcoming Changes to Wynton
|
||||||
2. Node Types and Logging in
|
2. What is an HPC cluster?
|
||||||
3. Storage
|
3. Node Types and Logging in
|
||||||
4. Data Transfer
|
4. Storage
|
||||||
5. Installing Software
|
5. Data Transfer
|
||||||
6. Containers
|
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?
|
# What is Wynton HPC?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue