$ wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_amd64.deb $ sudo dpkg --install libstdc++5_3.3.6-17ubuntu1_amd64.deb
Showing posts with label Compiler. Show all posts
Showing posts with label Compiler. Show all posts
Wednesday, December 15, 2010
Ubuntu 10.04 LTS and ifort 11 (x86_64)
Basically you need libstdc++.so.5, thus you can follow the steps in http://www.hackourlives.com/ubuntu-10-04-lucid-lynx-libstdc-so-5/ . My experience on this for my x86_64 virtualbox was that you might not need the 32bit library at all, if you don't have /usr/lib32 .
Monday, March 30, 2009
Fedora 9, OpenMPI, Amber11, oh mine!
Prerequisites for Amber11 on Fedora:
- gcc
- libXt-devel libX11-devel libICE-devel libSM-devel libXext-devel (on some configuration, you might not have the right version of architecture for the *-devel package, please make sure that's correct.)
- Intel Fortran (gfortran, g95 also work, but ifort is better)
- Intel Math Kernel
- openmpi-devel
Sunday, December 02, 2007
Links for intel compiler
http://molesterwaterball.blogspot.com/2007/11/intel-compiler-101-windows-server-2003.html
Subscribe to:
Comments (Atom)