Problem running sim with IdealTrackFinder on Kronos [message #20806] |
Wed, 05 April 2017 17:11 |
Walter Ikegami Andersson
Messages: 19 Registered: November 2014
|
occasional visitor |
From: *physics.uu.se
|
|
Hello everyone,
I'm trying to run simulations with the new pandaroot release feb17p1 using the IdealTrackFinder.
I used the script jobsim_kronos.sh in pandaroot/macros/prod, where the macro prod_aod.C was used and a single line was modified:
//fRun->AddRecoTasks(kFALSE);
fRun->AddRecoIdealTasks(kFALSE);
When I submit the job with the following command:
sbatch -a1-20 jobsim_kronos.sh d0sim 10 D0toKpi.dec 12. ana 10
the run crash with a segmentation break. I've attached the log file.
The IdealTrackFinder is working fine when I test it with the macros in pandaroot/macro/master/recoideal_complete.C
Anyone has any idea what is wrong?
Best regards,
Walter
|
|
|
|
Re: Problem running sim with IdealTrackFinder on Kronos [message #20843 is a reply to message #20828] |
Fri, 07 April 2017 15:56 |
Walter Ikegami Andersson
Messages: 19 Registered: November 2014
|
occasional visitor |
From: *physics.uu.se
|
|
Hello Tobias,
thank you for your response.
I created a modified script jobsim_complete.sh for submitting jobs to kronos where four macros are called (prod_sim, prod_dig, prod_rec and prod_pid).
I also modified the digi, reco and pid macro slightly as they would crash otherwise...
//fRun->Run(0, nEvents); //removed this line
fRun->Run(0);
Cheers,
Walter
-
Attachment: jobsim_complete.sh
(Size: 3.58KB, Downloaded 325 times)
-
Attachment: prod_dig.C
(Size: 0.65KB, Downloaded 358 times)
-
Attachment: prod_rec.C
(Size: 0.74KB, Downloaded 394 times)
-
Attachment: prod_pid.C
(Size: 0.81KB, Downloaded 362 times)
|
|
|