ECP-VeloC / VELOC

Very-Low Overhead Checkpointing System
http://veloc.rtfd.io
MIT License
52 stars 21 forks source link

Add VELOC_Backend_ready() #40

Closed Matthew-Whitlock closed 1 year ago

Matthew-Whitlock commented 1 year ago

Adds ability to query if asynchronous checkpoint has been completed by the VeloC backend server, returns true if in synchronous mode.

Matthew-Whitlock commented 1 year ago

It would especially be worth double checking the changes to client.cpp lines 35-39, though I think they're right.

bnicolae commented 1 year ago

@Matthew-Whitlock: Thanks for the commit! Would you mind some minor adjustments?

Matthew-Whitlock commented 1 year ago

These changes are made now, thanks for the review!