forked from aiidateam/aiida-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `uuid` field in the `CalcInfo` data structure which is built and returned by the `CalcJob.prepare_for_submission` implementation, is used subsequently by the engine to create the remote working directory. Previously, the implementer of `prepare_for_submission` was required to set it, but this always boiled down to setting it to the UUID of the process node. Since this is the only behavior that should happen anyway, we might as well have the engine take care of this, making the implementation of the `prepare_for_submission` for plugins simpler.
- Loading branch information
Showing
3 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters