Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

fortran on linux

jonhdoe
Beginner
360 Views
how do i link on linux intel fortran compiler 10.1.015 with vni/imsl library?

is it correct?

source /opt/intel/fc/10.1.015/bin/ifortvars.sh
source /usr/local/vni/imsl/fnl600/lnxin100i32/bin/fnlsetup.sh
$F90 -o a.out $FFLAGS omega.f90 $LINK_FNL
0 Kudos
1 Reply
Steven_L_Intel1
Employee
360 Views

As we don't provide IMSL for Linux (just Windows Fortran), I suggest that you ask this in the Visual Numerics IMSL forum. I know what the answer would be on Windows but not for Linux.

0 Kudos
Reply