Method: OodCore::Job::Adapters::Slurm::Batch#squeue_required_fields
- Defined in:
- lib/ood_core/job/adapters/slurm.rb
#squeue_required_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.
232 233 234 235 236 237 |
# File 'lib/ood_core/job/adapters/slurm.rb', line 232 def squeue_required_fields #TODO: does this need to include ::array_job_task_id? #TODO: does it matter that order of the output can vary depending on the arguments and if "squeue_required_fields" are included? # previously the order was "fields.keys"; i don't think it does [:job_id, :state_compact] end |