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

Complex Division with OpenMP

saroberts
Beginner
453 Views
I am using the Intel Fortran Compiler for Linux v9.0 on Fedora Core 3.

I have written a program that uses many custom functions, subroutines, and modules. The program runs perfectly serially. However, I went through and implemented a simple OpenMP routine and the program now gives incorrect results.

I have traced the problem to what I believe is a problem dividing two complex numbers. The result returned is completely bogus. Is this a bug in the compiler, or might there be some other mistake I am making?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
453 Views
Impossible to say without seeing a sample program. Please send a sample that shows the problem to Intel Premier Support and we'll take a look.
0 Kudos
Reply