Open superstar54 opened 5 months ago
Confirmed that this is a bug in aiida-shell
: https://github.com/sphuber/aiida-shell/issues/94
Looked into this now, @superstar54, but a bit stuck. Maybe we can have a look together this week. I don't fully understand how the metadata
entries are being passed through to the Task
, or the ShellJob
for that matter.
When user specify
metadata={'options': {'output_filename': 'custom_stdout'}})
, the stdout will be redirected tocustom_stdout
.