[Users] ETK on mac os Ventura -- unsupported tapi file error
Roland Haas
rhaas at illinois.edu
Tue Feb 21 15:03:19 CST 2023
Hello Maria,
> The problem was that the ld path for anaconda3 was above the one for
> /usr/bin, even after uninstalling anaconda3.
Ah, yes, I could see that causing problems.
> The compilation stopped at:
>
> Cactus/configs/sim/build/FLRWSolver/flrw_powerspecics.f90:833:0:
> include 'fftw3.f03'
> Fatal Error: Cannot open included file 'fftw3.f03'.
>
> Is there a fix?
Hmm. Interesting. fftw3.f03 looks like some include file for Fortran
2003 bindings for fftw3.
If macports / homebrew does not install it, then you should be able to
use the
FFTW3_DIR = BUILD
option in your option list to force Cactus to compile its own copy from
source. Looking at my own setup this does produce a file fftw3.f03 in
configs/sim/scratch/external/FFTW3/include/fftw3.f03
which one hopes is included in the Fortran include search path or CPP
search path. This would be the -J or -I options though FLRWsolver needs
-J since it used a Fortran include statement (I think, I am no Fortran
expert).
If you verify that the file fftw3.f03 exists (either in the Cactus
compiled FFTW3 or in macports / homebrew) but is not found then the
quickest fix for you right now is likely to add:
-J<PATH-TO-INCLUDE-DIR-WITH-FFTW3.F03>
to you F90FLAGS in the option list.
Yours,
Roland
--
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from http://pgp.mit.edu .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20230221/74f152e3/attachment.bin
More information about the Users
mailing list