Repository for training material for the 2022 SDSC HPC/CI User Training Course

Overview

hpc-training-2022

Repository for training material for the 2022 SDSC HPC/CI Training Series

HPC/CI Training Series home

https://www.sdsc.edu/event_items/202201_HPC-CI-Training-Series.html

Content:

Session 1 (01/14/22 – 03/04/22):

Agenda: Learn about tools and computing concepts necessary for HPC and CI systems

WEEK DATE TOPIC MATERIAL INSTRUCTOR
Week 01 Fri, 01/14/22 Program Orientation, history, plan,
Registration process & accounts
Interactive Video
YouTube
Mary Thomas
Week 02 Fri, 01/21/22 Parallel Computing Concepts
HPC overview & Expanse Architecture
Interactive Video
YouTube
Bob Sinkovits
Week 03 Fri, 01/28/22 Data Management
Job Submission - Queues and batch scripting
Interactive Video
YouTube
Mahidhar Tatineni,
Mary Thomas
Week 04 Fri, 02/04/22 Introduction to Singularity Containers Interactive Video
YouTube
Marty Kandes
Week 05 Fri, 02/11/22 Introduction to Software Containers and Kubernetes Interactive Video
YouTube
Jeffrey Weekly
Week 06 Fri, 02/18/22 Running Secure Jupyter Notebooks on HPC Systems Interactive Computing Interactive Video
YouTube
Mary Thomas
Week 07 Fri, 02/25/22 Introduction to Neural Networks, Convolution Neural Networks, and Deep Learning,
Introduction to Using TensorFlow and PyTorch on Expanse
Interactive Video
YouTube
Paul Rodriguez,
Mahidhar Tatineni
Week 08 Fri, 03/4/22 Oracle Cloud Overview
Azure Overview
Cloud Computing on JetStream
Interactive Video
YouTube
Santosh Bhatt,
Paul Yu,
Marty Kandes

[ Back to Session 1 ] [ Back to Top ]

Session 2: (03/28/22 - 05/06/22)

Agenda: Learn about tools and computing concepts necessary for HPC and CI systems

WEEK DATE TOPIC MATERIAL INSTRUCTOR
Week 09 Fri, 04/1/22 Visualization using Jupyter Notebooks Interactive Video
YouTube
Bob Sinkovits
Week 10 Fri, 04/8/22 CPU Computing: Introduction to OpenMP/Threads Interactive Video
YouTube
Marty Kandes
Week 11 Fri, 04/15/22 CPU Computing: Introduction to MPI Interactive Video
YouTube
Mahidhar Tatineni
Week 12 Fri, 04/22/22 CPU profiling with gprof and uProf Interactive Video
YouTube
Bob Sinkovits
Week 13 Fri, 04/29/22 Introduction to GPU computing
Programming and profiling with CUDA, OpenACC, and NSight
Interactive Video
YouTube
Andreas Goetz
Mahidhar Tatineni
Week 14 Fri, 05/06/22 GPU Computing with Python (Numba, CuPy, and RAPIDS) YouTube Kristopher Keipert (NVIDIA)
Zoe Ryan (NVIDIA)

[ Back to Session 2 ] [ Back to Top ]


## Instructors
NAME TITLE ORG
Santosh Bhatt Principal Enterprise Cloud Architect, Oracle (website) Oracle
Andy Goetz Director - Computational Chemistry Laboratory (website) SDSC
Kristopher Keipert Senior Solutions Architect (website) NVIDA
Marty Kandes Computational and Data Science Research Specialist (website) SDSC
Paul Rodriguez Research Programmer (website) SDSC
Zoe Ryan Solutions Architect (website) NVIDA
Bob Sinkovits Director for Scientific Computing Applications (website) SDSC
Mahidhar Tatineni Director of User Services (website) SDSC
Mary Thomas Computational Data Scientist, Lead - HPC Training (website) SDSC
Jeffrey Weekly Research IT Engagement and Support Manager bio University of California Santa Cruz
Cindy Wong Events Specialist SDSC
Nicole Wolter Computational and Data Science Research Specialist (website) SDSC
Paul Yu Sr. Cloud Solutions Architect bio Microsoft

[ Back to Top ]

Owner
sdsc-hpc-training-org
An organization for managing the various sdsc hpc education repos
sdsc-hpc-training-org
[NeurIPS-2021] Mosaicking to Distill: Knowledge Distillation from Out-of-Domain Data

