Skip to content

Commit

Permalink
Fix docstring code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Nov 24, 2024
1 parent 7482ece commit 14fd7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsl/executors/high_throughput/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
address : string
An address to connect to the main Parsl process which is reachable from the network in which
workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when
enable_ipv6 is not set)
``enable_ipv6`` is not set)
Most login nodes on clusters have several network interfaces available, only some of which
can be reached from the compute nodes. This field can be used to limit the executor to listen
only on a specific interface, and limiting connections to the internal network.
By default, the executor will attempt to enumerate and connect through all possible addresses.
Setting an address here overrides the default behavior.
If `enable_ipv6` is set, specify an IPv6 address in brackets, for eg: address=[::1]
If ``enable_ipv6`` is set, specify an IPv6 address in brackets, for eg: ``address=[::1]``
default=None
worker_ports : (int, int)
Expand Down

0 comments on commit 14fd7a0

Please sign in to comment.