1
1
openmpi/orte/util/hostfile
Joshua Hursey d26dd2c20e orte: Expand the application of !orte_keep_fqdn_hostnames
* 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.
2016-08-26 16:09:04 -05:00
..
help-hostfile.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
hostfile_lex.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
hostfile_lex.l Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
hostfile.c orte: Expand the application of !orte_keep_fqdn_hostnames 2016-08-26 16:09:04 -05:00
hostfile.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_hosts.7in Purge whitespace from the repo 2015-06-23 20:59:57 -07:00