Skip to content
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

Improve TCP interface for higher scales #1305

Open
jlnav opened this issue May 3, 2024 · 0 comments
Open

Improve TCP interface for higher scales #1305

jlnav opened this issue May 3, 2024 · 0 comments
Assignees

Comments

@jlnav
Copy link
Member

jlnav commented May 3, 2024

Right now the TCP/reverse-ssh interface requires the following:

python test_1d_sampling_asktell.py --comms ssh --workers server1 server2 --worker_python /remote/path/to/python

This is obviously hard to wrangle together for more complicated server IPs, larger numbers of workers, etc.

I'm considering something like the following:

python test_1d_sampling_asktell.py --worker_file workers.yaml

AIMachine.alcf.anl:
    worker_ids: 1
    python_exe: /alcf/path/to/python
    working_dir: /home/my/dir

server2.nersc:
    worker_ids: 2-40
    python_exe: /nersc/path/to/python
    working_dir: /home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

1 participant