Skip to content

Conversation

@bienz2
Copy link
Collaborator

@bienz2 bienz2 commented Nov 18, 2025

Merging the significant updates into the main branch.

TheMasterDirk and others added 19 commits August 8, 2025 17:05
* Reworked CMake to remove duplicate and stray cmake code paths, as well as adding a CMake Module
* Removed a few compile flag lines
* Removed duplicate code setting language on files
* Added packages to cmake configure file
* Removed extra cmake line including directories already included
Initial style guide for formatting
* library target changed to locality aware
* changed file names from mpix to mpil
* blanket replacement of MPIX to MPIL, caps only
* fixed targeting problem in unit tests
* added in namespace scope to make install
* changed mpi_advance.h to locality_aware.h in benchmark calls
* change to CMakelist in Heter. to point to locality_aware
* fixed link to enum name
* added 'enum' to external enum declarations to avoid error when compling with c code
…ucture (#47)

Major locality_aware.h, internal CMake, and source file location changes. Please see PR 47 for full description of changes.

Key changes for end users:
- New MPIL apis for setting which collective function should be used under the hood
- Most internal functions are no longer callable by the end user; some have been upgraded into MPIL functions.
…o make tests and benchmarks share common function; added function to test all matrices
Bring in fix for zero sizes sends; abstract some common test functionality into methods
Removed Test Data Folder.  I already have it all backed up, thank you!
… and most internal functions (#49)

* Documented locality_aware.h
* Outlined new README
* Updated make_test to default to mpirun and allow the variable to be tweaked from CMake command line
* Commented out openmp code that was untested
* General code organization and cleanup
* Updated HIP build
* Fixed mis-aligned gpu to hip function
* Moved mircobenchmark out of main builds
Updated README with funding information
…ecise CMake tesing flags, and removed stale branch targets
Copy link
Contributor

@TheMasterDirk TheMasterDirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving all changes, plus minor last second tweaks to cmake module and GitHub Actions workflow

@TheMasterDirk TheMasterDirk merged commit 50c88b6 into master Nov 19, 2025
0 of 2 checks passed
@TheMasterDirk TheMasterDirk deleted the develop branch November 19, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants