PRACE Autumn School 2013 - Industry Oriented Simulations
Using HPCFS programming-hands-on
doc.dr. Leon Kos, University of Ljubljana
September 2013
Slide contents
Using HPCFS
Using HPCFS
Basic HPCFS cluster usage
Modules
Load sharing facility (LSF)
Pi example
An introduction to MPI
The message-passing model
Minimal MPI
Try to run it with LSF
Minimal MPI
Try to run it with LSF
Updated hello-mpi. c,f90
Point-to-point message passing-data transfer and synhronization
MPI is simple
Send/receive P-t-P
Standard send and receive in C
C example
Collective operation in MPI
Summary
Introduction to OpenMP
What is OpenMP
Main terminology
Memory model
Main components
Parallel construct
Hello world example
end