- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can not installing fortran l_fc_p_10.1.015_intel64.tar.gz on my
computer. the OS is debian 4 etch. When I run ./install.sh then system display :
proceeding as a root user...
secore.new: ChannelMessage.cpp:134: int CChannelMessage::Init(const CEasyString&): Assertion `configNode != __null' failed.
./install.sh: line 346: 7260 Abandon $install_prog $@
Please help me.
computer. the OS is debian 4 etch. When I run ./install.sh then system display :
proceeding as a root user...
secore.new: ChannelMessage.cpp:134: int CChannelMessage::Init(const CEasyString&): Assertion `configNode != __null' failed.
./install.sh: line 346: 7260 Abandon $install_prog $@
Please help me.
Link Copied
12 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See the "Hot Tips" section,
http://software.intel.com/en-us/forums//topic/58435
there are tips for Ubuntu 7.10 and 8.04 which are equally applicable to Debian. You need to make sure you have g++, gcc, and libstdc++.so.5 configured before you install.
let us know if this helps.
ron
http://software.intel.com/en-us/forums//topic/58435
there are tips for Ubuntu 7.10 and 8.04 which are equally applicable to Debian. You need to make sure you have g++, gcc, and libstdc++.so.5 configured before you install.
let us know if this helps.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your reponse. I read read the 'Ho Tip' section and I install g++, gcc, and libstdc++.so.5. When I type ldd chklic.em64t I ahve this:
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7fb8000)
libm.so.6 => /lib32/libm.so.6 (0xf7f94000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7f89000)
libc.so.6 => /lib32/libc.so.6 (0xf7e5d000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7e59000)
/lib/ld-linux.so.2 (0xf7fdf000)
I don't know what I have to do
KRE
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7fb8000)
libm.so.6 => /lib32/libm.so.6 (0xf7f94000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7f89000)
libc.so.6 => /lib32/libc.so.6 (0xf7e5d000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7e59000)
/lib/ld-linux.so.2 (0xf7fdf000)
I don't know what I have to do
KRE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
KRE,
There was a similar issue from one customer last November. What version of gcc/cpp do you have? is it 4.1.1? If so, try to upgrade to at least 4.2.1 - this fixed the problem with the other user.
Also, what locale are you using and is it non-English? What is the output of:
locale
As another workaround, try this:
1. First, please ensure that your most recent license for your serial number is available on your system under /opt/intel/licenses. You get your license by registering your serial number at https://registrationcenter.intel.com
2. Next, try installing using the following command:
./data/install_fc.sh --run
(This command assumes your working directory is the directory where you expanded the compiler's tar.gz file)
ron
There was a similar issue from one customer last November. What version of gcc/cpp do you have? is it 4.1.1? If so, try to upgrade to at least 4.2.1 - this fixed the problem with the other user.
Also, what locale are you using and is it non-English? What is the output of:
locale
As another workaround, try this:
1. First, please ensure that your most recent license for your serial number is available on your system under /opt/intel/licenses. You get your license by registering your serial number at https://registrationcenter.intel.com
2. Next, try installing using the following command:
./data/install_fc.sh --run
(This command assumes your working directory is the directory where you expanded the compiler's tar.gz file)
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ron,
Thank you very much. the locale result is french (fr_FR.UTF-8). I try the commande ./data/install_fc.sh --run and I could install finally. It run very well.
Thank You
KRE
Thank you very much. the locale result is french (fr_FR.UTF-8). I try the commande ./data/install_fc.sh --run and I could install finally. It run very well.
Thank You
KRE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
one last question, if I may: Was your gcc at version 4.1.1?
This is important for us to understand and fix this problem.
thank you, and I am glad I could help.
ron
This is important for us to understand and fix this problem.
thank you, and I am glad I could help.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I type gcc --version The system display:
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I hava an another problem. When I compile my program whith or without the option -O2 the system dysplay: remark: LOOP WAS VECTORIZED.. Do you help me.
Thank you
Kre
I hava an another problem. When I compile my program whith or without the option -O2 the system dysplay: remark: LOOP WAS VECTORIZED.. Do you help me.
Thank you
Kre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"Loop was vectorized" is an informational message that indicates a loop found in your code was able to be optimized via vectorization, which improves the performance of your application. So this is a good message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thank you for the response.
KRE
Thank you for the response.
KRE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are probably wondering why you are getting vectorization without using a O option to set an optimization level. By default, the optimizaiton level with our compilers is -O2, which includes vectorization.
If you are on an Intel processor-based Mac OS* X system, vectorization is always on by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how can i get the l_fc_p_10.1.015_intel64.tar.gz?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://software.intel.com/en-us/articles/older-version-product
https://software.intel.com/en-us/articles/which-older-compiler-versions-are-available-on-intel-registration-center
As the earlier replies indicate, ifort 10.1 would require a g++ 4.4 installation. Such an old compiler would not be suitable for a more up to date linux installation, particularly since icc 12 and newer should recognize the peculiar non-lsb organization of Debian and Ubuntu, which are particularly strange in the x86_64 variants.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page