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

Problems after installing w_fc_pu_8.1.023

champagn
Beginner
659 Views
I just installed w_fc_pu_8.1.023 and W_CC_PU_8.1.020. When I tried to build a Fortran program, it couldn't link to any of the methods in the libraries.

I rebuilt the libraries as a guess to solving the problem, but it didn't work.

Does anyone know why linking to libraries would be a problem with this latest release?

Thanks.
0 Kudos
4 Replies
hansr
Beginner
659 Views
Sorry, my library-link works.
Hans
0 Kudos
Steven_L_Intel1
Employee
659 Views
What sort of errors are you seeing? I can't think of anything that would have changed in this area. If you can't solve it, please submit an example to Premier Support.
0 Kudos
champagn
Beginner
659 Views
There is a single error type, so far, that occurs multiple times:

mpi.obj : error LNK2019: unresolved external symbol _mpi_init referenced in function _gpinfo

I'm in the process of trying to reproduce the error with simple code. I've been able to link to a Fortran library. However, I have not been able to link to a C/C++ library yet. If I find something definite, I'll submit it to Support.
0 Kudos
champagn
Beginner
659 Views
My preliminary results indicate that the "Upper Case" setting in the Project Property window (Configuration Properties -> Fortran -> External Procedures -> Name Case Interpretation) is interpreted as "Lower Case." I'm organizing the code for submission to Support.
0 Kudos
Reply