Howdy,
We’ve just upgraded our cluster version from 10.7.3 to 11.2.2 and I am now getting execution errors with trying to exclude certain physics processes that worked before though it seems to only be in concert with declaring */verbose 1 in the run macro.
# Initialize kernel
/run/initialize
/process/inactivate eBrem
/process/inactivate conv
#
/control/verbose 0
/run/verbose 0
/event/verbose 1
/tracking/verbose 0
This produces an error in the execute_error.txt
***** Illegal parameter (1) </process/inactivate conv> *****
***** Batch is interrupted!! *****
With all /verbose set to 0 there is no error. If any of the /verbose is set to 1 it produces the above error. I find it interesting if I comment out /process/inactivate conv
then it runs just fine with /verbose set which seems to indicate it’s handling the /process/inactivate eBrem
just fine.
_Geant4 Version 11.2.2
_Operating System: Cluster LINUX
They’ve changed the way I call the builds so I can’t see anymore what cMake or compiler it’s using.
Any ideas?