Bug #18460
Project.py shipped with dunetpc v06_58_00 does not correctly parse memory from xml file
100%
Description
Pretty straight forward. My xml files include a memory line requesting 3000MB (<memory>3000</memory>). On fifemon, my jobs are were for exceeding 2000MB.
To isolate the issue, I have tried the command line override for memory (--memory 3000), and found that project.py does correctly send the request for more memory in the jobsub command.
An example XML file for the bug is /dune/app/users/jstock/RadioactiveSources/prod_Ni_wbkg.xml
and the project.py commands used with this file were
project.py --recur --xml prod_Ni.xml --stage gen_g4 --submit # DOES NOT WORK AS EXPECTED. Memory request not included in jobsub command
and
project.py --recur --xml prod_Ni.xml --stage gen_g4 --submit --memory 3000 # DOES WORK AS EXPECTED. Memory request is included in jobsub command.
History
#1 Updated by Herbert Greenlee over 3 years ago
- Status changed from New to Resolved
- Assignee set to Herbert Greenlee
- % Done changed from 0 to 100
This bug is fixed in larbatch v01_34_02/larsoft v06_59_00.