- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page