I built the client from source (version 5.10.17); here is the installer:
boinc_5.10.17_powerpc-unknown-linux.sh. The SIMAP clients are available on the
SIMAP download page. You need
simap_5.10_powerpc-unknown-linux and
hmmer_5.09_powerpc-unknown-linux.
You will need an app_info.xml file (you can just grab
simap_app_info.xml and rename it to app_info.xml in your projects/boinc.bio.wzw.tum.de_boincsimap directory
after attaching to SIMAP.
Note that I built the client on a Fedora 7 system, not Yellow Dog, so you may have dynamic library issues. If you build the client from source yourself, you're going to have to add --with-boinc-platform=powerpc-unknown-linux to your configure options. The SIMAP clients are 32-bit, so you're going also need the 32-bit libraries installed: # ldd hmmer_5.09_powerpc-unknown-linux
linux-vdso32.so.1 => (0x00100000)
libm.so.6 => /lib/libm.so.6 (0x0fd40000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0fcd0000)
libc.so.6 => /lib/libc.so.6 (0x0fe20000)
/lib/ld.so.1 (0x0ffc0000)
# ldd simap_5.10_powerpc-unknown-linux
linux-vdso32.so.1 => (0x00100000)
libm.so.6 => /lib/libm.so.6 (0x0fd40000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0fcd0000)
libc.so.6 => /lib/libc.so.6 (0x0fe20000)
/lib/ld.so.1 (0x0ffc0000) You're also going to want to either set <max_cpus>1</max_cpus> in your global_prefs_override.xml file or set <ncpus>N</ncpus> in your cc_config.xml file to make it only use one of the PPE cores.