You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #10. When we were debugging the issue with the parameters for the MPI decorator, it was confusing to look at the compss logs. It apparently (now that it works too) outputs only a few evaluated/replaced values in the logs. And later it writes all the replaced values in another log file.
There are values like {{working_dir_exe}} which are resolved/bound at a later stage by COMPs, while others like srun and 48 (and env vars, I think) appear fine in the logs.
Exception
None.
Expected behaviour
Display the evaluated/resolved bindings, or indicate that they are to be resolved, and will appear in another log file.
The text was updated successfully, but these errors were encountered:
As commented in #10, when you use a task parameter these values are solved at the worker. Environment variables are resolved at master, so they will appear in this logs.
Level
MINOR
Component
RUNTIME
Environment
Description
This is related to #10. When we were debugging the issue with the parameters for the MPI decorator, it was confusing to look at the compss logs. It apparently (now that it works too) outputs only a few evaluated/replaced values in the logs. And later it writes all the replaced values in another log file.
Minimal example to reproduce
https://github.com/eflows4hpc/workflow-registry/blob/9b232cf8aa9c6d285a662168eea4ae9fef73a74b/Pillar_II/esm/src/fesom2/__init__.py
We got binding logs like this one (some IIP info removed):
There are values like
{{working_dir_exe}}
which are resolved/bound at a later stage by COMPs, while others likesrun
and48
(and env vars, I think) appear fine in the logs.Exception
None.
Expected behaviour
Display the evaluated/resolved bindings, or indicate that they are to be resolved, and will appear in another log file.
The text was updated successfully, but these errors were encountered: