#155 closed defect (worksforme)
different behaviour with nagfor and gfortran concerning phase space configuration
Reported by: | sschmidt | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | |
Component: | core | Version: | 2.0.0beta |
Severity: | normal | Keywords: | phase space interface |
Cc: |
Description
When having multiple integrate commands in one sin file, there is different behaviour: compiled with nagfor the phase space is regenerated before every integrate command -> each integration therefore gives slightly different results compiled with gfortran the 'existing phase space configuration' is reused -> each integration gives the same results
I'm not sure which behaviour is intended
Attachments (1)
Change History (5)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Milestone: | v2.0final → v2.0-rc2 |
---|
comment:2 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I guess that one run was with and the other without the -r option.
-r implies ?rebuild_phase_space=true
initially. You can reset this anywhere in the script, or simply omit -r.
Closing the ticket.
comment:3 Changed 15 years ago by
I can't reproduce it now. But I also don't remember setting any -r flags...
So I just leave it closed...
simple example with part of the output