Thursday, August 11 & Friday, August 12, 2022 | 1:00 PM - 4:00 PM PDT
Google Drive Google Colab Notebooks
In the past 50 years, supercomputers have achieved what was once considered only possible in Sci-Fi movies. The key to the tremendous success of supercomputers has been a combination of outstanding architectures plus software that uses all the available resources and makes parallelization possible. This secret sauce has led to different implementations across fields. Scientists typically rely on three main programming interfaces: OpenMP for shared memory computers (multicore processors), CUDA for GPU computing, and MPI for distributed memory computers. In this workshop, we will explore two key techniques that will allow you to get quickly started with HPC:
The final goal is to give the student a taste of some of the key techniques for programming HPC processors and computers and provide hands-on examples that students can experiment with.
Professor Eric Darve received his Ph.D. in Applied Mathematics at the Jacques-Louis Lions Laboratory in the Pierre et Marie Curie University, Paris, France. His advisor was Prof. Olivier Pironneau, and his Ph.D. thesis was entitled “Fast Multipole Methods for Integral Equations in Acoustics and Electromagnetics.” He was previously a student at the Ecole Normale Supérieure, rue d’Ulm, Paris, in Mathematics and Computer Science. Prof. Darve became a postdoctoral scholar with Profs. Moin and Pohorille at Stanford and NASA Ames in 1999 and joined the faculty at Stanford University in 2001. He is a member of the Institute for Computational and Mathematical Engineering.
His research interests involve HPC, GPU programming, numerical linear algebra, machine learning for science and engineering, and algorithms for anomaly detection.
Make sure you can access drive.google.com. We will use Google Colab. You may check that everything works by opening the notebooks at:
https://drive.google.com/drive/folders/1pwvw_HvZMtQqZl00nl95jDOUt-KPd_xy?usp=sharing
For example, click on colab_demo.ipynb
. Then click on Runtime -> Run All
. This will run the notebook on the Google Cloud Platform.