Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Changing Project Properties in Unix

Kate_Johnson
Beginner
458 Views

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

0 Kudos
1 Reply
Steven_L_Intel1
Employee
458 Views
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
0 Kudos
Reply