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
the uploaded workflow.cfg is rewritten, removing all execution related parameters. This causes haddock3 job to use 4 cpu cores. This does not use all the cores available.
Describe the solution you'd like
It would be nice if the execution section could be overwritten somehow in a configurable way.
For example with an env var to a file like HADDOCK3_EXECUTATION_SECTION=./haddock3.exec.toml with
ncores = 16
Describe alternatives you've considered
Change code to adapt to instance (local dev vs production).
Reconfigure bartender so it can run multiple haddock3 each with 4 cores. However I want to make a single job go as quickly as possible. Having jobs queued is ok for me.
Additional context
Using infrastructure efficiency also depends on bartender config.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Now at
haddock3-webapp/app/models/applicaton.server.ts
Lines 57 to 77 in 811af37
Describe the solution you'd like
It would be nice if the execution section could be overwritten somehow in a configurable way.
For example with an env var to a file like
HADDOCK3_EXECUTATION_SECTION=./haddock3.exec.toml
withDescribe alternatives you've considered
Additional context
Using infrastructure efficiency also depends on bartender config.
The text was updated successfully, but these errors were encountered: