Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fdd03a7
Fix syntax for date command in traffic workflow
bienz2 Feb 4, 2026
78cd87d
Merge pull request #58 from mpi-advance/bienz2-patch-1
bienz2 Feb 4, 2026
930cda3
Fetch daily clone count and unique clones
bienz2 Feb 4, 2026
83964b0
Change cron schedule to run at 06:00 daily
bienz2 Feb 4, 2026
3080489
Delete .github/workflows/traffic.yml
bienz2 Feb 5, 2026
015711d
Delete .github/metrics directory
bienz2 Feb 5, 2026
8f7039d
adding reorder code
bienz2 Mar 2, 2026
05de4d5
Adding spmv init code
bienz2 Mar 2, 2026
74ae0db
Updating to non-persistent
bienz2 Mar 3, 2026
d612b6a
using probe
bienz2 Mar 3, 2026
7863415
removed nan from check
bienz2 Mar 3, 2026
43f6b67
Restructuring requests, cleaner
bienz2 Mar 4, 2026
e273912
Added missing waitall to alltoall_crs
bienz2 Mar 4, 2026
fdcb9c3
Fixed bug in suitesparse neighbor alltoallv init test
bienz2 Mar 4, 2026
49915e3
Working to remove locality object
bienz2 Mar 4, 2026
cdedaa0
Fixing bugs
bienz2 Mar 4, 2026
ee214a2
Fixing bugs
bienz2 Mar 4, 2026
10b9d38
Working code, requests no longer use locality object
bienz2 Mar 4, 2026
ffa1ab2
Removed locality struct from Request structure
bienz2 Mar 4, 2026
d43866e
Progress towards using Topo+NeighborAlltoallvInit instead of init_com…
bienz2 Mar 4, 2026
7cf33a6
Fixing bugs
bienz2 Mar 4, 2026
3183967
Fixed bug (sends/recvs were reverse in Topo)
bienz2 Mar 4, 2026
be10c30
Moved all calls to locality object into neighor_locality.cpp. Workin…
bienz2 Mar 4, 2026
07f2c6d
removed init_communication method
bienz2 Mar 4, 2026
ea863a3
removed locality/commpkg classes
bienz2 Mar 5, 2026
97fb9fe
Replaced some dynamic communication with MPIL_Alltoallv_crs
bienz2 Mar 5, 2026
3dd3032
Switched dynamic communication to use MPI_Alltoall_crs
bienz2 Mar 5, 2026
8c7ce85
Combined two allreduces, hardcoded to personalized alltoallv_crs as o…
bienz2 Mar 5, 2026
8a3ce0e
Removed unused tag variables
bienz2 Mar 5, 2026
7642cb0
merging from develop
bienz2 Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/metrics/clone_history.csv

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/traffic.yml

This file was deleted.

1 change: 1 addition & 0 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ list(APPEND CPP_SOURCES "alltoallv_crs.cpp")
#list(APPEND CPP_SOURCES "microbenchmarks.cpp")
list(APPEND CPP_SOURCES "p2p_alltoall.cpp")
list(APPEND CPP_SOURCES "p2p_alltoallv.cpp")
list(APPEND CPP_SOURCES "reorder_msgs.cpp")

## But some need special requirements -- removed until necessary parameters obtained.
# if(USE_GPU)
Expand Down
Loading