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.
29281 Discussions

undefined symbol: _intel_fast_memtest

jft27
Beginner
532 Views

Hi,
wow not having a good week with fortran and it's only Tuesday!

Just updated my fortran compilers to l_fc_c_9.0.031 off the website and now when I try to run any code that it has compiled, or any code that was already compiled by the lasst version, I get the error

undefined symbol: _intel_fast_memtest

Rather suggestive that I've broken the libraries... I've tried reinstalling. Any suggestions?

thanks
Jeremy

0 Kudos
1 Reply
TimP
Honored Contributor III
532 Views
If you are using one of the Intel compilers (ifort, icc, icpc) to drive the link, libirc should be linked always from the run-time library provided with the compilers. If 'ifort yourcode.f -lirc' works, that would be evidence of a small bug, as -lirc should happen automatically. If your library installation and environment variable settings aren't right, this should give you a message about not finding libirc.
0 Kudos
Reply