Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpi-lab-exercises
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdc-summer-school
mpi-lab-exercises
Commits
4e6ffa31
Commit
4e6ffa31
authored
Dec 12, 2017
by
Kjartan Thor Wikfeldt
Browse files
Options
Downloads
Patches
Plain Diff
add source links lab1
parent
fe95e744
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lab1/README.md
+9
-8
9 additions, 8 deletions
lab1/README.md
with
9 additions
and
8 deletions
lab1/README.md
+
9
−
8
View file @
4e6ffa31
...
...
@@ -2,24 +2,25 @@ In this lab, you'll gain familiarity with MPI program structure, and point-to-po
# Overview
**
Goals
**
###
Goals
Get familiar with MPI program structure, and point-to-point communication by writing a few first simple MPI programs.
**
Duration
**
###
Duration
Three hours
# Source Codes
-
Hello, World: Serial C and Fortran (hello_world.c/f90)
-
Game of Life: Serial C and Fortran (game_of_life-serial.c/f90)
-
Parallel Search: Serial C and Fortran (parallel_search-serial.c/f90)
-
Input file used in the Parallel Search program: b.data
-
Output file from the Parallel Search program: reference.found.data
-
Hello, World: Serial C and Fortran (
[
hello_mpi.c
](
hello_mpi.c
)
and
[
hello_mpi.f90
](
hello_mpi.f90
)
)
-
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
](
parallel_search-serial.c
)
and
[
parallel_search-serial.f90
](
parallel_search-serial.f90
)
)
-
Input file used in the Parallel Search program:
[
b.data
](
b.data
)
-
Output file from the Parallel Search program:
[
reference.found.data
](
reference.found.data
)
-
Send data across all processes : No source provided
-
Calculation of PI: Serial C and Fortran (pi_serial.c
/f90
)
-
Calculation of PI: Serial C and Fortran (
[
pi_serial.c
](
pi_serial.c
)
and
[
pi_serial.f90
](
pi_serial.f90
)
)
# Preparation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment