1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CONTRIBUTING
rouson
as Damian Rouson
More... about 10 years ago
Adding co_min and co_max tests.
rouson
as Damian Rouson
More... about 10 years ago
Merge pull request #1 from sourceryinstitute/master
rouson
as Damian Rouson
More... about 10 years ago
Merging afanfa-master into master with new tests for synchronization.
rouson
as Damian Rouson
More... about 10 years ago
Removing cobcast.f90 test.
rouson
as Damian Rouson
More... about 10 years ago
Adjusted CMake files so that all tests pass with gfortran 6.0.
rouson
as Damian Rouson
More... about 10 years ago
Updated documentation printed when "caf" is executed with no argument or with -h, -H, or --help arguments.
rouson
as Damian Rouson
More... about 10 years ago
Revert "Updated src/tests/integration/CMakeLists.txt to reflect the removal of tally_image_numbers.F90."
rouson
as Damian Rouson
More... about 10 years ago
Updated src/tests/integration/CMakeLists.txt to reflect the removal of tally_image_numbers.F90.
rouson
as Damian Rouson
More... about 10 years ago
Split co_sum and co_broadcast collective subroutine tests into separate files. Removed the tally_image_numbers test as redundant with the integer co_sum test. Fixed one link-time error in mpi_caf.c. Status:
rouson
as Damian Rouson
More... about 10 years ago
Collectives tests update: Passing tests: co_broadcast for integer(c_int) co_broadcast for real(c_double) co_sum for integer(c_int) Failing test: co_sum for real(c_double) I suspect the problem with the latter lies in the descriptor constructor (specifically the scalar_dtype=264 value?)
rouson
as Damian Rouson
More... about 10 years ago
Added integer(c_int) and real(c_double) co_sum and co_broadcsast to extensions/opencoarrays.F90. Added unit test for co_sum and co_broadcast. The collectives extensions test fails only on the real(c_double) co_sum.
rouson
as Damian Rouson
More... about 10 years ago
Adding top-level CMakeLists.txt edit to run the collectives test.
rouson
as Damian Rouson
More... about 10 years ago
Adding CMakeLists.txt update to inclde the collectives test.
rouson
as Damian Rouson
More... about 10 years ago
Adding test for co_sum and co_broadcast for integer(c_int) and real(c_double) arguments.
rouson
as Damian Rouson
More... about 10 years ago
Adding extensions to the build libcaf_mpi with OpenCoarrays-aware compilers and adding the building of the correspondin g.mod file with OpenCoarrays-aware compilers.
rouson
as Damian Rouson
More... about 10 years ago
Merge branch 'master' of https://github.com/sourceryinstitute/opencoarrays
rouson
as Damian Rouson
More... about 10 years ago
Added project version numer top-level CMakeLists and adjusted caf-foot and cafrun-foot to report the version value from the top-levle CMakeLists.txt.
rouson
as Damian Rouson
More... about 10 years ago
Changed coarrayBurgers Makefile to invoke the "caf" script to compile and link.
rouson
as Damian Rouson
More... about 10 years ago
Removed warning related to usleep More... about 10 years ago
Updated caf and cafrun scripts to provide version and help information.
rouson
as Damian Rouson
More... about 10 years ago
Re-implemented fix a problem that prevented correct file permissions on scripts when the install prefix is the present working directory.
rouson
as Damian Rouson
More... about 10 years ago
CMakeLists.txt housecleaning: eliminated dduplicate test and removed legacy C test.
rouson
as Damian Rouson
More... about 10 years ago
Merge branch 'non-caf-compiler'
rouson
as Damian Rouson
More... about 10 years ago
Merge branch 'master' into non-caf-compiler
rouson
as Damian Rouson
More... about 10 years ago
trying to match the CMake file of the pull request More... about 10 years ago
Undoing latest change More... about 10 years ago
Added missing kind-parameter definition in strided_get test.
rouson
as Damian Rouson
More... about 10 years ago
Corrected CMake issue that was preventing the setting of executable file permissions when the installation prefix is the present working directory.
rouson
as Damian Rouson
More... about 10 years ago
Removed one unecessary "exec" in a generated bash script and one commented "mpirun" call.
rouson
as Damian Rouson
More... about 10 years ago