- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hallo!
I'm completely new with Fortran, and I have some problem...
I have a makefile with a makeconfig.mk that contain the calls of the library,
it compile correctly but when I lunch the executible file the error in the title come out.
That file exist in the installation folder of fortran (I have the xe 2013.2.146) but it seems that the program can't read the folder where it is
here there's someone who could help me?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when you run the code, you need LD_LIBRARY_PATH env var to point to the directory with the Intel runtime libraries.
source /opt/intel/bin/compilervars.sh intel64
sets this. you can put this in your ~/.bashrc file to make it automatic when you login.
ron

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