opencoarrays

Open-source coarray Fortran ABI, API, and compiler wrapper

brewmacoslinux
Try with needOr install directly
Source

About

Open-source coarray Fortran ABI, API, and compiler wrapper

Commands

cafcafrun

Examples

Compile a Fortran coarray program$ caf program.f90 -o program
Run a compiled coarray program with multiple images$ cafrun -n 4 ./program
Check OpenCoarrays version and configuration$ caf --version