1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support for Logical in co_reduce More... about 10 years ago
Support for Logical in co_reduce More... about 10 years ago
Error message for unsupported data type in co_reduce More... about 10 years ago
Error message for unsupported data type in co_reduce More... about 10 years ago
Improved co_reduce support (boolean still not supported) More... about 10 years ago
Improved co_reduce support (boolean still not supported) More... about 10 years ago
Added error termination for non-scalar character co_broadcast (not yet supported).
rouson
as Damian Rouson
More... about 10 years ago
Added error termination for non-scalar character co_broadcast (not yet supported).
rouson
as Damian Rouson
More... about 10 years ago
Partial implementation (it works only with int32) of co_reduce More... about 10 years ago
Partial implementation (it works only with int32) of co_reduce More... about 10 years ago
Fixed send for characters coarrays More... about 10 years ago
Fixed send for characters coarrays More... about 10 years ago
Added support for co_broadcast of scalar character data in the core library (mpi_caf.c).
rouson
as Damian Rouson
More... about 10 years ago
Added support for co_broadcast of scalar character data in the core library (mpi_caf.c).
rouson
as Damian Rouson
More... about 10 years ago
Added extensions support for co_min and co_max. All tests pass with gcc 4.9.3!
rouson
as Damian Rouson
More... about 10 years ago
Added extensions support for co_min and co_max. All tests pass with gcc 4.9.3!
rouson
as Damian Rouson
More... about 10 years ago
Updated some C file license statements.
rouson
as Damian Rouson
More... about 10 years ago
Updated some C file license statements.
rouson
as Damian Rouson
More... about 10 years ago
Replaced c_long kind parameters src/extensions/opencoarrays.F90 with the c_ptrdiff_t to match the corresponding C declarations.
rouson
as Damian Rouson
More... about 10 years ago
Replaced c_long kind parameters src/extensions/opencoarrays.F90 with the c_ptrdiff_t to match the corresponding C declarations.
rouson
as Damian Rouson
More... about 10 years ago
Corrected the descriptor construction in the extensions module. Corrected some test logic. All co_sum and co_broadcast tests now pass.
rouson
as Damian Rouson
More... about 10 years ago
Corrected the descriptor construction in the extensions module. Corrected some test logic. All co_sum and co_broadcast tests now pass.
rouson
as Damian Rouson
More... about 10 years ago
Merge pull request #8 from rouson/broadcast-character
rouson
as sourceryinstitute
More... about 10 years ago
Merge pull request #2 from rouson/broadcast-character
rouson
as Damian Rouson
More... about 10 years ago
Adding provisional capability for co_broadcast wiht character scalar arguments via src/extensions/opencoarrays.f90. No support yet for native co_broadcast of character data in libcaf_mpi.a. This feature is currently only available to via the extensions mmodule.
rouson
as Damian Rouson
More... about 10 years ago
Adding co_min, co_max, and (commented) co_reduce tests for the core library and the extensions.
rouson
as Damian Rouson
More... about 10 years ago
Revised co_sum and co_broadcast tests so that any error termination occurs only after each tested case completes rather than terminating upon the first failure without executing the remaining test cases.
rouson
as Damian Rouson
More... about 10 years ago
Disabling syncimages_status test because it hangs when built with gcc 5.1.0 and tested with 32 images on OS X.
rouson
as Damian Rouson
More... about 10 years ago
Designating the pre-release source as version 0.9.0 in the top-level CMake file.
rouson
as Damian Rouson
More... about 10 years ago
Merge pull request #7 from rouson/master
rouson
as Damian Rouson
More... about 10 years ago