We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
jlnav
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: