Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Intel ifx compiler (IntelLLVM) #336

Open
bd4 opened this issue Dec 16, 2021 · 2 comments
Open

support Intel ifx compiler (IntelLLVM) #336

bd4 opened this issue Dec 16, 2021 · 2 comments

Comments

@bd4
Copy link

bd4 commented Dec 16, 2021

The CMAKE_Fortran_COMPILER_ID for ifx is IntelLLVM instead of Intel. To get pFUnit to build, I just copied cmake/Intel.cmake to cmake/IntelLLVM.cmake and it works.

@bd4
Copy link
Author

bd4 commented Jan 31, 2022

The pFUnit_demos unfortunately do not run with ifx - I get the following error even for the Trivial set:

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image              PC                Routine            Line        Source             
my_tests           0000000000428E3A  for__signal_handl     Unknown  Unknown
libpthread-2.31.s  00007F40FB4E83C0  Unknown               Unknown  Unknown
my_tests           00000000004C546C  __intel_avx_rep_m     Unknown  Unknown
libfunit.so        00007F40FC31D40B  pf_testsuite_mp_c     Unknown  Unknown
libfunit.so        00007F40FC8043DC  funit_mp_generic_     Unknown  Unknown
libfunit.so        00007F40FC8014DC  funit_mp_run_         Unknown  Unknown
libfunit.so        00007F40FC806CDA  funit_main_           Unknown  Unknown
my_tests           0000000000415B62  Unknown               Unknown  Unknown
libc-2.31.so       00007F40FB3080B3  __libc_start_main     Unknown  Unknown
my_tests           0000000000415A6E  Unknown               Unknown  Unknown

@bd4
Copy link
Author

bd4 commented Jan 31, 2022

This may very well be a bug in ifx, but seems useful to document progress here in case anyone else is using pFUnit with ifx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant