Method: OodCore::Job::Adapters::Slurm::Batch#submit_host

Defined in:
lib/ood_core/job/adapters/slurm.rb

#submit_hostString (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The login node where the job is submitted via ssh

Examples:

owens.osc.edu


Returns:

  • (String)

    The login node



86
87
88
# File 'lib/ood_core/job/adapters/slurm.rb', line 86

def submit_host
  @submit_host
end