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.
29285 Discussions

Equivalent switches for ifort in Intel Parallel Studio

Ahmad_Falahatpisheh
454 Views
Hi everyone,

Could someone please tell me what the equivalent for the following switches in Intel Parallel Studio XE are? I can't find the switches in property pages of the project. I only can find /O3, /4R8, and /stack but not the /Qpar-num-threads, /Qopenmp, and /link.

ifort /4R8 /Qpar-num-threads=8 /O3 /Qopenmp mycode.f /link /stack:1000000000

Thanks,
Ahmad
0 Kudos
1 Reply
Steven_L_Intel1
Employee
454 Views
The documentation lists for each option what the IDE equivalent is. Not all switches have equivalents.

/Qopenmp is Fortran > Language > Process OpenMP Directives
/Qpar-num-threads has no IDE property. Add it on the Command Line page.
/link simply says that the things following it are linker options. You can find /stack under Linker > System > Stack Reserve Size.
0 Kudos
Reply