whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 13 years ago

Last modified 7 years ago

#300 closed defect (fixed)

Omegaselftests fail w/ activated openmp

Reported by: dwiesler Owned by: ohl
Priority: P3 Milestone: v2.6.0
Component: omega Version: 2.0.0
Severity: normal Keywords: omega check test
Cc:

Description

In the release tarball, Omegaselftests during make check fail, when enabling openmp in the configure call

../trunk/configure FC=gfort --prefix=/localscratch/dwiesler/tmp/w2fail/ --with-openmp

ending with

/bin/sh ../libtool --tag=FC   --mode=link gfort -I../src -fopenmp -g -O2 -fopenmp  -o test_openmp test_openmp.o parameters_QCD.o amplitude_openmp.o ../src/libomega_core.la
libtool: link: gfort -I../src -fopenmp -g -O2 -fopenmp -o .libs/test_openmp test_openmp.o parameters_QCD.o amplitude_openmp.o  ../src/.libs/libomega_core.so -Wl,-rpath -Wl,/localscratch/dwiesler/tmp/w2fail/lib/omega
test_openmp.o: In function `test_openmp':
../../../../trunk/src/omega/tests/test_openmp.f90:44: undefined reference to `init_parameters_'
collect2: ld returned 1 exit status
make[6]: *** [test_openmp] Error 1
make[6]: Leaving directory `/localscratch/dwiesler/tmp/w2fail/bld/src/omega/tests'
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory `/localscratch/dwiesler/tmp/w2fail/bld/src/omega/tests'
make[4]: *** [check-am] Error 2

test_qed_eemm and compare_split_amplitude fail, the other tests pass. I'll attach the complete log.

Attachments (1)

fail.log (152.2 KB) - added by dwiesler 14 years ago.
log of make check fail

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by dwiesler

Attachment: fail.log added

log of make check fail

comment:1 Changed 14 years ago by ohl

Milestone: v2.0.1v2.1
Priority: P2P3
Severity: criticalnormal
Status: newassigned

Thanks. This should not happen. Still, openmp is not yet a supported and/or feature, so I'm downgrading and moving this ticket.

comment:2 Changed 14 years ago by Juergen Reuter

Milestone: v2.1.0v2.1.1

comment:3 Changed 13 years ago by Juergen Reuter

Resolution: fixed
Status: assignedclosed

That was a trivial one. Re-enabled the test, done in r3150. Closing.

comment:4 Changed 8 years ago by Juergen Reuter

Milestone: v2.4.0v2.5.0

Milestone renamed

comment:5 Changed 7 years ago by Juergen Reuter

Milestone: v2.5.0v2.6.0

Milestone renamed

Note: See TracTickets for help on using tickets.