Vue>> HPC>> 返回
项目作者: lukoshkin

项目描述 :
Skoltech HPC course
高级语言: Jupyter Notebook
项目地址: git://github.com/lukoshkin/HPC.git
创建时间: 2019-04-23T18:41:51Z
项目社区:https://github.com/lukoshkin/HPC

开源协议:

下载


HPC

The code examples presented here demonstrate the most common use of different parallel programming interfaces to speed up your scientific research. All sections are provided with their descriptions. There are also auxiliary files for the results visualization (called Visualization.ipynb) added where it is necessary. More detailed information about the navigation through the repository is in its lower branches

Contents

  • lab1/lab2   -     OMP/MPI tasks

  • lab3        -     CUDA basics

  • lab4        -     intro to CURAND library,

                    some parallel algorithms with CUDA

  • lab5        -     Numba tutorial