Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29236 Discussions

Error when compiling with Intel oneapi error #5633:

YuwenZilin
Beginner
835 Views

I'm compiling VASP 6.4.3 with Intel Oneapi 2023.1.0 and I'm getting an error during compilation.

 

ifx -free -names lowercase -assume byterecl -w -xHOST -O2 -I/opt/intel/oneapi/mkl/2023.1.0/include/fftw -I/opt/hdf5/include -c greens_real_space.f90 #0 0x0000000001f63112 #1 0x0000000001fc5727 #2 0x0000000001fc5850 #3 0x00000e8f3de45330 #4 0x0000000001d086bb #5 0x0000000001d6cb4a #6 0x0000000001d46c09 #7 0x0000000001d673dd #8 0x0000000001d46e05 #9 0x0000000001d73fda #10 0x0000000001d6bbcb #11 0x0000000001d46b5e #12 0x0000000001d43606 #13 0x0000000001d428d5 #14 0x0000000001dc502d #15 0x0000000001fac6b3 #16 0x0000000001eb4e45 #17 0x00000000020797c5 #18 0x00000e8f3de2a1ca #19 0x00000e8f3de2a28b __libc_start_main + 139 #20 0x0000000001cf1729 greens_real_space.f90: error #5633: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error. 

 

 

Labels (2)
0 Kudos
1 Reply
andrew_4619
Honored Contributor III
809 Views

To get that analysed and a bug logged (an ICE is always a bug) you will need to post a reproducer code. I note a "VASP" download requires a licence. What I would suggest is progressively (binary chop method) remove routine(s) from the source file to isolate the routines that trigger the ICE. You then may be able to post a simple/short code sample that reproduces the issue.

 

Reply