aiidateam / aiida-firecrest

AiiDA Transport/Scheduler plugins for interfacing with FirecREST (https://products.cscs.ch/firecrest/)
MIT License
2 stars 3 forks source link

`FirecREST` server doesn't return `dispatch_time` #40

Open khsrali opened 4 months ago

khsrali commented 4 months ago

aiida-slurm scheduler plugin parses one additional key values: dispatch_time from squeue response. Which is the time that job has started running. Unfortunately this value is not returned by FirecREST.

However, I'm not aware of any crucial use case in aiida-core for this dispatch_time, but I may be wrong. We document here, in case this was necessarily, please raise to FirecREST repo.