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
I think for every (?) run.sh file it is necessary to run it from the folder of the participant (e.g. partitioned-heat-conduction/dirichlet-fenics). Running ./dirichlet-fenics/run.sh from partitioned-heat-conduction is incorrect and results in the error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '../solver-fenics/requirements.txt'
Is it possible to improve this error? Basically we have to make sure that we always execute run.sh from its parent directory.
The text was updated successfully, but these errors were encountered:
First of all: yes, it would be nice to catch the user mistake earlier.
From some (very short) previous research around the topic, I understood that the ways to do this in the run scripts are mostly shell-specific and not very standard. But I would be happy with any solution that passes shellcheck.
In the meantime, we have switched our scripts from sh to bash, so we have more options.
I think for every (?)
run.sh
file it is necessary to run it from the folder of the participant (e.g.partitioned-heat-conduction/dirichlet-fenics
). Running./dirichlet-fenics/run.sh
frompartitioned-heat-conduction
is incorrect and results in the error:Is it possible to improve this error? Basically we have to make sure that we always execute
run.sh
from its parent directory.The text was updated successfully, but these errors were encountered: