IT memo

Setting up isotope.ccsr.u-tokyo.ac.jp

specification

Name: isotope
IP: 157.82.233.153
Body: HP Z600
CPU: Xeon E5520 (2.26GHz, quad core) x2
RAM: 6GB
HDD: 1TB x2
OS: RedHat Enterprise Linux 5 (Server)

RHEL 5.4

Multi languages and Developer's tools can be installed later by "Applications" -> "Add/Remove Software" -> "Languages" or "Development".

softwares

Intel compilers (11.1)

http://software.intel.com/en-us/articles/non-commercial-software-download/ からIntel® Compiler Suite Professional Edition for Linuxを選び、ダウンロード。解凍後 、install.shを起動する。

MPICH1.2.7

./configure --enable-debug --prefix=/usr/local/mpich -rsh=/usr/bin/ssh
make
su
make install
  • $MPICHDIR/exampleのhello++.ccのコンパイルでなぜか止まるが、実用上は問題なし。
  • $HOME/.ssh/authorized_keysに$HOME/.ssh/id_rsa.pubもしくはid_dsa.pubを追加しておくことが必要。

NetCDF4.0.1

setenv FC ifort
setenv CC icc
setenv CXX icc
setenv CPPFLAGS -DpgiFortran
./configure --prefix=/usr/local/netcdf
make
su
make install