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 .
$ 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

Monday, March 30, 2009

Fedora 9, OpenMPI, Amber11, oh mine!

Prerequisites for Amber11 on Fedora:
  1. gcc
  2. 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.)
  3. Intel Fortran (gfortran, g95 also work, but ifort is better)
  4. Intel Math Kernel
  5. openmpi-devel
(To be continue)

Sunday, December 02, 2007

Links for intel compiler

http://molesterwaterball.blogspot.com/2007/11/intel-compiler-101-windows-server-2003.html