Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Help with Intel fortran building error with PETSc

Wee_Beng_T_
Beginner
504 Views

Hi,

I am using ifort version 15.0.1 to compile and build my code with the open source PETSc and MPI

Compiling has no error msg but during building, I got the errors below, though in the end the build completed with a working a.out. However, I'm still worried there's some underlying problems. What do these errors mean?

ipo: warning #11021: unresolved xcb_connection_has_error
        Referenced in /usr/lib64/libX11.so
 

 

 

 

0 Kudos
3 Replies
Wee_Beng_T_
Beginner
504 Views

Here are some more errors such as:

ipo: warning #11021: unresolved xcb_connection_has_error
        Referenced in /usr/lib64/libX11.so
 

 

ipo: warning #11021: unresolved __xmlGenericError
        Referenced in /app1/centos6.3/Intel/mvapich2-2.1/lib/libmpi.so

 

However, I can't post them since it says:

Your submission has triggered the spam filter and will not be accepted. If you feel this is in error, please report that you are blocked.

 

0 Kudos
Steven_L_Intel1
Employee
504 Views

It looks as if you need to add some additional library to the link step.  I don't know which library defines those symbols.

0 Kudos
Wee_Beng_T_
Beginner
504 Views

ok thanks anyway.

0 Kudos
Reply