Could the OpBoun06 warning be suppressed?

_Geant4 Version: 11.1.0
_Operating System: MacOS m1

how can I suppress the warning like below

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : OpBoun06
      issued by : G4OpBoundaryProcess
G4OpBoundaryProcess: Opticalphoton step length: 3.25507e-09 mm.
This is larger than the threshold 1e-09 mm to set status StepTooSmall.
Boundary scattering may be incorrect.

*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------


-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : OpBoun06
      issued by : G4OpBoundaryProcess
G4OpBoundaryProcess: Opticalphoton step length: 8.57739e-09 mm.
This is larger than the threshold 1e-09 mm to set status StepTooSmall.
Boundary scattering may be incorrect.

*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

There’s no way to suppress it, now. (Other than editing G4OpBoundaryProcess, or fixing the underlying problem.) However it will only be printed 10 times, per thread. Is that still bothersome?

thanks for answer, I’ve been found the way for several days.
for one run is not bothersome, but if I run 1000 jobs parallels, it will print the warning 10000 times.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.