Derecho-Project / derecho

The main code repository for the Derecho project.
BSD 3-Clause "New" or "Revised" License
186 stars 47 forks source link

Fix compile errors in the Verbs API #278

Closed etremel closed 6 months ago

etremel commented 6 months ago

Since we haven't used the Verbs version of SST and RDMC in a while, there were a bunch of compile errors if you actually used the -DUSE_VERBS_API flag. I fixed them so that Derecho can at least compile when you use this flag. This does not mean the Verbs API has been tested, though, and it definitely won't work with the new OOB memory buffer commands.