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

The following code runs the compiler in a catastrophic error

bpichon
Beginner
448 Views

Dear Fortran,

As shown in the tittle, the following program runs the compiler in a catastrophic error.

command line : $ ifort -coarray -coarray-num-images=4 Conv_Cata.f90
ifort -version gives :    ifort (IFORT) 15.0.0 20140723
 

Note : it works fine with my Windows ifort !!

Bernard

0 Kudos
2 Replies
Steven_L_Intel1
Employee
448 Views

Thanks - I can reproduce it in 15.0.0. I will try 15.0.2 tomorrow.

0 Kudos
Steven_L_Intel1
Employee
448 Views

Compiles ok in 15.0.2 - please update.

0 Kudos
Reply