Kito1980
September 8th, 2008, 05:02 PM
Hi everyone. I'm really newbie in ubuntu and I have a problem installing Intel Fortran compiler.
I followed all instructions of this page
http://registrationcenter-download.intel.com/irc_nas/1208/l_fc_p_10.1.018_INSTALL.htm
however, I have the problem in the section "Setting Up the Compiler Environment", specifically when is written "It is strongly recommended that you add those script files into your login script (.login file)."
I don't know where is "my login script". Anyone could help me to find it and tell me what thing I should write inside of this file?
Thank you.
RESOLVED by kjohansen and jeremytaylor
Thank you for help me, you were really nice.
As summary:
1.- I found my ".bashrc" file in "/home/<my-login-name>". Because it's a hidden file, I had to push "Ctrl+H" to see it.
2.- I added in the end of the file ".bashrc" the following lines:
source /opt/intel/fc/10.1.018/bin/ifortvars.sh
source /opt/intel/idb/10.1.018/bin/idbvars.sh
3.- Restart my laptop, and it's work.
I followed all instructions of this page
http://registrationcenter-download.intel.com/irc_nas/1208/l_fc_p_10.1.018_INSTALL.htm
however, I have the problem in the section "Setting Up the Compiler Environment", specifically when is written "It is strongly recommended that you add those script files into your login script (.login file)."
I don't know where is "my login script". Anyone could help me to find it and tell me what thing I should write inside of this file?
Thank you.
RESOLVED by kjohansen and jeremytaylor
Thank you for help me, you were really nice.
As summary:
1.- I found my ".bashrc" file in "/home/<my-login-name>". Because it's a hidden file, I had to push "Ctrl+H" to see it.
2.- I added in the end of the file ".bashrc" the following lines:
source /opt/intel/fc/10.1.018/bin/ifortvars.sh
source /opt/intel/idb/10.1.018/bin/idbvars.sh
3.- Restart my laptop, and it's work.