<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof ContentPasted0">
It worked by adding the path to F90FLAGS.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Thank you!</div>
<div class="elementToProof">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div dir="ltr">_______________________</div>
<div dir="ltr"><i><font size="2">Maria C. Babiuc Hamilton, Ph.D.</font></i></div>
<div dir="ltr"><i><font size="2">Professor, Department of Physics&nbsp;</font></i></div>
<div dir="ltr"><i style="font-size:12pt"><font size="2"><i style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt"><font size="2"></font></i>College of Science,&nbsp;</font></i><i style="font-size:12pt"><font size="2">Marshall University,</font></i></div>
<div dir="ltr"><i><font size="2">1 John Marshall Drive,&nbsp;</font></i><i style="font-size:12pt"><font size="2">Huntington, WV, 25755</font></i></div>
<div dir="ltr"><i><font size="2"><i style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt"><font size="2"><i style="font-size:12pt"><font size="2">Room S&nbsp;257,&nbsp;<span id="ms-rterangepaste-start"></span><i style="font-size:16px"><font size="2">Phone:
 (304)696-2754</font></i></font></i></font></i><br>
</font></i></div>
<div dir="ltr"><br>
</div>
</div>
</div>
</div>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0);">
<br>
<hr tabindex="-1" style="display:inline-block; width:98%;">
<b>From:</b> Roland Haas<br>
<b>Sent:</b> Tuesday, February 21, 2023 4:03 PM<br>
<b>To:</b> Hamilton, Maria<br>
<b>Cc:</b> users@einsteintoolkit.org<br>
<b>Subject:</b> Re: [Users] ETK on mac os Ventura -- unsupported tapi file error
<div><br>
</div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hello Maria,<br>
<br>
&gt; The problem was that the ld path for anaconda3 was above the one for<br>
&gt; /usr/bin, even after uninstalling anaconda3.<br>
Ah, yes, I could see that causing problems.<br>
<br>
&gt; The compilation stopped at:<br>
&gt; <br>
&gt; Cactus/configs/sim/build/FLRWSolver/flrw_powerspecics.f90:833:0:<br>
&gt;&nbsp;&nbsp; include 'fftw3.f03'<br>
&gt; Fatal Error: Cannot open included file 'fftw3.f03'.<br>
&gt; <br>
&gt; Is there a fix?<br>
Hmm. Interesting. fftw3.f03 looks like some include file for Fortran<br>
2003 bindings for fftw3. <br>
<br>
If macports / homebrew does not install it, then you should be able to<br>
use the<br>
<br>
FFTW3_DIR = BUILD <br>
<br>
option in your option list to force Cactus to compile its own copy from<br>
source. Looking at my own setup this does produce a file fftw3.f03 in <br>
<br>
configs/sim/scratch/external/FFTW3/include/fftw3.f03<br>
<br>
which one hopes is included in the Fortran include search path or CPP<br>
search path. This would be the -J or -I options though FLRWsolver needs<br>
-J since it used a Fortran include statement (I think, I am no Fortran<br>
expert).<br>
<br>
If you verify that the file fftw3.f03 exists (either in the Cactus<br>
compiled FFTW3 or in macports / homebrew) but is not found then the<br>
quickest fix for you right now is likely to add:<br>
<br>
-J&lt;PATH-TO-INCLUDE-DIR-WITH-FFTW3.F03&gt;<br>
<br>
to you F90FLAGS in the option list.<br>
<br>
Yours,<br>
Roland<br>
<br>
-- <br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-loopstyle="link">
http://pgp.mit.edu</a> .<br>
</div>
</span></font></div>
</div>
</div>
</div>
</div>
</body>
</html>