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

Implement command line interface for remote submission #20

Merged
merged 26 commits into from
Sep 11, 2019
Merged

Conversation

jan-janssen
Copy link
Member

No description provided.

@jan-janssen
Copy link
Member Author

A client configuration can look like this:

queue_type: REMOTE
queue_primary: impi_hy
ssh_host: cmmc001.bc.rzg.mpg.de
ssh_username: janj
known_hosts: ~/.ssh/known_hosts
ssh_key: ~/.ssh/id_rsa
ssh_remote_config_dir: /u/system/SLES12/soft/pyiron/dev/pyiron-resources-cmmc/queues/
ssh_remote_path: /u/janj/
ssh_local_path: /Users/jan/pyiron/projects/
ssh_continous_connection: True
queues:
  impi_hy: {cores_max: 1280, cores_min: 1, run_time_max: 259200}
  impi_hydra: {cores_max: 4240, cores_min: 20, run_time_max: 259200}
  impi_hydra_cmfe: {cores_max: 1280, cores_min: 40, run_time_max: 259200}
  impi_hydra_small: {cores_max: 40, cores_min: 1, run_time_max: 604800}
  impi_express_serial: {cores_max: 1, cores_min: 1, run_time_max: 300}
  impi_express_parallel: {cores_max: 8, cores_min: 1, run_time_max: 1200}

@jan-janssen jan-janssen merged commit be17a70 into master Sep 11, 2019
@jan-janssen jan-janssen deleted the cmd branch September 11, 2019 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant