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

Configuring ifort after install?

NMoor2
Beginner
1,013 Views

I recently installed ifort (version 2019, update 2) on an i7 computer running Scientific Linux 7 (this is Red Hat 7, recompiled and released for high-energy physics folks). Install went ok and ifort is present in /opt/intel/bin, but the software paths don't seem to be configured properly. ie, when I run "ifort" from the command line, the shell responds that the command isn't found.

 

Running the config scripts doesn't seem to help, eg

[root@toulouse ~]# cd /opt/intel/bin/

[root@toulouse bin]# ./ifortvars.sh -arch intel64 -platform linux

[root@toulouse bin]# ifort

bash: ifort: command not found...

Also

[root@toulouse parallel_studio_xe_2019]# pwd

/opt/intel/parallel_studio_xe_2019

[root@toulouse parallel_studio_xe_2019]# ./psxevars.sh

Intel(R) Parallel Studio XE 2019 Update 2 for Linux*

Copyright (C) 2009-2019 Intel Corporation. All rights reserved.

[root@toulouse parallel_studio_xe_2019]# ifort

bash: ifort: command not found...

 

Apologies, as this is probably the wrong forum to ask in.

 

0 Kudos
0 Replies
Reply