Replies: 2 comments 2 replies
-
It sounds like it might not work in this particular case (?) but flux-proxy(1) is another way to share a single remote ssh:// flux connection among many local ones. |
Beta Was this translation helpful? Give feedback.
-
The other suggestion was for the workflow management worker to use a local URI instead of a remote URI (i.e., ssh one in your case). This can be a bit complicated as the workflow management worker can run under the top-level Flux instance or a nested instance in your case and depending where you want to further submit tasks you will have to use a corresponding URI. But it should have access to the right local URI for either case. |
Beta Was this translation helpful? Give feedback.
-
In my work with @dongahn @SteVwonder @Jmast we have been running nested workflows on some of the clusters at LLNL and on some the SSH connection limit is set really low. In some discussions with @dongahn, he had mentioned that a potential workaround is to set up an SSH config that will route connections through an SSH controller as follows:
We've not gotten a chance to test this out just yet, but just dropping this here as food for thought in case someone runs into the same issue and that this can be discussed and tracked here.
Beta Was this translation helpful? Give feedback.
All reactions