coarray
There are 13 repositories under coarray topic.
sourceryinstitute/OpenCoarrays
A parallel application binary interface for Fortran 2018 compilers.
sourceryinstitute/jupyter-CAF-kernel
:sparkles: A Coarray Fortran Jupyter notebook kernel :cloud: :computer: :notebook: :zap:
tkoenig1/coarray-tutorial
A short tutorial to get people started with Fortran's coolest feature, coarrays.
BerkeleyLab/caffeine
A parallel runtime library for Fortran compilers
szaghi/HASTY
HASh Table fortran container exploting coarraY
Beliavsky/coarray_fortran_intel_tutorial
Examples from Intel Fortran coarray tutorial
gha3mi/forbenchmark
ForBenchmark - A Fortran library for benchmarking (with support for coarrays).
nncarlson/coarray-halo-exchange
Code and test cases for investigating Fortran coarray implementations of parallel halo exchange
gha3mi/formatmul
ForMatmul - A Fortran library that overloads the matmul function to enable efficient matrix multiplication with/without coarray.
jakubowiczish/fortran-task3
My solution for Fortran assignment - task 3
stewmasterj/Ndyn_OMP
Newtonian particle dynamics -- parallel computation
nncarlson/coarray-collectives
A Fortran module that provides coarray collectives beyond the intrinsic F2018 collectives
gha3mi/fordot
ForDot - A Fortran library that overloads the dot_product function to enable efficient dot product with/without coarray.