OpenCoarrays
OpenCoarrays copied to clipboard
A parallel application binary interface for Fortran 2018 compilers.
[links]:# [contributing guidelines]: https://github.com/sourceryinstitute/OpenCoarrays/blob/master/CONTRIBUTING.md [issue]: https://github.com/sourceryinstitute/OpenCoarrays/issues [coverage]: https://img.shields.io/codecov/c/github/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square | coverage on master | |:---------------------------:| | ![Codecov branch][coverage] | ## Summary of changes ## Send_by_ref was working as expected for static...
[links]:# [contributing guidelines]: https://github.com/sourceryinstitute/OpenCoarrays/blob/master/CONTRIBUTING.md [issue]: https://github.com/sourceryinstitute/OpenCoarrays/issues [coverage]: https://img.shields.io/codecov/c/github/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square | coverage on master | |:---------------------------:| | ![Codecov branch][coverage] | ## Summary of changes ## Unify formatting of C sources utilizing a...
The title of the issue should start with `Defect:` followed by a succinct title. Please make sure to put any logs, terminal output, or code in [fenced code blocks]. Please...
## System information including: - OpenCoarrays Version: 2.9.2 - Fortran Compiler: 14.2 - C compiler used for building lib: - Installation method: package manager - All flags & options passed...
Improve the implemenation of team's functions to adhere to the Fortran 2018 standard and gfortran from 15 on. [links]:# [contributing guidelines]: https://github.com/sourceryinstitute/OpenCoarrays/blob/master/CONTRIBUTING.md [issue]: https://github.com/sourceryinstitute/OpenCoarrays/issues [coverage]: https://img.shields.io/codecov/c/github/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square | coverage on master...
GFortran 15+ introduces a new way of accessing coarrays on the remote image. For this the id of an MPI_Win(-dow) is transfered to the remote image along with other instructions...