Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Error message after fresh install

rsander5
Beginner
457 Views
Group,

I just installed version 7 on redhat 7.3. When I try to compile a fortran routine the compiler comes back with the error message:
Compiler driver / backend version mismatch: unset != 700
Be sure compiler driver and backend programs are in the same directory.

I tried to use the standard installs. I placed the compiler in:
/opt/intel/compiler70

Any help would be appreicated
Thanks
Bob
0 Kudos
1 Reply
Martyn_C_Intel
Employee
457 Views
Be sure to update the compiler environment variables by
source /opt/intel/compiler70/ia32/bin/ifcvars.sh
If that doesn't help, you might also try fully uninstalling the compiler, verify that files in /opt/intel/compiler70/ia32/bin such as ifc, ifcbin, fpp and f90com have been removed, and reinstall and reset the environment as above.

Martyn
0 Kudos
Reply