- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed l_fcompxe_2011.6.233 following the commands given in http://www.webmo.net/support/ifort11.html. But to run my program I require Math Kernel libraries -lmkl_lapack, -lmkl_ia32, -lguide which I think is not included in this package. I want to use something like
#Intel fortran 8, check you have the latest update from the Intel web pages
#See Makefile_intel for ifc 7.1 or lower (some versions have problems)
F90C = ifort
#FFLAGS = -O2 -Vaxlib -ip -W0 -WB -openmp -fpp
FFLAGS = -O2 -ip -W0 -WB -openmp -fpp
LAPACKL =-L/opt/intel/mkl/include/fftw -lmkl_lapack -lmkl_ia32 -lguide -lpthread
It will be great help if somecan can tell me from where I can get this.
#Intel fortran 8, check you have the latest update from the Intel web pages
#See Makefile_intel for ifc 7.1 or lower (some versions have problems)
F90C = ifort
#FFLAGS = -O2 -Vaxlib -ip -W0 -WB -openmp -fpp
FFLAGS = -O2 -ip -W0 -WB -openmp -fpp
LAPACKL =-L/opt/intel/mkl/include/fftw -lmkl_lapack -lmkl_ia32 -lguide -lpthread
It will be great help if somecan can tell me from where I can get this.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually makefiles written for an older version of a compiler need review and modification to make them suitable for use with a newer compiler release. In this case we have a makefile for IFort 8.x being used with IFort 12.x.

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