Open jimc101 opened 2 years ago
When compiling FVCOM using recent releases of mpiifort, we have encountered the error:
swmod2.f90(115): error #7844: Invalid directive. !$OMP& KM_WAM, KM01, SIGM_10, SIGM01) ^ compilation aborted for swmod2.f90 (code 1) make: *** [makefile:43: swmod2.o] Error 1
The problem seems to relate to this issue, and can be fixed by adding the compiler flag “-qno-openmp-simd” to the make include OPT variable. Is this the right fix?
When compiling FVCOM using recent releases of mpiifort, we have encountered the error:
The problem seems to relate to this issue, and can be fixed by adding the compiler flag “-qno-openmp-simd” to the make include OPT variable. Is this the right fix?