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). |
|
More...
|
about 10 years ago
|
Added error termination for non-scalar character co_broadcast (not yet supported). |
|
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). |
|
More...
|
about 10 years ago
|
Added support for co_broadcast of scalar character data in the core library (mpi_caf.c). |
|
More...
|
about 10 years ago
|
Added extensions support for co_min and co_max. All tests pass with gcc 4.9.3! |
|
More...
|
about 10 years ago
|
Added extensions support for co_min and co_max. All tests pass with gcc 4.9.3! |
|
More...
|
about 10 years ago
|
Updated some C file license statements. |
|
More...
|
about 10 years ago
|
Updated some C file license statements. |
|
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. |
|
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. |
|
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. |
|
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. |
|
More...
|
about 10 years ago
|
Merge pull request #8 from rouson/broadcast-character |
|
More...
|
about 10 years ago
|
Merge pull request #2 from rouson/broadcast-character |
|
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. |
|
More...
|
about 10 years ago
|
Adding co_min, co_max, and (commented) co_reduce tests for the core library and the extensions. |
|
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. |
|
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. |
|
More...
|
about 10 years ago
|
Designating the pre-release source as version 0.9.0 in the top-level CMake file. |
|
More...
|
about 10 years ago
|
Merge pull request #7 from rouson/master |
|
More...
|
about 10 years ago
|