1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaning common/make.defs More... over 10 years ago
Adding Fine Grain MPI to repo, integrating it in build and run structure. More... over 10 years ago
Cleaning out common/make.defs again to create a clean slate. More... over 10 years ago
Adding SHMEM version of Synch_p2p. More... over 10 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... over 10 years ago
Removing some hacks from Grappa Stencil code, and adding kernel to build and run framework. More... over 10 years ago
Adding Grappa version of Stencil, now fully functional. More... over 10 years ago
Adding loop collapse to OpenMP version of Transpose; adding collapse selection to kernel report. More... over 10 years ago
Adding loop collapse option to MPI+OpenMP Transpose. More... over 10 years ago
Fixed issue with building with GNU tools (link with -lm), improved usage infor for top level Makefile. More... over 10 years ago
Merge branch 'master' of https://bitbucket.org/pclesg/parreskernels-devel More... over 10 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... over 10 years ago
Add right version of p2p MPISHM to repo More... over 10 years ago
Merge branch 'master' of https://bitbucket.org/pclesg/parreskernels-devel More... over 10 years ago
Fixing an index bug in Grappa Synch_p2p. More... over 10 years ago
Remove MPI_Win_free More... over 10 years ago
Fix SyncP2P MPISHM to remove extra copies More... over 10 years ago
Fixing Grappa Makefile for Synch_p2p. More... over 10 years ago
Adding instructions for using Grappa in top level README. More... over 10 years ago
Integrating Grappa kernel into build and run framework. Few small cosmetic changes. More... over 10 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... over 10 years ago
BUGFIX: only free windows if created More... over 10 years ago
replace C++ comments with C style More... over 10 years ago
eliminate another compiler warning for deprecated flags More... over 10 years ago
eliminate Intel compiler warning due to deprecated option More... over 10 years ago
use rma info key More... over 10 years ago
use rma info; remove C++ comments More... over 10 years ago
free windows More... over 10 years ago
actually use info in window constructor call More... over 10 years ago
add no_lock info, add NOPUT assert, free windows More... over 10 years ago