Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran Guided Auto Parallelism

Terry_Wiles
Beginner
182 Views

Guided Auto Parallelism gives this remark:

ifort: command line remark #10148: option '/Qguide:1' not supported

How do I get auto parallelism to run?

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
126 Views

Guided Auto Parallelism was not carried over into ifx. /parallel is still supported for DO CONCURRENT. For other operations, consider OpenMP.

View solution in original post

1 Reply
Steve_Lionel
Honored Contributor III
127 Views

Guided Auto Parallelism was not carried over into ifx. /parallel is still supported for DO CONCURRENT. For other operations, consider OpenMP.

Reply