Opened 9 years ago
Closed 9 years ago
#781 closed defect (fixed)
hep_events unit tests failing with ifort 16.0
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.3.0 |
Component: | core | Version: | 2.2.8 |
Severity: | critical | Keywords: | |
Cc: |
Description
The unit test hep_events is failing,at least with the ifort 16.x compiler (maybe a problem of auto allocation?)
$ diff err-output/hep_events_1.out ref-output/hep_events_1.ref 181c181 < Polarization: [spin_type = 2, mult = 2, anti = T] --- > Polarization: [spin_type = 2, mult = 2] 191,199c191 < [h(-1)] => ME(1) = ( 3.333333333333E-01, 0.000000000000E+00) < [h(-1|0)] => ME(2) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(-1|1)] => ME(3) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(0|-1)] => ME(4) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(0)] => ME(5) = ( 3.333333333333E-01, 0.000000000000E+00) < [h(0|1)] => ME(6) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1|-1)] => ME(7) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1|0)] => ME(8) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1)] => ME(9) = ( 3.333333333333E-01, 0.000000000000E+00) --- > [h(1)] => ME(1) = ( 0.000000000000E+00, 0.000000000000E+00) 208,211c200 < [h(-1)] => ME(1) = ( 5.000000000000E-01, 0.000000000000E+00) < [h(-1|1)] => ME(2) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1|-1)] => ME(3) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1)] => ME(4) = ( 5.000000000000E-01, 0.000000000000E+00) --- > [h(1)] => ME(1) = ( 0.000000000000E+00, 0.000000000000E+00) 217c206 < Polarization: [spin_type = 2, mult = 2, anti = T] --- > Polarization: [spin_type = 2, mult = 2] 219,222c208 < [h(-1)] => ME(1) = ( 5.000000000000E-01, 0.000000000000E+00) < [h(-1|1)] => ME(2) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1|-1)] => ME(3) = ( 0.000000000000E+00, 0.000000000000E+00) < [h(1)] => ME(4) = ( 5.000000000000E-01, 0.000000000000E+00) --- > [h(1)] => ME(1) = ( 0.000000000000E+00, 0.000000000000E+00)
Attachments (1)
Change History (5)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Thanks, that test is skipped on my PC (and apparently on Jenkins?) There might be a minor issue.
Could you attach the err-output (hep_events.out)? I can check manually.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This test also fails with fortran 4.8.2. and 6.0. Apparently, this test is run only when HepMC is present. WK, could you update this test, please!?