Skip to content

Commit 55774fe

Browse files
committed
Updated PARALLEL.md
1 parent dc7dd61 commit 55774fe

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

PARALLEL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# How to multiprocess in Fortran
22

33
- To be fair, I haven't done it yet. But I want to make sure OOP_F90 is scalable
4+
5+
# OpenMP
6+
7+
- https://hpc-tutorials.llnl.gov/openmp/fortran_directive_format/#fixed-form-source
8+
- https://www.openmp.org/wp-content/uploads/F95_OpenMPv1_v2.pdf
9+
10+
# Coarray (CAF)
11+
12+
- https://en.wikipedia.org/wiki/Coarray_Fortran
13+
14+
# MPI

0 commit comments

Comments
 (0)