-
Updated
Jun 24, 2020 - C
rdma
Here are 59 public repositories matching this topic...
Publish to PyPI
Publish to pypi checklist:
-
pykwalifyrequirements changes (1.7.1+) - Create setup.py
- Migrate requirements.txt
- Add
entry_points - Add README.md ingestion
- Update travis with publish step
- Update README/install docs with pypi option (with caveats)
-
Updated
Jan 3, 2020 - C
-
Updated
Dec 10, 2019 - C++
-
Updated
Aug 22, 2018 - C
-
Updated
Aug 28, 2019 - C++
-
Updated
Mar 9, 2020 - Go
-
Updated
Jun 26, 2020 - C
-
Updated
Mar 27, 2020 - C
-
Updated
Jun 20, 2019 - Java
-
Updated
Jun 23, 2020 - C++
Scala for loops on range objects are super slow. We should replace then with the while loops. I will do it in next few days
-
Updated
Jun 24, 2020 - C
-
Updated
Mar 14, 2019 - Shell
-
Updated
Jun 12, 2020 - PowerShell
The following github
git clone [email protected]:Azure/cyclecloud-vFXT.git
is referenced in the Avere cyclecloud tutorial, Has this repository been moved or do I need to request access to it?
Thanks,
Cormac.
We should think of getting rid of the IP/port hardcoded values scattered throughout the tests.
A benefit of the hard coded values is that they simplify testing because we only need to call the binary to run the test -- no need to create a custom launch script.
We will need to create a python script to launch these tests.
The IP/port values can come from a few places:
- ./configure --te
-
Updated
Jun 24, 2020
Improve this page
Add a description, image, and links to the rdma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdma topic, visit your repo's landing page and select "manage topics."


Describe the bug
Providing NULL to the send callback of
ucp_put_nbleads to a seg. fault.From looking at the code with @shamisp the problem appears to be that
ucp_request_set_callbackunconditionally setsUCP_REQUEST_FLAG_CALLBACK.