Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Algebraic-Programming
/
LPF
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
41
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
30 use auto formatter for code style
- #31
#31
Open
anyzelman
wants to merge 56 commits into
master
Algebraic-Programming/LPF:master
from
30-use-auto-formatter-for-code-style
Algebraic-Programming/LPF:30-use-auto-formatter-for-code-style
Copy head branch name to clipboard
Conversation
Commits
56
(56)
Checks
Files changed
Open
30 use auto formatter for code style
#31
anyzelman
wants to merge 56 commits into
master
Algebraic-Programming/LPF:master
from
30-use-auto-formatter-for-code-style
Algebraic-Programming/LPF:30-use-auto-formatter-for-code-style
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2024
I propose to empirically find the m_maxSrs (maximum number of send requests in a queue pair), not just relying on device information about max_qp_wr, but actually trying to create QPs via ibv_creat…
Show description for 1136a2b
KADichev
committed
1136a2b
View commit details
Copy full SHA for 1136a2b
Browse repository at this point
Decrease the number of messages to use for same reason as the decrease in manyPuts -- the device does not support having too many messages in the send WR QP
KADichev
committed
219372a
View commit details
Copy full SHA for 219372a
Browse repository at this point
Commits on Aug 27, 2024
Trying to modernize LPF to use FindGTest/GoogleTest combination, but it is very complicated to fix these tests - they seem all over the place, not working, but commiting it
KADichev
committed
37cd6eb
View commit details
Copy full SHA for 37cd6eb
Browse repository at this point
Commits on Aug 28, 2024
Make tests compile again
KADichev
committed
2886606
View commit details
Copy full SHA for 2886606
Browse repository at this point
Commits on Aug 30, 2024
In a middle of a big mess of changes, which I hope will end well
KADichev
committed
c7dbc7d
View commit details
Copy full SHA for c7dbc7d
Browse repository at this point
Working my way through Gtest-ifying the tests
KADichev
committed
9eab088
View commit details
Copy full SHA for 9eab088
Browse repository at this point
Finished porting functional tests to gtest
KADichev
committed
47294a7
View commit details
Copy full SHA for 47294a7
Browse repository at this point
Added a script converting the source line with P into a process count (only the minimum) but still have many failing tests without explanation, and not tested at all properly
KADichev
committed
359c512
View commit details
Copy full SHA for 359c512
Browse repository at this point
Fixing how the default process count is parsed (some parsing errors) in the execute command. Also, reduce some example message count as it does not work with IB Verbs with very large tests on the A…
Show description for 7319765
KADichev
committed
7319765
View commit details
Copy full SHA for 7319765
Browse repository at this point
Commits on Sep 4, 2024
Fix reading in probe argument, plus use lpfrun now instead of mpirun as launcher
KADichev
committed
02b14d8
View commit details
Copy full SHA for 02b14d8
Browse repository at this point
Finished with the tests/functional directory, tests passing. Now started with the debug subdirectory
KADichev
committed
e8052c1
View commit details
Copy full SHA for e8052c1
Browse repository at this point
Commits on Sep 6, 2024
Commit current state as I can't deal with this enormous change
KADichev
committed
71c1785
View commit details
Copy full SHA for 71c1785
Browse repository at this point
Compiles again, will not run okay because of EXPECT_DEATH + MPI
KADichev
committed
2c98499
View commit details
Copy full SHA for 2c98499
Browse repository at this point
Slow progress, now I need to implement in my Python script the different logic if the bloody Gtest wants to just list the tests or run them
KADichev
committed
e2a758d
View commit details
Copy full SHA for e2a758d
Browse repository at this point
Almost got it, now need to fix the debug tests not to issue EXPECT_DEATH, and that should be it
KADichev
committed
7220e76
View commit details
Copy full SHA for 7220e76
Browse repository at this point
Commits on Sep 8, 2024
Use GoogleTest but without death tests
KADichev
committed
6f84f8f
View commit details
Copy full SHA for 6f84f8f
Browse repository at this point
Commits on Sep 10, 2024
Got IB Verbs tests to work again by setting LPF_MPI_AUTO_INITIALIZE=0. Also, using Setup and TearDown for entire test suite now, pretty neat, no code duplication each time
KADichev
committed
80f0392
View commit details
Copy full SHA for 80f0392
Browse repository at this point
All tests passing now - omitting the huge runs
KADichev
committed
758b8de
View commit details
Copy full SHA for 758b8de
Browse repository at this point
Rename c99 folder to collectives, as the folder tests collectives, and remove c99 requirement and turn them into C++ tests
KADichev
committed
4021f1f
View commit details
Copy full SHA for 4021f1f
Browse repository at this point
Commits on Sep 11, 2024
First step towards making it work for many engines
KADichev
committed
703fde7
View commit details
Copy full SHA for 703fde7
Browse repository at this point
Go back to only ibverbs for now, have to think how to fix this
KADichev
committed
d6eebab
View commit details
Copy full SHA for d6eebab
Browse repository at this point
Commits on Sep 13, 2024
This version runs all tests, but fails because I need one more fix -- I need to make MPI engines in debug layer call MPI_Abort, and pthread engine in debug layer call std::abort
KADichev
committed
7081c78
View commit details
Copy full SHA for 7081c78
Browse repository at this point
Oops, missing test
KADichev
committed
3cd577a
View commit details
Copy full SHA for 3cd577a
Browse repository at this point
Commits on Sep 14, 2024
Working on having different aborts for MPI and pthreads. Unfortunately, while it works, this didn't solve the problem. Mpirun still is used with pthreads, so it changes the std::abort signal to 134…
Show description for 8cdfa67
KADichev
committed
8cdfa67
View commit details
Copy full SHA for 8cdfa67
Browse repository at this point
I think I figured how to tell hybrid engine to call MPI abort without actually contaminating the hybrid code
KADichev
committed
4db403d
View commit details
Copy full SHA for 4db403d
Browse repository at this point
Commits on Sep 16, 2024
Request CMake 3.29 if building with tests, and clean up a bit bootstrap script from pre-existing googletest messages
KADichev
committed
6efc47e
View commit details
Copy full SHA for 6efc47e
Browse repository at this point
Improve Pthread abort to return exit(6) instead of calling std::abort which internally is non-portably converted to 134. This also simplifies the launcher script. Also fix some incorrect delete's f…
Show description for 2f42d4c
KADichev
committed
2f42d4c
View commit details
Copy full SHA for 2f42d4c
Browse repository at this point
Commits on Sep 17, 2024
I am for now removing the gtest_discover_tests call because ultimately, we get all tests at the moment via gtest_add_tests. It would be good to replace gtest_add_tests with gtest_discover_tests in …
Show description for afa1043
KADichev
committed
afa1043
View commit details
Copy full SHA for afa1043
Browse repository at this point
Eliminate remaining DEATH statements in debug folder
KADichev
committed
15aea88
View commit details
Copy full SHA for 15aea88
Browse repository at this point
A very annoying bug that took ages to find.
KADichev
committed
bfafa5f
View commit details
Copy full SHA for bfafa5f
Browse repository at this point
Commits on Sep 23, 2024
Revert "Decrease the number of messages to use for same reason as the decrease in manyPuts -- the device does not support having too many messages in the send WR QP"
Show description for 33c481d
KADichev
committed
33c481d
View commit details
Copy full SHA for 33c481d
Browse repository at this point
Revert "I propose to empirically find the m_maxSrs (maximum number of send requests in a queue pair), not just relying on device information about max_qp_wr, but actually trying to create QPs via i…
Show description for 50cabd1
KADichev
committed
50cabd1
View commit details
Copy full SHA for 50cabd1
Browse repository at this point
Small fix to keep the refactored IBVerbs tests but still revert the test fixing changes
KADichev
committed
e3a20c9
View commit details
Copy full SHA for e3a20c9
Browse repository at this point
Commits on Oct 11, 2024
Bring back GoogleTest download functionality
KADichev
committed
c0d8d28
View commit details
Copy full SHA for c0d8d28
Browse repository at this point
Reflect changes to require CMake 3.29 and C++17 standard compatible compiler in README
KADichev
committed
da922d5
View commit details
Copy full SHA for da922d5
Browse repository at this point
Resolve some compiler warnings
anyzelman
committed
6143340
View commit details
Copy full SHA for 6143340
Browse repository at this point
Commits on Oct 15, 2024
Remove the cmake/mpi_open_port.c test, because this test passes both MPICH and Open MPI tests. However, in the current setting, Open MPI cannot successfully run dynamichook (missing ompi-server dae…
Show description for a8da59e
KADichev
committed
a8da59e
View commit details
Copy full SHA for a8da59e
Browse repository at this point
Remove the disabling of IB Verbs -- it was only meant to test setup of other devs
KADichev
committed
89d7001
View commit details
Copy full SHA for 89d7001
Browse repository at this point
Use the latest IBVerbs test suite, which explicitly asks IBVerbs about the max message size, so that it can make an educated choice on a very large message that needs fragmentation. The previous te…
Show description for d39d2cd
KADichev
committed
d39d2cd
View commit details
Copy full SHA for d39d2cd
Browse repository at this point
Commits on Oct 16, 2024
Dramatic improvement in test generation time. Do not use anymore bash processes which grep each file multiple times, but internal regex for strings populated from files. Also, replace again gtest_a…
Show description for 7fecf7c
KADichev
committed
7fecf7c
View commit details
Copy full SHA for 7fecf7c
Browse repository at this point
Commits on Oct 19, 2024
Do not generate IB Verbs tests if no Infiniband device is found
Kiril Dichev
committed
ec0a6e9
View commit details
Copy full SHA for ec0a6e9
Browse repository at this point
Unfortunately, I need to fix the setting for our cluster, where just running the binary leads to terminaton as Open MPI cannot figure how many processes to use from Slurm. So I always need to launc…
Show description for 125631d
KADichev
committed
125631d
View commit details
Copy full SHA for 125631d
Browse repository at this point
Slightly improve the fix for single-process run to list tests
Kiril Dichev
committed
2d7211c
View commit details
Copy full SHA for 2d7211c
Browse repository at this point
Commits on Oct 21, 2024
Avoid one compiler warning (narrowing)
anyzelman
committed
a08c0c5
View commit details
Copy full SHA for a08c0c5
Browse repository at this point
Gtest macros implicitly causing ambiguous else-statements, fixed
anyzelman
committed
4a6c887
View commit details
Copy full SHA for 4a6c887
Browse repository at this point
The test directly inspects the return code, rather than storing it in an intermediary
anyzelman
committed
ca6d8c5
View commit details
Copy full SHA for ca6d8c5
Browse repository at this point
Suppress an unused-variable warning
anyzelman
committed
99ac217
View commit details
Copy full SHA for 99ac217
Browse repository at this point
The dynamic hook test was not fully GoogleTest compliant. Now it is. If run without proper arguments it fails (expected code 1), but if it is run with the custom script dynamic.t.sh for a number of…
Show description for 810a42a
KADichev
committed
810a42a
View commit details
Copy full SHA for 810a42a
Browse repository at this point
Reduce to C++11 standard without tests, C++17 with tests
KADichev
committed
7c81328
View commit details
Copy full SHA for 7c81328
Browse repository at this point
Commits on Oct 23, 2024
Albert Jan reported non-deterministic issues with pthread backend. After some debugging, it seems to happen in a free call with an error message about corrupted chunks. It seems like it happens at …
Show description for 0a3c5cd
KADichev
committed
0a3c5cd
View commit details
Copy full SHA for 0a3c5cd
Browse repository at this point
Bring back GoogleTest license agreement dialogue
KADichev
committed
540a91b
View commit details
Copy full SHA for 540a91b
Browse repository at this point
Suppress some warnings encountered by GCC 11.5
anyzelman
committed
eb245e7
View commit details
Copy full SHA for eb245e7
Browse repository at this point
Do some cleanup of gtest building macros in the CMake files. Also, do not expose lpf_debug in the API, but only internally expose lpf_debug_abort in each engine
KADichev
committed
30cc344
View commit details
Copy full SHA for 30cc344
Browse repository at this point
Minimal comment for internal abort
KADichev
committed
a606a1a
View commit details
Copy full SHA for a606a1a
Browse repository at this point
Format all tests using clang-formatter in default mode
KADichev
committed
13ee0e8
View commit details
Copy full SHA for 13ee0e8
Browse repository at this point
Accept their changes plus use formatting with Clang
KADichev
committed
d32bc6b
View commit details
Copy full SHA for d32bc6b
Browse repository at this point
You can’t perform that action at this time.