Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

XE 2020 beta issue

seman__michael
Beginner
796 Views

I download and installed the "technical preview" in Debian 10 linux.

But when you try the ifortvars.sh script it fails badly.

It seems not to pass on the arch or platform to the other child scripts

ippvars.sh daalvars.sh et cetera

So I suppose I have to figure out the PATH and LD_LIBRARY_PATH myself and code that into my .bashrc

0 Kudos
1 Reply
Michael_S_17
New Contributor I
796 Views

On Ubuntu (16.04) I do simply source the compilervars.sh and add the PATH of my source code files, like that:

cd /home/ms/intel1/bin
source compilervars.sh intel64
PATH=$PATH:/home/ms/00_190219_MySourceCodes
export PATH

0 Kudos
Reply