-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy Up Task Communications Methods #3511
Comments
Redundant because we've removed ssh task comms on master?
Presumably we do (once ssh comms is re implemented on master) but I'm not sure; we'll have to figure it out. I think the contact2 logic was added in #2582 and #2637 |
Ref: #3327 (re-implement ssh comms) |
Update: 2020-06-15 As of #3509 the CONTACT2 file has been removed. Instead we now install the contact file only if using TCP task comms. You can still tell apart a remote installation from a suite run dir by the presence of For #3327 we can probably install the contact file with a task comms field.
|
I think we can close this (I'm sure we'll pick up any documentation issues as part of general doc review) |
In Cylc 7, Contact2 file is generated for the remote platform, when indirect communication (eg. ssh) is set. It contains one field name: CYLC_COMMS_PROTOCOL_2.
This is currently redundant for Cylc 8, some code remains.
Do we still want a Contact2 file for Cylc8? If not this needs clearing out.
Indirect communication needs investigating - possibly ZMQ but alternatively maybe ssh.
Documentation: needs updating.
Test: cylc-poll/14-intervals references CYLC_TASK_COMMS_METHOD.
The text was updated successfully, but these errors were encountered: