You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the typo, WRF 4.5.X do not compile with AOCC.
make[1]: [Makefile:34: em_real] Error 1 (ignored)
ld.lld: error: -mllvm: ld.lld: Unknown command line argument '-vectorize-noncontigous-memory-aggressively'. Try: '/opt/npad/shared/spack-v.0.21.0/opt/spack/linux-rocky8-zen/aocc-4.0.0-e44fzvu2tzd5sxxgoi3ce25awgmledsf/bin/ld.lld --help'
ld.lld: Did you mean '--vectorize-non-contiguous-memory-aggressively'?
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
Command exited with non-zero status 1
The text was updated successfully, but these errors were encountered:
The recipe which is available tested with AOCC 3. Yes, in AOCC4, this flag has been changed to "--vectorize-non-contiguous-memory-aggressively". There is no typo in AOCC flags.
Because of the typo, WRF 4.5.X do not compile with AOCC.
make[1]: [Makefile:34: em_real] Error 1 (ignored)
ld.lld: error: -mllvm: ld.lld: Unknown command line argument '-vectorize-noncontigous-memory-aggressively'. Try: '/opt/npad/shared/spack-v.0.21.0/opt/spack/linux-rocky8-zen/aocc-4.0.0-e44fzvu2tzd5sxxgoi3ce25awgmledsf/bin/ld.lld --help'
ld.lld: Did you mean '--vectorize-non-contiguous-memory-aggressively'?
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
Command exited with non-zero status 1
The text was updated successfully, but these errors were encountered: