Re: Simulation on a batch farm [message #5057 is a reply to message #4470] |
Tue, 18 September 2007 21:42 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *dip.t-dialin.net
|
|
Hi,
In fact the problem is not in Geant4, but in Geant4VMC part, trying to run the simulation in batch mode will crash because of some graphic libraries needed by G4VMC, I will report this to Ivana. For now if you like to run with G4 in batch mode
(root sim.C -b) just add the line:
gSystem->Load("libGui")
to your simulation macro and it should work with G4.
regards
Mohammad
|
|
|