Funktionen

Print[PRINT]
.  Home  .  Projekte  .  ATV2 Cluster  .  Software
  • Installing some basic utilities
    apt-get update
    apt-get install make ldid zip unzip wget vim nano mc gawk top
  • Installing a GCC toolchain
    wget http://apt.saurik.com/debs/libgcc_4.2-20080410-1-6_iphoneos-arm.deb
    Obtain system headers
    dpkg -i libgcc_4.2-20080410-1-6_iphoneos-arm.deb
  • Installing MPI
    wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.3.2/mpich2-1.3.2.tar.gz
    tar -xzvf mpich2-1.3.2.tar.gz
    mkdir -p mpich2_build
    cd mpich2_build
    ../mpich2-1.3.2/configure --prefix=/var/mpich --with-pm=hydra --with-device=ch3:sock --enable-strict=posix --disable-f77 --disable-fc --with-atomic-primitives=no
    mkdir -p /var/mpich
    make
    make install
  • Installing perl
    wget http://coredev.nl/cydia/coredev.pub
    apt-key add coredev.pub
    echo 'deb http://coredev.nl/cydia iphone main' > /etc/apt/sources.list.d/coredev.nl.list
    apt-get update
    apt-get install perl
  • Installing emacs
    wget http://gamma-level.com/cydia/emacs-23.1-2.deb
    dpkg -i emacs-23.1-2.deb
  • Installing SMB
    wget http://apt.saurik.com/debs/samba_3.2.7-4_iphoneos-arm.deb dpkg -i samba_3.2.7-4_iphoneos-arm.deb

Here is a screenshot of the cluster running a small MPI test application which just prints the hostname, executed on four nodes of the cluster.