-
Notifications
You must be signed in to change notification settings - Fork 5
Investigate the use case of slurm sacct #55
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestupstreamChanges that need to be made to aiida-coreChanges that need to be made to aiida-core
Description
It seems aiida-core is using this to get the exit code in a complicated manner:
tasks.py and calcjob.py both expect a dictionary with three keys ('retval', 'stdout', 'stderr') from:
scheduler.get_detailed_job_info()
Which then calcjob.py uses it along with two other files to call again on scheduler.parse_output to get the exit code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestupstreamChanges that need to be made to aiida-coreChanges that need to be made to aiida-core