d26dd2c20e
* Expand the use of the `orte_keep_fqdn_hostnames` MCA parameter when it is set to false. * If that parameter is set to false (default) then short hostnames (e.g., `node01`) will match with the long hostnames (e.g., `node01.mycluster.org`). This allows a user (or resource manager) to mix the use of short and long hostnames. - Note that this mechanism does _not_ perform a DNS lookup, but instead strips off the FQDN by truncating the hostname string at the first `.` character (when not an IP address). - By default (`false`) the following is true: `node01 == node01.mycluster.org == node01.bogus.com` since we use `node01` as the hostname. |
||
---|---|---|
.. | ||
common_sym_whitelist.txt | ||
help-rmaps_rank_file.txt | ||
Makefile.am | ||
owner.txt | ||
rmaps_rank_file_component.c | ||
rmaps_rank_file_lex.h | ||
rmaps_rank_file_lex.l | ||
rmaps_rank_file.c | ||
rmaps_rank_file.h |