#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)
Change History (6)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Milestone: | v2.0.1 → v2.1 |
---|---|
Priority: | P2 → P3 |
Severity: | critical → normal |
Status: | new → assigned |
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
Milestone: | v2.1.0 → v2.1.1 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
That was a trivial one. Re-enabled the test, done in r3150. Closing.
Note: See
TracTickets for help on using
tickets.
log of make check fail