Hi all,
I usually compile my Fortran-90 source code (which include OepnMP clauses) with :
ifort -g -debug extended -O3 -xHost -openmp -openmp-simd -openmp-report -ipo -fpconstant -fp-model strict -fpe0 -traceback -ftrapuv'
When I tried to compile with -FAST the code aborted. Now, according to the composer-14.0 documentation the difference is in adding the -no-prec-div AND -static options. I think -static should not lead to such an error. I didn't find anything about -no-prec-div . Any kind suggestions of how to proceed or getting the equivalent optimization of (-fast) in a different way ?
Thanks very much,
Jack.