Andreas Albert
Andreas Albert
Thank you for this detailed explanation! I followed your suggestion to try `PRELOAD_FOR_DYNACONF`, but I am having trouble understanding it entirely. My configurations now look like this: `base_config.yml`: ```yaml default:...
Thanks for getting back to me so quickly! I am specifically thinking about a circular dependence like this one: ``` --------------- ------------- | FIFO | | CONSUMER | | output:...
One way around this dilemma would be to call `propagate` only on even ticks and `logic` on odd ticks. That would make sure that correct ordering is conserved. Only hurdle...
@jpivarski thanks for following up so quickly! The issue indeed seems gone now.
Hi @junholeephy 1. is this a recurring issue? Have you tried resubmitting? 2. there should be log files in the `SubProcesses/P1_qq_wpwpqq/G7` folder. What do they say? Any clue about the...
Hi @soarnsoar, It is indeed surprising that this LHAPDF problem appears sometimes, but not all the time. Some questions: 1. Are you certain that nothing else has changed? Did you...
Thanks for the update @soarnsoar. I am not sure I understand your point about the PDF choice. Could you clarify what happens for exactly which setting? You say that with...
Hi @soarnsoar: I can reproduce your problem even with a very simple process `wplustest_4f_LO`. This confirms to me that the problem is really with LHAPDF and not some other feature...
No, it's not related to the working directory. I was saying that the only difference between `submit_gridpack_generation.sh` and `submit_gridpack_generation_local.sh` is the choice of working directory. However, I confirmed that I...
With some further tests, it seems that: - Running everything locally on an lxplus machine **works**: `./gridpack_generation.sh wplustest_4f_LO cards/examples/wplustest_4f_LO/ local` - Running the master job locally on lxplus and having...