- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recently started working on someone's code. And I found some compiler flags that I don't know what they are for?
Can anyone explain me what these flags are?
1. -Dintel_
2. -DALLOW_NON_INIT
3. -nofor_main
Thanks in advance
- Tags:
- Parallel Computing
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-D sets the variable as a preprocessor symbol. You must look in the source code to see how it is used.
-nofor_main asserts the lack of a Fortran main program such as when main() is provided in another language.
These will appear in compiler documentation.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page