Enable GOTCHA via LD_PRELOAD
Open
@dsikich is already working on this.
Since Dec 15, 2017.
enhancement
- Dominant language
- C
- Stars
- 122
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
To enable pre-built applications to run without needing to recompile or relink, it would be nice to have LD_PRELOAD support. Such apps will not call unifycr_mount/unmount, so this library will need to initialize another way. We could perhaps intercept /unifycr by default, and we could read an environment variable to acquire the desired mount point if the user desires something different.
An example of how to LD_PRELOAD with GOTCHA is available here:
https://github.com/LLNL/GOTCHA-tracer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.