I have downloaded intel fortran compiler from intel website, but during its installation on opensuse 11.0, I receive the following message:
Missing optional pre-requisite
– cannot determine operating system type
– system glibc or kernel version not supported or not detectable
– binutils version not supported or not detectable
And if I ignore the message, the installed compiler could not be executed.
Follow the link and click the one click install. As for keeping or not keeping the repo it is your choice. If you keep it and it gets updated you’ll get the fix, but without looking at the repo you don’t know what else it may update.
sorry me for the silly question! I simply didn’t notice the link of “webpin”!!!
I have a question about compiling my code with f77. now I have compiled the code with gfortran, but some utilities of the code produce errors with gfortran.
Now that I have f77 how could I compile the file with it since I could not find the compiler executable like gfortran.
I installed intel fortran compiler successfully, even though there were some warnings about os and kernel and glibc versions.
you just have to ignore tham and installation somehow continues.
maybe you should try download latest version of intel fortran?
the thing that dissapoints is that compatibility is not full, and though this ifort works, it doesn’t parallel the code and so on. On opensuse 10.3 long time ago it was much better. afterwards intel stopped opensuse-compatibility (((
You are getting the error because of mismatch of the compiler with the kernel version.
probably it can be ignored, but it will ask - whether you want to install the intel compiler without any support. You can go ahead, for this you have to enter the proper number (i think 3) and see, if everything gets installed.
I doubt that - it will fail in installation of idb.
I encountered similar problem, but after proper updating of libstdc file, my problem got resolved.
Please I m having same problem here. I m a total newbie pls and will appreciate ur guide pls. I have installed the intel compiler 11.1 on opensuse 11.1 and done the source bit. but its still wont compile a simple test pls what do i do next.