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
Strided transfers on MPI More... about 11 years ago
Distributed transpose test case More... about 11 years ago
Fix MPI get_desc More... over 11 years ago
Fix offset calculation More... over 11 years ago
Add get-array test More... over 11 years ago
Add LDFLAGS to make.inc More... over 11 years ago
Add scalar-scalar test case for send More... over 11 years ago
Remove co_collectives.f90 More... over 11 years ago
Make it simpler to run the testsuite More... over 11 years ago
Update for co_sum/co_min/co_max changes More... over 11 years ago
More make.inc changes More... over 11 years ago
Enable -Werror for ARMCI/MPI More... over 11 years ago
Fix make.inc, uncomment now working code More... over 11 years ago
Comment on benchmark mode for BurgersMPI More... over 11 years ago
Get test case More... over 11 years ago
New test case for get (to be completed) More... over 11 years ago
Working cafpsnap More... over 11 years ago
MPI: Fix INTEGER16 handling More... over 11 years ago
MPI: Fixes for MPIv3, speed up sync all More... over 11 years ago
Added syncimages2.f90 to the tests that are built by "cd dev/tests; mkdir Build; cd Build; ../buildScripts/intel-compilers-cmake.sh" and run by "make test". All tests pass with the Intel compiler using -coarray=shared except for simple/send_array_test.f90, which fails because of a reported Intel compiler bug.
rouson
as Damian Rouson
More... over 11 years ago
Fixed remote memory allocation issue on GASNet (it fixes syncimages2) More... over 11 years ago
Added test case syncimages2.f90; it crashes More... over 11 years ago
Changed sync images Gasnet implementation More... over 11 years ago
Merge branch 'master' of https://bitbucket.org/rouson/opencoarrays
rouson
as Damian Rouson
More... over 11 years ago
Fixed a type on syncimages.f90. Also made a change that enables gfortran to compiler coarrayBurgersStaticTau with -fcoarray=single. All of the tests that are built and enabled with the Intel compiler pass except for the send_array_test.f90, which exposes a compiler bug that has been reported to Intel. The pde_solvers tests all work with gfortran for -fcoarray=single when built and run individually. I'm leaving the testing with -fcoarray=lib to others until I have a working build of fortran-caf.
rouson
as Damian Rouson
More... over 11 years ago
Fixed bug on sync images init More... over 11 years ago
Removed debug messages More... over 11 years ago
Swithched coarrayBugers and coarrayHeatSimplified Makefiles to use gfortran -fcoarray=lib by default.
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
Overwrote the coarrayBurgers solver with the newly instrumented version from the scientific-software-design repository. With the new version "cd coarrayBurgers; ./run.sh" builds the instrumented executable with the TAU wrapper for the Intel compiler, runs the executable, and launches the TAU to visualize the performance results.
rouson
as Damian Rouson
More... over 11 years ago