Closed JannisNe closed 1 year ago
Thank you. Wanted to open an issue about this but nice to see you are already on it!
Thanks @JannisNe for working on this. I am willing to test this branch and see what's left to do. Can you comment on the current state of progress?
After a chat with @JannisNe it seems all is in place. We just need a better strategy to deal with log files.
I suggest to drop the following from flarestack/cluster
:
make_desy_cluster_script.py
run_desy_cluster.py
I have adjusted the log paths so the log/err/out files are created under the flarestack
scratch dir as initially intended.
Since for WIPAC it is not recommended to create HTCondor logs on network storage, I decoupled the path of log files from the one of out/err, so the former is overridden in WIPACSubmitter
.
Everything should be ready.
This is not a bug yet but will be at the end of the year. The DESY frame will transition from
gridengine
toHTCondor
so theDESYSubmitter
will stop working. Fortunately theWIPACSubmitter
is already set up to useHTCondor
so it will not be much work to mimic that for DESY. I will be working on this here and open a pull request asap.