You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orte: Add option for mixing of short and long hostnames
* Addresses Epic 103619
* New MCA paramter orte_use_mixed_hostnames (default: 'false')
* In some scenarios users expect the short hostname 'node01'
to match the long hostname 'node01.mycluster.org'. There are cases
in the runtime where the difference causes accounting errors (best case)
or failure to launch (worst case).
- This parameter causes us to strip off the FQDN from the hostname,
leaving on the short name for comparison purposes.
- This is similar to the orte_keep_fqdn_hostnames MCA parameter, except
works as it's opposite. We did not want interprent the fqdn_hostnames
parameter as being set to 'false' (default) as 'use only shortnames'
since it is currenlty being interpreted differently for clusters
where their might be significance in the short versus long hostnames.
(cherry picked from commit 48f3a00a645cb48653a79f2a5375763ce7b9e92e)
Conflicts:
orte/mca/ras/base/ras_base_allocate.c
0 commit comments