[Wien] ifort classic compiler now discontinued in one-api 2025.0 online repositories

Michael Fechtelkord Michael.Fechtelkord at ruhr-uni-bochum.de
Wed Oct 30 11:14:18 CET 2024


I have compiled the FFTW Libraries using "--enable-openmp switch" 
(complete commandline below):


FC=ifx F77=ifx CC=gcc CFLAGS="-O3 -march=native -mavx2" FCFLAGS="-O3 
-xAVX2"\
   ./configure --prefix=/usr/local/ --enable-shared --enable-mpi 
--enable-openmp --enable-threads --enable-avx --enable-avx2

It should produce both: an ‘fftw3_omp’ and an ‘fftw3_threads’ library .. 
I have also checked up "/usr/local/lib64" were both libraries exist.

Best regards,

Michael


Am 30.10.2024 um 09:13 schrieb Peter Blaha:
>
> -------------------------------------------------
> SRC_3ddens:
> I guess this is a linker problem and comes because the fftw software 
> was not compiled with omp support. The 2 functions are called only 
> when FFTW_OMP is set, and if the linker cannot find them, they must be 
> missing in the fftw-library, because the fftw was not compiled with 
> the corresponding switches.
> ...
> #ifdef FFTW_OMP
>      call dfftw_init_threads(omp_error)
>      call dfftw_plan_with_nthreads(omp_get_max_threads())
> #endif
> ....
> ------------------------------------------------
>
-- 
Dr. Michael Fechtelkord

Institut für Geologie, Mineralogie und Geophysik
Ruhr-Universität Bochum
Universitätsstr. 150
D-44780 Bochum

Phone: +49 (234) 32-24380
Fax:  +49 (234) 32-04380
Email:Michael.Fechtelkord at ruhr-uni-bochum.de
Web Page:https://www.ruhr-uni-bochum.de/kristallographie/kc/mitarbeiter/fechtelkord/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://zeus.theochem.tuwien.ac.at/pipermail/wien/attachments/20241030/fd0aa96d/attachment.htm>


More information about the Wien mailing list