- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know how to change the project properties that are easily changed in Visual Studio, specifically:
Configuration Properties- Debugging- Command Arguments
Fortran- Runtime; Check Array and String Bounds
Fortran-D Diagnostics: Check Routine Interphases
Do these need to be changed using compiler flags?
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you need to use command line options for these as we don't support an IDE on Linux. The Intel documentation gives the Linux syntax for each option (where there is one), but for your reference:
Array and string bounds checking: -check bounds (or -CB)
Check routine interfaces: -warn interface
For command arguments, you'll have to specify those on the debugging command line that loads the executable

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