Run crashes in Batch mode on a HPC Cluster in 10.6 version

Hello,

I built my application on version 10.5, but I am trying to run my application on 10.6, for this I have to update my main file, after this my code runs fine on a PC with interactive mode but crashes on a HPC, I have attached my output text file from the cluster with this message (attached - OUTPUT.txt).

I suspect that there is something wrong with my main.cc file which I have attached. I will be grateful for any suggestions to rectify this.

Thanks very much in advance!

Regards,
Sanchit Sharma

OUTPUT.txt (2.3 KB)
main.cc (1.9 KB)

The problem seems to be in your gdml file:

G4GDML: VALIDATION ERROR! ID value 'He3holder.STL_v1159' is not unique at line: 3733
G4GDML: VALIDATION ERROR! empty content is not valid for content model '(world)' at line: 34343

Fix lines 3733 and 34343 as they could be the cause of the crash.