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.
29285 Discussions

Environment variables in Ubuntu 11.10

jimstehrman
Beginner
748 Views
Hello,

I have recently installed the most current 64-bit version of the commercial intel linux fortran compiler on Ubuntu 11.10. The install went smoothly, and I activate the product with the provided software key.
In the final step where you set the environment variable using

sudo ./compilervars.sh intel64

I get no response from the terminal and the command "ifort" will not call the compiler.
I've heard you can set the path variable through editing .bashrc, however I'm not sure what path to give it.

Thanks!
0 Kudos
2 Replies
TimP
Honored Contributor III
748 Views
That would be
source /compilervars.sh intel64
When you have the command working from the keyboard, you can add it to .bashrc if you so choose.
0 Kudos
jimstehrman
Beginner
748 Views
worked! Thanks!
0 Kudos
Reply