1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cafpsnap and syncimage testcase More... over 11 years ago
Removed test2Caf.f90 because of a race condition.
rouson
as Damian Rouson
More... over 11 years ago
Updated test1Caf to add conditional printing of "Test passed." based on a correctness check. Removed test2Caf from automated testing due to a possible race condition.
rouson
as Damian Rouson
More... over 11 years ago
Fixed simple test case to print message. More... over 11 years ago
Adding the MPI Burgers equation solver as a baseline for comparison.
rouson
as Damian Rouson
More... over 11 years ago
Merge branch 'master' of https://bitbucket.org/rouson/opencoarrays
rouson
as Damian Rouson
More... over 11 years ago
Added the codes in the tests/simple directory to the test suite. The corresponding six new tests all fail only because a condition defining success needs to be added to each test code and the test code needs to print "Test passed." when the condition is satisfied.
rouson
as Damian Rouson
More... over 11 years ago
MPI: Make gen user-def reductions static More... over 11 years ago
MPI: Add more data types for reductions More... over 11 years ago
Updated the CMake files and Makefiles. When compiling with the Intel compilers, all three pde_solvers tests pass. The codes in the simple directory have not yet been incorporated into the testing. The GNU compiler has not yet been tested because I don't hae access to a build that works with -fcoarray=lib and the -fcoarray=single option forces one test failure related to a gfortran bug in handling "sync images" for single-image runs.
rouson
as Damian Rouson
More... over 11 years ago
Added tests that run the codes in the dev/tests/src/simple directory.
rouson
as Damian Rouson
More... over 11 years ago
Added CMake infrastructure for automated building and running of tests. Moved a few directories to make match common CMake organization.
rouson
as Damian Rouson
More... over 11 years ago
ARMCI prep for co_min/max/sum More... over 11 years ago
Fix a definition in libcaf-gfortran-descriptor.h More... over 11 years ago
MPI: Improve reduction function More... over 11 years ago
New makefile for tests. More... over 11 years ago
Created a tests/simple directory. More... over 11 years ago
Merge branch 'master' of https://bitbucket.org/rouson/OpenCoarrays More... over 11 years ago
Added bits to make.inc to simplify makefile for tests. More... over 11 years ago
Removed C preprocessor directive required to compile with gfortran with -fcoarray=single. The code now only compiles with gfortran when -fcoarray=lib due to a bug in gfortran handling "sync images" statements when -fcoarray=single.
rouson
as Damian Rouson
More... over 11 years ago
Adde three PDE solvers to the test directory along with a corresponding README.txt file.
rouson
as Damian Rouson
More... over 11 years ago
More prep work for co_sum/co_max/co_sum More... over 11 years ago
Add stup implementation for co_min/max/sum More... over 11 years ago
GASNet: Ensure the returned mem is aligned More... over 11 years ago
GASNet: Plug memory leaks More... over 11 years ago
MPI: Use again EXLCUSIVE locking for Put More... over 11 years ago
ARMCI: Fix this_image == num_images bugs More... over 11 years ago
MPI: Use shared locking for send More... over 11 years ago
Fix MPI_VERSION >= 3 compilation More... over 11 years ago
MPI: Fix sync bug, improve performance More... over 11 years ago