<div dir="ltr">It seems <span style="font-size:12.8px">_CRAYFTN is not defined.</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 10, 2017 at 11:32 PM, Klaus Weide <span dir="ltr"><<a href="mailto:klaus@flash.uchicago.edu" target="_blank">klaus@flash.uchicago.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 10 Nov 2017, Yingchao Lu wrote:<br>
<br>
> This is the whole list of opts.<br>
</span>> .....<br>
<br>
Yingchao,<br>
<br>
I was thinking more of a list of preprocessor macros that are defined by<br>
the 'ftn' compiler that you are using. From some documentation I can<br>
access online, it appears that the test<br>
<br>
#ifdef _CRAYFTN<br>
<br>
can be used to detect this compiler. However, I do not know how to test<br>
for a specific version.<br>
<br>
Anyway, you should probably just add something like<br>
<br>
# ifdef __ABSOFT__<br>
# undef POINTER_INTENT_OUT<br>
# define POINTER_INTENT_OUT pointer<br>
# endif<br>
<br>
in an appropriate place in FortranLangFeatures.fh - for example, right<br>
before or after the corresponding lines for __ABSOFT__ .<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Klaus<br>
</font></span></blockquote></div><br></div>