Using HPCFS programming-hands-on thumbnail
Pause
Mute
Subtitles
Playback speed
0.25
0.5
0.75
1
1.25
1.5
1.75
2
Full screen

Using HPCFS programming-hands-on

Published on Jan 06, 20142488 Views

This pre-training covers HPC architecture, schedulers and OpenMP and MPI hands on training. HPC architecture overview with examples of Parallel Programming with: *distributed MPI, *shared OpenMP, an

Related categories

Chapter list

Using HPCFS00:00
Basic HPCFS cluster usage23:47
Modules32:06
Pi example46:24
Load Sharing Facility (LSF)01:04:25
An Introduction to MPI01:04:43
The Message-Passing Model01:04:58
Why MPI01:06:12
Minimal MPI01:07:06
Try to run it with LSF01:08:11
Updated hello-mpi.{c,f90}01:18:14
Point-To-Point Message Passing – Data transfer and Synchronization01:19:49
MPI is Simple01:19:58
Send/Receive P-t-P01:21:17
Standard Send and Receive in C01:23:26
C example01:23:30
Collective Operations in MPI01:23:34
Summary01:24:52
Partnership for Advanced Computing in Europe01:25:33
Introduction to OpenMP01:25:50
Outline01:25:51
What is OpenMP?01:25:53
Memory Model01:26:28
Main Components01:26:45
Compiling01:26:57
Parallel Construct01:26:59
Hello World Example01:28:34