Skip to content

Commit 86ac056

Browse files
authored
Merge pull request #13 from NYU-ITS/hpc-training-page
Started HPC Training & Support page
2 parents 291313c + 4ecba3d commit 86ac056

File tree

5 files changed

+53
-8
lines changed

5 files changed

+53
-8
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"label": "serve",
7+
"label": "pnpm-serve",
88
"type": "shell",
9-
"command": "${workspaceFolder}/.pixi/envs/default/bin/pnpm serve",
10-
"options": {
11-
"env": {
12-
"PATH": "$PATH:${workspaceFolder}/.pixi/envs/default/bin"
13-
}
14-
},
9+
"command": "pixi run serve",
1510
"problemMatcher": [
1611
"$eslint-compact"
1712
]
1813
}
1914
]
20-
}
15+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Training and Support",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
}
7+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Support
6+
7+
- Some of your questions may be already answered here
8+
- Introductory HPC Video Playlist
9+
- Cluster Getting Started Documentation
10+
- Greene Cluster
11+
- Dataproc Hadoop
12+
- Greene AMD Nodes
13+
- Consider to sign up for Training and Workshops
14+
- Contact us directly at hpc@nyu.edu
15+
16+
- NYU HPC offers personalized help through **personal consultations** for simple and advanced cases:
17+
- Do you have troubles with something that seems trivial ?
18+
- Would you like to discuss how to better apply Deep Learning to your case ?
19+
- Something else ?
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# HPC training at NYU
6+
7+
### Workshops offered by the HPC team at the library:
8+
The HPC team offers multiple workshops at the library covering various aspects of HPC usagae from novice to advanced level. You can find the list of available HPC couses [can be viewed here](https://nyu.libcal.com/calendar?cid=1564&t=d&d=0000-00-00&cal=1564&ct=6016).
9+
10+
### HPC Caprentry tutorials for Greene
11+
12+
- [Introduction to using the shell in a High-Performance Computing context](https://nyuhpc.github.io/hpc-shell/): This lesson provides an introduction to the bash shell aimed at researchers who will be using the command line to use remote, high-performance computing (HPC) systems. The material is also suitable for teaching the use of the shell for any remote, advanced computing resources.
13+
- [An Introduction to High Performance Computing](https://nyuhpc.github.io/hpc-intro/): This lesson teaches the basics of interacting with high-performance computing (HPC) clusters through the command line.
14+
15+
### Introductory Videos
16+
We have a playlist of how-to videos covering the basics of accessing and using Greene [here](https://www.youtube.com/watch?v=0pP_TeKH1MI&list=PL5l6Qz3Xhfi9Jn9-iMKJisYsSW5tRzPSd&t=3s).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Where to find HPC tutorials
6+
7+
### ACCESS workshops
8+
As part of the Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support program, NSF provides [tutorials for HPC, OpenOnDemand, etc](https://support.access-ci.org/events).

0 commit comments

Comments
 (0)