Benedikt Steinbusch
Benedikt Steinbusch
MPI defines several levels of thread support that indicate "how thread safe" the currently initialized MPI environment is. This level is only known at run-time and could be changed by...
The parser for the `iproute2` routing table database (`/etc/iproute2/rt_tables` etc.) in `module_utils/network_lsr/argument_validator.py:IPRouteUtils` is too strict. It asserts that entries/lines in the file are of the form `254 main` where the...
Thank you for adding support for routing rules. The feature is working well for us. However, as it is, it does not support referring to routing tables by name, only...
In #3133 a mechanism for modifying `XDG_DATA_DIRS` was added. However, the logic used there has undesired consequences on systems where `XDG_DATA_DIRS` is undefined (or empty). According to [the XDG Base...
The current implementation of `Device::field_values_for` is too limiting. The caller can only pass in a slice of field IDs to populate `nvmlFieldValue_t::fieldId` while all other struct members are set to...
The `sm_stress` test seems to be missing from the latest release. When trying to run it explicitly, DCGM complains: ``` $ dcgmi diag -i 0,1,2,3 -v -r sm_stress --fail-early -p...
Recently the [`mpi` crate has stopped building](https://github.com/bsteinb/rsmpi/issues/44) because it transitively depends on different versions of the `clang-sys` crate which links to the native `libclang`. Here is the error message: ```...
##### Summary The `notify:` directive for running handlers supports a [syntax ` : `](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_handlers.html#id7) to help avoid name collisions between handlers from different roles. As role names are usually all...