OpenCoarrays
OpenCoarrays copied to clipboard
A parallel application binary interface for Fortran 2018 compilers.
- [x] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. ## System information including: - OpenCoarrays Version:...
- [x] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. ## System information including: - OpenCoarrays Version:...
[issue stat img]: https://img.shields.io/issuestats/i/github/sourceryinstitute/OpenCoarrays.svg?style=flat-square | Avg response time | |:------------------------------:| | ![Issue Stats][issue stat img] | # Defect/Bug Report # - OpenCoarrays Version: 2.3.1 - Fortran Compiler: gfortran 6.4.0 -...
Add: - [X] an uninstall target to CMakeLists.txt - [ ] some means of invoking it via a script. (i.e., either by passing a flag like `--remove` or `--uninstall` to...
- [x] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. The sendget_by_ref issue first reported in https://github.com/sourceryinstitute/OpenCoarrays/issues/632#issuecomment-474827958...
Like in the "older" communication functions caf_get_by_ref should use an MPI-Datatype for transferring data.
Use MPI-Datatypes to reduce the network traffic needed by a send_by_ref.
# Defect/bug report # The implementation of lock and unlock violates the F2008+ standard, in that it should return STAT=STAT_LOCKED/UNLOCKED for LOCK(..., STAT=...) and UNLOCK(..., STAT=...), respectively. Furthermore do I...
[ULFM2](https://bitbucket.org/icldistcomp/ulfm2) is a fork of Open-MPI that implements ULFM-based fault tolerance. When OpenCoarrays 2.4.0 is configured with CAF_ENABLE_FAILED_IMAGES=TRUE, the cafrun wrapper script adds the `--disable-auto-cleanup` option to mpiexec to allow...
[issue stat img]: https://img.shields.io/issuestats/i/github/sourceryinstitute/OpenCoarrays.svg?style=flat-square | Avg response time | |:------------------------------:| | ![Issue Stats][issue stat img] | # Defect/Bug Report # See also #460 for additional context. The `caftan` script requires...