Skip to content

Commit

Permalink
Merge pull request #13 from NYU-ITS/hpc-training-page
Browse files Browse the repository at this point in the history
Started HPC Training & Support page
  • Loading branch information
s-sajid-ali authored Dec 10, 2024
2 parents 291313c + 4ecba3d commit 86ac056
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@
"version": "2.0.0",
"tasks": [
{
"label": "serve",
"label": "pnpm-serve",
"type": "shell",
"command": "${workspaceFolder}/.pixi/envs/default/bin/pnpm serve",
"options": {
"env": {
"PATH": "$PATH:${workspaceFolder}/.pixi/envs/default/bin"
}
},
"command": "pixi run serve",
"problemMatcher": [
"$eslint-compact"
]
}
]
}
}
7 changes: 7 additions & 0 deletions docs/training-and-support/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Training and Support",
"position": 2,
"link": {
"type": "generated-index",
}
}
19 changes: 19 additions & 0 deletions docs/training-and-support/support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 2
---

# Support

- Some of your questions may be already answered here
- Introductory HPC Video Playlist
- Cluster Getting Started Documentation
- Greene Cluster
- Dataproc Hadoop
- Greene AMD Nodes
- Consider to sign up for Training and Workshops
- Contact us directly at [email protected]

- NYU HPC offers personalized help through **personal consultations** for simple and advanced cases:
- Do you have troubles with something that seems trivial ?
- Would you like to discuss how to better apply Deep Learning to your case ?
- Something else ?
16 changes: 16 additions & 0 deletions docs/training-and-support/training_at_nyu.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
---

# HPC training at NYU

### Workshops offered by the HPC team at the library:
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).

### HPC Caprentry tutorials for Greene

- [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.
- [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.

### Introductory Videos
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).
8 changes: 8 additions & 0 deletions docs/training-and-support/training_outside.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 1
---

# Where to find HPC tutorials

### ACCESS workshops
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 comments on commit 86ac056

Please sign in to comment.