<html><body><div>Hello,<br><br>I have got a difficulty to run my PET macro on GPU. I have run it succesfully with the InterfileReader command and regularMatrix creator previously with this definition:<br>...<br>/gate/world/daughters/name pacient<br>/gate/world/daughters/insert regularMatrix<br>/gate/pacient/geometry/insertReader interfile<br>/gate/pacient/interfileReader/insertTranslator range<br>/gate/pacient/interfileReader/rangeTranslator/readTable ATTMAP.dat<br>/gate/pacient/interfileReader/readFile phantom.hdr<br>...<br> Now I import the voxelized phantom as follows:<br>...<br>/gate/world/daughters/name pacient<br>/gate/world/daughters/insert ImageRegularParametrisedVolume<br>/gate/pacient/geometry/setImage phantom_data/CT256.h33<br>/gate/pacient/geometry/setRangeToMaterialFile ATTMAP.dat<br>...<br>...but receive <br>...<br>### === G4UAtomicDeexcitation::InitialiseForNewRun()<br>GateGPUEmisTomo.cc (l.359): pacient is not a GateRegularParameterized.<br>GateGPUEmisTomoMessenger Update<br>...<br>and simulation crashes. I have tried also ImageNestedParametrisedVolume and ImageRegionalizedVolume but the result is still the same. On CPU it works like a charm.<br><br>1.) Can anyone tell me what am I doing wrong and how to fix it? <br><br>2.) When I use ImageRegularParametrisedVolume, I always get this warning:<br>### WARNING ### setSkipEqualMaterials at false !! The Geant4 method is not safe since the release 9.5 - Need to be fixed<br>...what does it mean? Is it actually safe to use this volume creator? Does the command<br>/gate/pacient/setSkipEqualMaterials 0/1<br>actually do something?<br><br><br>Thank you very much in advance for answer.<br>Best regards,<br><br>Jiri Ters<br></div></body></html>