Clicky
Showing changes from revision #4 to #5:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
Various strategies and tools for parallelization of Fortran code using multithreading and/or multiprocessing.
Co-arrays : Incorporated into Fortran 2008 and enhanced in Fortran(削除) 2015. (削除ここまで)(追記) 2018. (追記ここまで) Available in actively developed compilers fromGNU/OpenCoarrays, Cray, and Intel.
MPICH: A flavour of MPI; OpenMPI: another.
OpenMP OMP: multi-platform shared-memory parallel programming in C/C++ and Fortran. This is available for gfortran ( libgomp), and many commercial compilers.
ADAPTOR: Parallel Fortran Compilation System
PGI CUDA Fortran compiler Based on Open64.
PIPS: Automatic Parallelizer and Code Transformation Framework (Fortran to Fortran). A Fortran 95 front end has just been released. There is also a version targetting CUDA (see Par4All).