Skip to content

Commit 086695d

Browse files
committed
updated news
1 parent 01c6723 commit 086695d

2 files changed

Lines changed: 33 additions & 4 deletions

File tree

docs/hpcdocs/HPC-clusters/hpc_news.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ import Tag from '@site/src/components/Tag';
1010
import Tabs from '@theme/Tabs';
1111
import TabItem from '@theme/TabItem';
1212

13+
## Registration Now Open: CENVAL-ARC Symposium
14+
_posted on:01/08/2026_
15+
16+
[Registration](https://forms.office.com/r/dw80GhQ8xK?origin=lprLink) is now open for the 2026 CENVAL-ARC Symposium, to be held in person at UC Merced on March 5–6, 2026, with additional virtual sessions on select topics offered in advance of the in-person event.
17+
18+
The program will include:
19+
20+
March 5: Welcome reception at UC Merced, 5:00–7:00 PM, providing an opportunity to connect with speakers and colleagues.
21+
March 6: A full day of talks, panels, and discussions focused on advancing research computing and data capacity.
22+
23+
Detailed agenda [here](https://cenval-arc.ucmerced.edu/agenda).
24+
Sponsored by the NSF Campus Cyberinfrastructure (CC) program, the symposium brings together researchers, faculty, staff, and students from across the region who rely on computational resources beyond their local environments. Attendees will have the opportunity to engage with NSF program officers, learn about high-performance computing (HPC) and cyberinfrastructure solutions, and connect with leaders from the research computing and data (RCD) community.
25+
26+
Limited financial support is available to assist with travel and accommodation costs.
27+
28+
Please encourage your research groups and colleagues to register early and take advantage of this opportunity.
29+
30+
Register [here](https://forms.office.com/r/dw80GhQ8xK?origin=lprLink)
31+
32+
For more details, visit: cenval-arc.ucmerced.edu
33+
34+
Thank you for helping us spread the word. We look forward to seeing you at CENVAL-ARC 2026.
35+
1336
## OS Upgrade Impact: MERCED cluster + BorgStore
1437
_posted on: 11/07/2025_
1538

docs/hpcdocs/hpc-tutorials/intermediete_hpc.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
title: hidden
33
sidebar_position: 2
44
unlisted: true
5+
showLastUpdateAuthor: true
6+
showLastUpdateTime: true
7+
last_update:
8+
date: 01/07/2026
9+
author: Yue Yu
510
---
611

7-
# Intermediate High Performance computing
12+
# Intermediate High Performance computing (HPC): Optimization and Scaling
813
import Tag from '@site/src/components/Tag';
914
import Tabs from '@theme/Tabs';
1015
import TabItem from '@theme/TabItem';
1116
import { useEffect } from 'react';
1217

13-
This intermediate training is designed for users who are already comfortable with the Linux command line and basic job submissions but need to optimize their workflows for performance, efficiency, and scalability.This is intended for users who have a material level equivalence of the `Introduction to High Performance Computing` course.
18+
This intermediate training is designed for users who are already comfortable with the Linux command line and basic job submissions but need to optimize their workflows for performance, efficiency, and scalability. This is intended for users who have a material level equivalence of the `Introduction to High Performance Computing` course.
19+
20+
## Overall topics
21+
### Advanced Slurm and Resource managment
1422

15-
## Motivation
16-
The motivation for this course is to provide a more in-depth understanding of the tools and techniques used in High Performance Computing. This includes a deeper dive into parallel programming, performance optimization, and the use of advanced tools and libraries.

0 commit comments

Comments
 (0)