Hello,
I found that the option -Dkind8 was removed in the latest makefile (5.2.11). Is it really necessary?
Thanks.
yian
<span class='smallblacktext'>[ Edited ]</span>
-Dkind8
Moderators: Global Moderator, Moderator
-Dkind8
-Dkind8 means that your fortran compiler will use 8-byte (64-bit) reals in the compiling. This shouldn't be a problem to omit, provided you are compiling with the right libraries and such, as the 64-bit systems will default to already using the appropriate real-number precision.
Hope this helps.
-Matt
Hope this helps.
-Matt
Last edited by mrossi on Wed Jul 13, 2011 11:25 pm, edited 1 time in total.
-
- Newbie
- Posts: 6
- Joined: Tue Jul 05, 2011 5:35 am
- Contact:
-Dkind8
I also want know and thank you
Last edited by xiaotuanzi on Mon Jul 18, 2011 11:27 am, edited 1 time in total.