divvy list
Using divvy config: /project/shefflab/rivanna_config/divcfg/uva_rivanna.yaml
Available compute packages:
parallel
singularity_local
default
sigterm
bulker_slurm
largemem
local
singularity_slurm
bulker_local
Looper is trying to get the built-in divvy config!
...ile "/home/ns5bc/.local/lib/python3.11/site-packages/looper/divvy.py", line 344, in write_script
return write_submit_script(output_path, self.template(), variables)
^^^^^^^^^^^^^^^
File "/home/ns5bc/.local/lib/python3.11/site-packages/looper/divvy.py", line 104, in template
with open(self.compute["submission_template"], "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/ns5bc/.local/lib/python3.11/site-packages/looper/default_config/divvy_templates/slurm_bulker_template.sub'
So, looper appears to be using the wrong divvy config, for some reason.
in that config (uva_rivanna.yaml) I see:
And that template file exists in the right place:
Yet, when I try to use it:
Looper is trying to get the built-in divvy config!
So, looper appears to be using the wrong divvy config, for some reason.