We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see a new warning when running Geant in the MT mode in the newest build of Offline:
G4HadronicProcess::BuildPhysicsTable: for photonNuclear and gamma fail due to undefined pointer to the master process
To reproduce:
setup mu2e muse setup Offline mu2e -c Offline/Mu2eG4/fcl/g4test_stage0MT.fcl
This did not happen in older releases. For example,
setup mu2e source /cvmfs/mu2e.opensciencegrid.org/Offline/v10_00_00/SLF7/prof/Offline/setup.sh mu2e -c Mu2eG4/fcl/g4test_stage0MT.fcl
runs cleanly.
Andrei
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see a new warning when running Geant in the MT mode in the newest build of Offline:
G4HadronicProcess::BuildPhysicsTable: for photonNuclear and gamma fail due to undefined pointer to the master process
To reproduce:
setup mu2e
muse setup Offline
mu2e -c Offline/Mu2eG4/fcl/g4test_stage0MT.fcl
This did not happen in older releases. For example,
setup mu2e
source /cvmfs/mu2e.opensciencegrid.org/Offline/v10_00_00/SLF7/prof/Offline/setup.sh
mu2e -c Mu2eG4/fcl/g4test_stage0MT.fcl
runs cleanly.
Andrei
The text was updated successfully, but these errors were encountered: