#91 closed defect (fixed)
W2 problem with too less calls.
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | core | Version: | 2.0.0alpha |
Severity: | critical | Keywords: | calls etc. |
Cc: |
Description
WHIZARD 2 seems not to be integrating here at all (???). Thanks to Sebastian Schmidt for this report.
Attachments (1)
Change History (5)
Changed 15 years ago by
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
New formatting:
|=============================================================================| | It Calls Integral[fb] Error[fb] Err[%] Acc Eff[%] Chi2 N[It] | |=============================================================================| Runtime Error: *** Arithmetic exception: Floating invalid operation - aborting vamp_bundle.f90, line 5012: Error occurred in VAMP_REST:VAMP_SAMPLE_GRIDS processes.f90, line 1474: Called by PROCESSES:PROCESS_INTEGRATE commands.f90, line 2962: Called by COMMANDS:CMD_INTEGRATE_EXECUTE commands.f90, line 1332: Called by COMMANDS:COMMAND_EXECUTE commands.f90, line 4542: Called by COMMANDS:COMMAND_LIST_EXECUTE whizard.f90, line 183: Called by WHIZARD:WHIZARD_PROCESS_STREAM whizard.f90, line 160: Called by WHIZARD:WHIZARD_PROCESS_FILE main.f90, line 219: Called by MAIN
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed [1379]. This revision also provides more message during phase-space generation.
Note: See
TracTickets for help on using
tickets.
With 127 calls WHIZARD 2 compiled with gfortran yields a result identically zero when using 127 calls per iteration. With 128 calls it gives numbers (with bad statistics of course). Using the NAG compiler, 128 calls gives a working integration, 127 calls gives a crash with |=============================================================================| | It Calls Integral[fb] Error[fb] Err[%] Acc Eff[%] Chi2 N[It] | |=============================================================================| Runtime Error: * Arithmetic exception: Floating invalid operation - aborting vamp_bundle.f90, line 5012: Error occurred in VAMP_REST:VAMP_SAMPLE_GRIDS processes.f90, line 1474: Called by PROCESSES:PROCESS_INTEGRATE commands.f90, line 2962: Called by COMMANDS:CMD_INTEGRATE_EXECUTE commands.f90, line 1332: Called by COMMANDS:COMMAND_EXECUTE commands.f90, line 4542: Called by COMMANDS:COMMAND_LIST_EXECUTE whizard.f90, line 183: Called by WHIZARD:WHIZARD_PROCESS_STREAM whizard.f90, line 160: Called by WHIZARD:WHIZARD_PROCESS_FILE main.f90, line 219: Called by MAIN
Although this might be natural from the point of view of the program, there should be a warning message and maybe a stop.