1
1
openmpi/orte/mca/plm
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
..
alps plm/alps: fix usage of cray wlm_detect methods 2016-03-22 11:40:56 -07:00
base orte: Expand the application of !orte_keep_fqdn_hostnames 2016-08-26 16:09:04 -05:00
isolated Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
lsf more c99 updates 2015-06-25 10:14:13 -06:00
rsh rsh: robustify the check for plm_rsh_agent default value 2016-08-16 06:58:20 -05:00
slurm Cleanup warnings in opal and orte layers when building optimized on Mac 2015-12-17 07:51:24 -08:00
tm more c99 updates 2015-06-25 10:14:13 -06:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
plm_types.h Fix rare hangs observed on OS-X by properly thread-shifting upcalls from the PMIx server into ORTE 2016-06-05 21:39:44 -07:00
plm.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00