Method: OodCore::Job::Adapters::Slurm::Batch#all_sinfo_node_fields
- Defined in:
- lib/ood_core/job/adapters/slurm.rb
#all_sinfo_node_fields ⇒ Object
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.
396 397 398 399 400 401 402 |
# File 'lib/ood_core/job/adapters/slurm.rb', line 396 def all_sinfo_node_fields { procs: '%c', name: '%n', features: '%f' } end |