[Gate-users] DoseActor not declared when using cluster mode

Gerhard Friesen gf901779 at fh-muenster.de
Tue Jun 26 19:24:04 CEST 2018


Hello,

When I was trying to run some basic operations I got stuck at the 
DoseActor in cluster mode. In the normal 1 core mode the macro is 
executed and everything is fine.

When I try to run my macro in cluster mode, I get the following error 
message and the .submit is not created:" Found the 'save' command on an 
actor that has not previously declared !"

If I remove my save command line the submit file is created but " Actor 
'dose0' was declared but not planed to be saved."

Am I missing something?

Thank you


My dose.mac:

     /gate/actor/addActor                     DoseActor    dose0

     /gate/actor/dose0/attachTo          phantom

     /gate/actor/dose0/stepHitType    random

     /gate/dose0/setResolution            10 10 1

     /gate/dose0/enableDose                true

     /gate/actor/dose0/save                  phantom.root



More information about the Gate-users mailing list