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

Installation went smooth until ... source

Florent_C_
Beginner
1,623 Views

Hi,

I installed the Intel Fortran Compiler on my Debian 32 bits.

The installation went well until the point where I need to:

source install-dir.bin/ifortvars.csh (and.sh) ia32

where this error appears:

LANGUAGE_TERRITORY:  Undefined variable

and I'm not able to use the ifort

any clues ??

best regards,

0 Kudos
6 Replies
Ron_Green
Moderator
1,623 Views
what shell are you using? echo $0 will tell you this information. Also, is this a US English language system or have you set a different locale ( env vars LANG, LC_ALL, etc.) ron
0 Kudos
Florent_C_
Beginner
1,623 Views
Hi, I use a tcsh shell. My debian was originally a german version but I change the local settings to english, with the help of dpkg trvonfigure locales. Is that the problem ? thanks
0 Kudos
Ron_Green
Moderator
1,623 Views
it probably is the language/locale. tcsh should be ok with source /opt/intel/bin/compilervars.csh ia32 However, we do not test against tcsh so it is possible there is something incompatible.
0 Kudos
Bob_H_1
Beginner
1,623 Views

You are not testing this? Well, it also shows up with RHEL6.

Are you serious? _I_ choose between bash and tcsh (at the very least), not you.

0 Kudos
James_B_2
Beginner
1,623 Views

Bob- Did you ever find a solution for this?  I am having the same problem with RHEL 6.

0 Kudos
mecej4
Honored Contributor III
1,623 Views
Bob H. wrote:
Are you serious? _I_ choose between bash and tcsh (at the very least), not you.
Certainly, we can all use our favorite shell for routine work. However, I don't see it as a hardship if a vendor stipulates using a different shell just for a one-time installation. Is it not better for the vendor to do thorough testing on the system default shell rather than test (less thoroughly, perhaps) on a number of different shell and Linux distro combinations? In Windows, we rarely get to stipulate which installer package is used, so why is this a major issue in Linux?
0 Kudos
Reply