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
Testing the new Intel LLVM 2024.2.1 on Rocky8 (AWS EC2) and latest space-stack develop. When building the JEDI bundle, the MOM6 library gets re-linked and it segfaults:
/usr/bin/ar: Relink `/opt/intel/oneapi/compiler/2024.2/lib/libimf.so' with `/lib64/libm.so.6' for IFUNC symbol `cosf'Error running link command: Segmentation faultmake[3]: *** [soca/mom6/CMakeFiles/mom6.dir/build.make:4297: soca/mom6/libmom6.a] Error 1make[3]: *** Deleting file 'soca/mom6/libmom6.a'make[2]: *** [CMakeFiles/Makefile2:29719: soca/mom6/CMakeFiles/mom6.dir/all] Error 2make[1]: *** [CMakeFiles/Makefile2:29787: soca/src/soca/CMakeFiles/soca.dir/rule] Error 2make: *** [Makefile:11275: soca] Error 2
There is no problem with this on Ubuntu 24.04.
To Reproduce:
What compilers/machines are you seeing this with? Intel LLVM (icx, with ifort) 2024.2.1
Give explicit steps to reproduce the behavior.
This is strictly testing on a Rocky8 AWS instance so it may not happen on the HPCs running Rocky8. I can provide my Rocky8 instance for testing/analysis if desired.
For now, this can be backlogged into icebox unless an HPC sees this issue.
Description
Testing the new Intel LLVM 2024.2.1 on Rocky8 (AWS EC2) and latest space-stack develop. When building the JEDI bundle, the MOM6 library gets re-linked and it segfaults:
There is no problem with this on Ubuntu 24.04.
To Reproduce:
What compilers/machines are you seeing this with? Intel LLVM (icx, with ifort) 2024.2.1
Give explicit steps to reproduce the behavior.
Additional context
This is strictly testing on a Rocky8 AWS instance so it may not happen on the HPCs running Rocky8. I can provide my Rocky8 instance for testing/analysis if desired.
For now, this can be backlogged into icebox unless an HPC sees this issue.
I would consider this a super low priority issue.
Output
The text was updated successfully, but these errors were encountered: