1 parent dc7dd61 commit 55774feCopy full SHA for 55774fe
1 file changed
PARALLEL.md
@@ -1,3 +1,14 @@
1
# How to multiprocess in Fortran
2
3
- 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