-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The documentation states that if neither: * the `Code` input (through the `withmpi` attribute) * the `CalcJob` implementation (through `CodeInfo.withpi') * nor the `metadata.options.withmpi` input explicitly defines a boolean value, then the implementation falls back on the _default_ of the `metadata.options.withmpi` input port. However, the code was actually ignoring this and always falling back to `False`. This is now corrected, with `False` still as ultimate fallback value in case a default for `metadata.options.withmpi` is not defined at all.
- Loading branch information
Showing
2 changed files
with
42 additions
and
26 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