On Wed, Apr 10, 2019 at 04:09:52PM +0000, Hefty, Sean wrote: > > If the app isn't forking it shouldn't even be calling ibv_fork_init in > > the first place, which solves both problems. > > Libfabric calls this because it has no idea if the higher level user > will call fork or not. The default is to assume this for > correctness.
You think the rest of libfabric is fork safe? No hidden threads in any provider (i see many things calling pthread create)? No other places locking memory? (I see only one call to MADV_DONTFORK..) Jason _______________________________________________ ofiwg mailing list [email protected] https://lists.openfabrics.org/mailman/listinfo/ofiwg