MosaicKD Code for NeurIPS-21 paper "Mosaicking to Distill: Knowledge Distillation from Out-of-Domain Data" 1. Motivation Natural images share common l

ZJU-VIPA 37 Nov 10, 2022
Pretraining on Dynamic Graph Neural Networks

Pretraining on Dynamic Graph Neural Networks Our article is PT-DGNN and the code is modified based on GPT-GNN Requirements python 3.6 Ubuntu 18.04.5 L

7 Dec 17, 2022
ElegantRL is featured with lightweight, efficient and stable, for researchers and practitioners.

Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch. 🔥

AI4Finance 2.5k Jan 08, 2023
Perspective: Julia for Biologists

Perspective: Julia for Biologists 1. Examples Speed: Example 1 - Single cell data and network inference Domain: Single cell data Methodology: Network

Elisabeth Roesch 55 Dec 02, 2022
Fashion Entity Classification

Fashion-Entity-Classification - Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grays

ADITYA SHAH 1 Jan 04, 2022
SymPy-powered, Wolfram|Alpha-like answer engine totally in your browser, without backend computation

SymPy Beta SymPy Beta is a fork of SymPy Gamma. The purpose of this project is to run a SymPy-powered, Wolfram|Alpha-like answer engine totally in you

Liumeo 25 Dec 21, 2022
clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation

README clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation CVPR 2021 Authors: Suprosanna Shit and Johannes C. Paetzo

110 Dec 29, 2022
Paper list of log-based anomaly detection

Paper list of log-based anomaly detection

Weibin Meng 411 Dec 05, 2022
The dataset of tweets pulling from Twitters with keyword: Hydroxychloroquine, location: US, Time: 2020

HCQ_Tweet_Dataset: FREE to Download. Keywords: HCQ, hydroxychloroquine, tweet, twitter, COVID-19 This dataset is associated with the paper "Understand

2 Mar 16, 2022
This repository contains implementations and illustrative code to accompany DeepMind publications

DeepMind Research This repository contains implementations and illustrative code to accompany DeepMind publications. Along with publishing papers to a

DeepMind 11.3k Dec 31, 2022
PyTorch-centric library for evaluating and enhancing the robustness of AI technologies

Responsible AI Toolbox A library that provides high-quality, PyTorch-centric tools for evaluating and enhancing both the robustness and the explainabi

24 Dec 22, 2022
A deep learning framework for historical document image analysis

DIVA-DAF Description A deep learning framework for historical document image analysis. How to run Install dependencies # clone project git clone https

9 Aug 04, 2022
Lunar is a neural network aimbot that uses real-time object detection accelerated with CUDA on Nvidia GPUs.

Lunar Lunar is a neural network aimbot that uses real-time object detection accelerated with CUDA on Nvidia GPUs. About Lunar can be modified to work

Zeyad Mansour 276 Jan 07, 2023
DrNAS: Dirichlet Neural Architecture Search

This paper proposes a novel differentiable architecture search method by formulating it into a distribution learning problem. We treat the continuously relaxed architecture mixing weight as random va

Xiangning Chen 37 Jan 03, 2023
StableSims is an open-source project aimed at simulating MakerDAO's Dai stablecoin system

StableSims is an open-source project aimed at simulating MakerDAO's Dai stablecoin system, initially used for researching optimal incentive parameters for Liquidations 2.0.

Blockchain at Berkeley 52 Nov 21, 2022
GBIM(Gesture-Based Interaction map)

手势交互地图 GBIM(Gesture-Based Interaction map),基于视觉深度神经网络的交互地图,通过电脑摄像头观察使用者的手势变化,进而控制地图进行简单的交互。网络使用PaddleX提供的轻量级模型PPYOLO Tiny以及MobileNet V3 small,使得整个模型大小约10MB左右,即使在CPU下也能快速定位和识别手势。

8 Feb 10, 2022
BERTMap: A BERT-Based Ontology Alignment System

BERTMap: A BERT-based Ontology Alignment System Important Notices The relevant paper was accepted in AAAI-2022. Arxiv version is available at: https:/

KRR 36 Dec 24, 2022
Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)

StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery (ICCV 2021 Oral) Run this model on Replicate Optimization: Global directions: Mapper: Check ou

3.3k Jan 05, 2023