1
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed SHMEM implementation of Synch_p2p (Gabriele Jost). Also fixed minor bug in MPI implementation of Synch_p2p. More... about 9 years ago
Fixing bugs in OpenMP versions of Synch_p2p related to corner value exchanges. More... about 9 years ago
Remove all timed barriers from MPIOpenMP Synch_p2p. More... about 9 years ago
Removing last barrier from OpenMP Synch_p2p. More... about 9 years ago
Removing barriers from timed portion of OpenMP Synch_p2p. More... about 9 years ago
Remove static allocation of synchronization flags in OpenMP Synch_p2p. More... about 9 years ago
Allow users to switch between fused or split parallel regions in OpenMP Stencil. More... about 9 years ago
Removing extraneous barrier from MPI+OpenMP Transpose; fixing its Makefile; fixing communication bug in Synchronous mode. More... about 9 years ago
Mostly cosmetic changes wrt printing results; replacing "process" with "rank" wherever appropriate. Making run scripts more uniform. More... about 9 years ago
Cleaning common/make.defs More... about 9 years ago
Adding Fine Grain MPI to repo, integrating it in build and run structure. More... about 9 years ago
Cleaning out common/make.defs again to create a clean slate. More... about 9 years ago
Adding SHMEM version of Synch_p2p. More... about 9 years ago
Removing identifying labels from make.defs, and making sure users see why their target did not build if they neglect to edit make.defs. Also cleaning up make.defs, providing comments and moving Charm++ specific stuff the CHARM++.defs. More... about 9 years ago
Removing some hacks from Grappa Stencil code, and adding kernel to build and run framework. More... about 9 years ago
Adding Grappa version of Stencil, now fully functional. More... about 9 years ago
Adding loop collapse to OpenMP version of Transpose; adding collapse selection to kernel report. More... about 9 years ago
Adding loop collapse option to MPI+OpenMP Transpose. More... about 9 years ago
Fixed issue with building with GNU tools (link with -lm), improved usage infor for top level Makefile. More... about 9 years ago
Merge branch 'master' of https://bitbucket.org/pclesg/parreskernels-devel More... about 9 years ago
Large cleanup. Removed all Intel specific flags from Makefile, removed all unnecessary static memory allocations, removed parameter lists from slushes, make some ints long to protect against overflow (does not need to be checked anymore), added build and run categories "darwin" and "freaks", introduced OpenMP compiler flag in common/make.defs, made Charm++ performance reports conform to all others, removed OpenMP remnants from serial versions. More... about 9 years ago
Add right version of p2p MPISHM to repo More... about 9 years ago
Merge branch 'master' of https://bitbucket.org/pclesg/parreskernels-devel More... about 9 years ago
Fixing an index bug in Grappa Synch_p2p. More... about 9 years ago
Remove MPI_Win_free More... about 9 years ago
Fix SyncP2P MPISHM to remove extra copies More... about 9 years ago
Fixing Grappa Makefile for Synch_p2p. More... about 9 years ago
Adding instructions for using Grappa in top level README. More... about 9 years ago
Integrating Grappa kernel into build and run framework. Few small cosmetic changes. More... about 9 years ago
1. redefined nstream performance to account for incrementing vs merely assigning target array. 2. added grappa to run script. 3. removed intermediate versions of MPIOPENMP Transpose. 4. fixed OpenMP Makefile for reduce. 5. fixed small print issues wrt reporting results and other cosmetic changes. More... about 9 years ago