whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

bug4.in (351 bytes) - added by Juergen Reuter 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Juergen Reuter

Attachment: bug4.in added

comment:1 Changed 14 years ago by Juergen Reuter

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.

comment:2 Changed 14 years ago by Juergen Reuter

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 14 years ago by kilian

Resolution: fixed
Status: newclosed

Fixed [1379]. This revision also provides more message during phase-space generation.

comment:4 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.