- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Dr. Fortran ;
I am new to Intel Fortran. I was asked to build a scientific application using Fortran 90,coming froma much older version.
I have a bunch of INCLUDE statements, and there is some question as to how they should be added to my project. There are three possible places:
(1) Along with all the F90 modules
(2) In the Header folder of the project
(3) In the Resources folder
Some of them are common blocks, while some are parameter blocks. I guess it makes sense to put the PARAMETER statements in with the arrays of the COMMON block items they refer to. But there are other parameters, such as physical and math constants which are in use all through the source code, so it makes sense to put those in INCLUDE blocks also.
However, I am not sure where would be the most appropriate place to insert those . I have not been able to find documentationabout this particular topic.
Perhaps if you know where this is discussed, you could point the way . . .
Thanks; Brad
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you put the actual files somewhere other than where the source files are, you'll need to specify that location under "Additional Include Directories" in the project Fortran properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot ! ! !

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page