Resolve "adhoc_storage instances should keep track of jobs using them"
Merged
requested to merge amiranda/85-adhoc_storage-instances-should-keep-track-of-jobs-using-them into main
- Oct 18, 2022
-
-
Alberto Miranda authored
Print error messages to stderr instead of stdout Closes #86
-
Alberto Miranda authored
Closes #88
Verified7e9d1bd0 -
Alberto Miranda authored
* adhoc_storage: Add job client information * adhoc_storage_manager: Now stores adhoc_storage_info records and provides functions to update them. * adhoc_storage_info: New synchronized type keeping updated information about the client job assigned to a adhoc_storage instance * adhoc_storage: The context can now be updated using a new update() function (non-synchronized for now, because it is only ever called via the adhoc_storage_manager). * job_info: Type is now synchronized. * errors: Add ADM_EADHOC_BUSY. Fix missing error messages for ADM_ENOENT and ADM_EEXISTS. * abt/shared_mutex: Is now movable.
Verified4291f4e9
-
- Oct 17, 2022
-
-
Alberto Miranda authoredVerified7c0bf64f
-
Alberto Miranda authoredVerified254f4702
-
Alberto Miranda authored
scord::job_info is now admire::internal::job_info
Verifiedd700d29c
-