Skip to content

ulrikeyang/MathPackagesTraining2022

 
 

Repository files navigation

MathPackagesTraining

A gh-pages site to host SWC style training materials for various HPC math packages

Website

The public site for this repo is https://xsdk-project.github.io/MathPackagesTraining2022/. After pushing to the Repo, changes should be visible within minutes.

To Render Locally

install Jekyll, see http://jekyllrb.com/

install Ruby dependencies:

bundle install

Clone or move to the MathPackagesTraining2022 directory and start the Jekyll server:

git clone https://github.com/xsdk-project/MathPackagesTraining2022.git
bundle exec jekyll serve

Then point your web broswer at http://localhost:4000/MathPackagesTraining2022/

ThetaGPU

Accounts

If you have an active ACLF account and are a member of atpesc_instructors, then you can access ThetaGPU node now. Anyone who will be participating as an instructor and does not have an ALCF account or does not have access to the atpesc_instructors project should request access to those ASAP.

Quick Start

To connect:

ssh theta.alcf.anl.gov

To work on ThetaGPU resources, login to a Theta login node, and then hop on to one of the GPU service nodes:

ssh thetagpusn1  # or thetagpusn2

The OS/compilers on the thetagpusn1 and thetagpusn2 are different then the compute nodes. Therefore, you will likely want to immediately move to the GPU node to build.

To request an interactive session:

qsub -I -q single-gpu -t 60 -n 1 -A ATPESC_Instructors

The admin recommends using a newer OpenMPI module:

module load openmpi/openmpi-4.1.4_ucx-1.12.1_gcc-9.4.0

For CMake:

module load cmake-3.20.3-gcc-9.3.0-57eqw4f

For blas, the recommendation is to use blis (from aocl):

module load aocl/blis-3.0

Getting Started Guide

The "getting started" guide for ThetaGPU can be found at https://www.alcf.anl.gov/support-center/theta-gpu-nodes/getting-started-thetagpu.

About

A gh-pages site to host SWC style training materials for various HPC math packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • SCSS 30.1%
  • HTML 12.2%
  • C 4.3%
  • CSS 2.7%
  • C++ 2.7%
  • Other 2.2%