Joe’s Blog!

Joe’s Blog! header image 4

Entries from May 2008

NVIDIA GPU/CUDA Based Supercomputer.

May 31st, 2008 · No Comments

Check out this sweet machine that the University of Antwerp built.

http://www.youtube.com/watch?v=DnIvodB2RzU

[Read more →]

Tags: Clustering

Ratatat.

May 30th, 2008 · No Comments

I posted this video of the new Ratatat track over at musicsucks.net. It’s so flippin’ good I’ll post it here too.

http://www.youtube.com/watch?v=Fk8qcGOtBFw

[Read more →]

Tags: Uncategorized

Ganglia, gexec, authd and libe Install Procedure.

May 30th, 2008 · No Comments

Install Ganglia

wget http://voxel.dl.sourceforge.net/sourceforge/ganglia/ganglia-3.0.7-1.src.rpm
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum install libpng-devel libart_lgpl-devel rrdtool-devel freetype-devel rrdtool-devel
rpmbuild –rebuild ganglia-3.0.7-1.src.rpm
rpm -ivh /usr/src/redhat/RPMS/x86_64/ganglia-gmetad-3.0.7-1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/ganglia-gmond-3.0.7-1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/ganglia-devel-3.0.7-1.x86_64.rpm
Install libe
wget http://www.theether.org/libe/libe-0.3.0-1.src.rpm
rpmbuild –rebuild libe-0.3.0-1.src.rpm
rpm -ivh /usr/src/redhat/RPMS/x86_64/libe-0.3.0-1.x86_64.rpm
Install authd
yum install openssl-devel
wget http://www.theether.org/authd/authd-0.2.2-1.src.rpm
rpmbuild –rebuild authd-0.2.2-1.src.rpm
You will run into an error like the following, don’t worry about it we clean it up next.
Installing authd-0.2.2-1.src.rpm
warning: user bnc does not exist - [...]

[Read more →]

Tags: Clustering · Linux

gexec Success!

May 30th, 2008 · No Comments

I was finally able to get a clean build of gexec with the ‘–with-ganglia’ option. Here’s what I did:
I downloaded the tarball available at http://therealms.org/oss/ganglia/gexec-0.3.8.tar.gz (thanks to Bernard on the Ganglia mailing list). Then run:
rpmbuild -tb gexec-0.3.8.tar.gz
This created a RPM and SRPM, the RPM can be deleted and I installed the SRPM. Should be located [...]

[Read more →]

Tags: Clustering · Linux

Is It You Or Me Ganglia?

May 29th, 2008 · No Comments

So I began building a new head cluster node in a KVM, just as a test run and to refine my methodology. I decided to drop Unicluster due to an unresolved issue, this time around I decided to install everything myself. … Java, check … Hadoop, check … Pig, check … Grid Engine, check … [...]

[Read more →]

Tags: Clustering