Skip to content
Snippets Groups Projects
Commit 21ab3db6 authored by Kjartan Thor Wikfeldt's avatar Kjartan Thor Wikfeldt
Browse files

add source links

parent cc09523f
No related branches found
No related tags found
No related merge requests found
...@@ -2,23 +2,23 @@ In this lab, you'll get familiar with MPI's Collection Communication routines, u ...@@ -2,23 +2,23 @@ In this lab, you'll get familiar with MPI's Collection Communication routines, u
# Overview # Overview
**Goals** ### Goals
Get familar with MPI Collective Communication routines and non-blocking calls Get familar with MPI Collective Communication routines and non-blocking calls
**Duration** ### Duration
Three hours Three hours
# Source Codes # Source Codes
- Calculation of PI: Serial C and Fortran - Calculation of PI: Serial C and Fortran ([pi_serial.c](pi_serial.c) and [pi_serial.f90](pi_serial.90))
- Send data across all processes : No source provided - Send data across all processes : No source provided
- Game of Life: Serial C and Fortran - Game of Life: Serial C and Fortran ([game_of_life-serial.c](game_of_life-serial.c) and [game_of_life-serial.f90](game_of_life-serial.f90))
- Parallel Search: Serial C and Fortran - Parallel Search: Serial C and Fortran ([parallel_search-serial.c](parallel_search-serial.c) and [parallel_search-serial.f90](parallel_search-serial.f90))
- Input file used in the Parallel Search program: b.data - Input file used in the Parallel Search program: [b.data](b.data)
- Output file from the Parallel Search program: reference.found.data - Output file from the Parallel Search program: [reference.found.data](reference.found.data)
# Preparation # Preparation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment