This is the incorrect procedure for this type of workflow. sourcing local products is only intended for interactive work. The correct procedure is instead to
export PRODUCTS=\<input_dir>:$PRODUCTS
setup \<product>
Note, one should never mix sourcing local products & mrbslp with ups setup of a product in the local products. Especially not on the grid.
https://github.com/DUNE/dune-prod-utils/blob/main/justIN-examples/submit_local_code.jobscript#L44-L48
This is the incorrect procedure for this type of workflow. sourcing local products is only intended for interactive work. The correct procedure is instead to
Note, one should never mix sourcing local products & mrbslp with ups setup of a product in the local products. Especially not on the grid.