Personal tools
You are here: Home / About Us / Facilities / RZ AMD

RZ AMD

AMD cluster at RWTH Computing Center (RZ)

Icon Sun V40z

Hardware

  • 256 total CPUs and 512 GB total RAM:

Links

Sample SGE batch job file

#!/usr/bin/ksh
#$ -l ostype=linux
#$ -pe mpi_linux_amd64_v40z 8
#$ -l h_rt=0:05:00 -l h_vmem=400M
#$ -o run.qout -j y -N test
. mpich.init -arch LINUX32
cd $SGE_O_WORKDIR
mpirun -np $NSLOTS -machinefile ${SGE_MACHINES}.mpich $HOME/bin/i386/xns

Parallel environments

A list of available parallel environments can be obtained with qconf -spl. Especially interesting is mpi_linux_amd64_v40z_je4tasks which forces SGE to allocate only sets of 4 CPUs comprising a node. That can increase queueing time but reduce competition with other jobs.

Growing pains

XNS is not very well-behaved on the AMD cluster, crashing randomly with messages resembling:

p0_2336: (175.094079) net_recv failed for fd = 12
p0_2336:  p4_error: net_recv read, errno = : 104

« May 2013 »
May
MoTuWeThFrSaSu
12345
6789101112
13141516171819
20212223242526
2728293031