| Summary: | Problem with the LHEP_PRECO_HP package | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | sandor.voros |
| Component: | processes/hadronic/models | Assignee: | Hans-Peter.Wellisch |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 6.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| URL: | ftp://guest:time@ftp.metas.ch/voros/LHEP_PRECO_HP.tar.gz | ||
|
Description
sandor.voros
2004-10-21 06:56:04 CEST
Hi, I tested the code above (in the LHEP_PRECO_HP.tar.gz archive) again while linking it with the latest Geant4 patch release 6.2.p02 . The problem is still there, so this new release does not solve it. The only (little) difference is that valgrind sees it in events 1,8 and 9 instead of number 8 only. In case you are intesrested I put the output of the valgrind session obtained by using latest release 6.2.p02 in file ftp://guest:time@ftp.metas.ch/voros/LHEP_PRECO_HP_valgrind_g4.6.2.p02.out.gz . Don't hesitate to contact me if more information is needed. Best regards, Sandor Hi, I verified this carefully, and it seems all is fine. Valgrind unfortunatly has problems with the neutron transport code. Your's is not the first report of problems with undefined values. Up to now, inserting printout at the neuralgic point has always shows that valgrind was wrong. In more general, when you find the valgrind complains in connection with a variable that was initialized from a file, you can safely ignore it. The logic goes like this: Each object in initialized in one go. If there is one variable that was not initialized, as a consequence, none of them can be initialized. Many greetings, Hans-Peter. |