Michael J. Brim
Michael J. Brim
Currently, all client library functionality is designed around direct interception of existing I/O APIs (either via linker wrapping or GOTCHA). As a result, there really isn't a defined client library...
Please add your notes/feedback from the tutorial and other meetings.
The configuration options, and associated server command-line switches, have changed since the last update to the documentation. This should be fixed. Also, we need to decide and document exactly which...
### Describe the problem you're observing All the current examples include `unifycr.h` and require linking against either `libunifycr` or `libunifycr_gotcha`. This means there is no way to build a baseline...
Testing the writeread-ftn example with IBM XLF on Summitdev has revealed a few problems. First, we need to use `-qextname` compiler option to get the gfortran-style naming where you append...
Support for FILE* IO streams has been broken for a while now. We need to do a thorough review and update of unifycr-stdio.c to get things functional again.
### System information - Using v1.0.tar.gz downloaded from the release page - On OLCF Summit (but my guess is any other system will have the same issue) ### Describe the...
### Description Allows users to explicitly set the Mercury address to use for server-to-server communication. ### Motivation and Context Useful when there are multiple interfaces that support the ofi+tcp protocol,...