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

Submit commands on another host via ssh #204

Merged
merged 17 commits into from
Aug 5, 2020
Merged

Submit commands on another host via ssh #204

merged 17 commits into from
Aug 5, 2020

Commits on Jun 19, 2020

  1. Modified torque to use submit_host to submit jobs via ssh

    Made Adapters::Helper.ssh_wrap to return this command wrapped in ssh
    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    28cffbc View commit details
    Browse the repository at this point in the history
  2. Modified SGE to use submit_host

    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    07a2742 View commit details
    Browse the repository at this point in the history
  3. Modified slurm to use submit_host

    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    5cde8b8 View commit details
    Browse the repository at this point in the history
  4. Modified PBSpro to use submit_host

    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ff17a38 View commit details
    Browse the repository at this point in the history
  5. Modified LSF to use submit_host

    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    b985565 View commit details
    Browse the repository at this point in the history
  6. Add end to helper class

    Matthew Hu committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9799970 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Restore previous host variables

    Added commands to ssh
    matthu017 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5a08504 View commit details
    Browse the repository at this point in the history
  2. Added submit_host to attr_reader in batch

    Made rspec tests for ssh wrapper
    matthu017 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    1b5b59f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Added cmd_args to provide flags to the desired command

    Open3.capture3 uses args in array format
    matthu017 committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a20b3f9 View commit details
    Browse the repository at this point in the history
  2. Use StrictHostKeyChecking

    matthu017 committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    26420e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    12cea5d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Added strict_host_checking to be set under job_config (yes or no)

    -defaults to yes
    
    use to_s to guard against nil objects
    matthu017 committed Jun 27, 2020
    1 Configuration menu
    Copy the full SHA
    1b89786 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    46e5cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1bca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    cf4480d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    459d7a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ssh_wrapper

    Conflicts:
    	lib/ood_core/job/adapters/slurm.rb
    ericfranz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ddc3cd5 View commit details
    Browse the repository at this point in the history