Skip to content

Commit

Permalink
Update UDP docs to mention "DNSLookup" error and CHPL_RT_MASTERIP
Browse files Browse the repository at this point in the history
This error was sufficiently unfamiliar to me that it would not have
occurred to me to apply this fix, and I didn't see any indication
of it in our docs, so added this section to capture it and the fix.

I've had this edit sitting in my tree for a few days now, but am
pushing it tonight to fire off another smoke test.

---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Feb 28, 2025
1 parent 8637c0a commit 141a817
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/rst/platforms/udp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,9 @@ the local machine, use:
export CHPL_RT_MASTERIP=127.0.0.1
export CHPL_RT_WORKERIP=127.0.0.0 # may be optional
I get ``worker failed DNSLookup on master host name`` error messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When running in a local, oversubscribed setting, this error can often
be resolved by setting ``CHPL_RT_MASTER_IP`` as described in the
previous section.

0 comments on commit 141a817

Please sign in to comment.