Danielle Sikich
Danielle Sikich
@CamStan I want to comment on the python script that generates `client/src/gotcha_map_unifycr_list.h.` I modified that python script to generate that file because when I added our support for Gotcha there...
@adammoody @CamStan Yeah, there are really two distinct phases to adding the wrapper. There is adding it to UnifyCR, and if you plan to use Gotcha you have to add...
@MichaelBrim I don't think so, I started with your README for lsf, and missed deleting that.
@MichaelBrim Thanks for catching the `alloc_flags` in the README.md.. it's been updated/removed.
Looks like using mvapich the child process (after the fork in daemonize) is not getting past the MPI_init_thread call (it's exiting somewhere in here). The fork() call isn't working correctly...
@jgmoore-or Thanks Joseph. This information will be very helpful.
@gonsie I would say read/write or load/store make the most sense to me.
@gonsie No, dsync and dcmp still need refactoring. #127 only extracted the sync functionality from dcmp into a separate tool. There is code duplicated in both that should really be...
@fwang2 That sounds great! Just curious if you started your implementation with a clone of what is in the dtar branch currently? It looks like that branch hasn't had any...