Issue 126084
Summary [flang] `NO WAIT` is also a `NOWAIT`
Labels flang
Assignees
Reporter pawosm-arm
    In huge HPC projects like https://github.com/OpenRadioss/OpenRadioss some of the OpenMP directives use different spelling for `NOWAIT`, see: https://github.com/OpenRadioss/OpenRadioss/blob/d271d5b5f3e5f74a4fd8153f817c6a063a0e8d0e/engine/source/assembly/depla.F#L91

...and many other places across the entire project. Flang cannot compile this until all the occurrences are replaced with `NOWAIT`, other compilers don't complain. It is important that Flang is being able to compile large HPC projects like this one out of the box.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to