Nathan Hjelm

Results 14 issues of Nathan Hjelm

The new initialization function addresses some shortcomings of the libusb_set_option() interface. Namely, it allows setting the no-enumeration option (and others) on only the contexts where it is requested. The old...

core
API

Historically Mac OS X always cleared the data toggle on the host side. For consistency, libusb has been calling ClearPipeStallBothEnds to also clear the device side toggle. Newer versions of...

macOS

This commit adds a bash completion script supporting both the legacy module and the new lmod module system. If bash completion is installed his script can be installed system-wide in...

Thank you for taking the time to submit an issue! ## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash,...

performance

The PRINTF_FORMAT macro is intended to allow changing how libusb gets warnings about coding warnings for internal logging methods. At this time there is only a single definition and it...

core
Examples

Fix a merge error and support for topology in the darwin backend.

This commit fixes two issues: - The AIO backend prints the max outstanding transactions when starting. This is printed by every MPI rank and doesn't add much. Probably is left...

This commit adds a new configure option: --with-wrapper-cc. This option can be used to set which C compiler is invoked by mpicc. The feature is necessary when building for compiler...

⚠️ WIP-DNM!
Target: main

It is not uncommon in Open MPI to register a string variable to allow specifying an exclude or exclude list (every framework registers one). Given this common patten it is...

Target: main

The UCT BTL looks for a connect-to-iface interface in each memory domain to form connections for connect-to-endpoint transports. For example, with ib the btl will pick the UD transport as...

Target: main