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

I have some questions

aerojin84
Beginner
386 Views

I have some question concerning difference of PGI compiler and Intel compiler

I tried to change PGI compiler to Intel compiler with test.

But I have some problem. The problems are observed at MPI communication. Main error message is followings.

p4_error: interrupt SIGSEGV: 11

This error is occurred including the subroutine. But this subroutine operates at PGI compiler

But this program doesn't operate including this subroutine.

Help me

Thank you

0 Kudos
1 Reply
joseph-krahn
New Contributor I
386 Views
Perhaps you are linking the Intel-compiled program to a PGI-compiled MPI library. You cannot mix Fortran binaries. The MPI library also must be compiled by Intel Fortran.
0 Kudos
Reply