From: Thomas E. <eck...@gm...> - 2004-07-18 09:24:29
|
On Sat, 17 Jul 2004, Michal Jaegermann wrote: > I am trying to get bproc cluster running on 64-bit Opterons with > a kernel based on 2.6.6 and patched up bproc-4.0.0pre5. Front end > is running Fedora Core 2 distro plus support. That > hardware/software combo seems to limit my choices to that bproc > version. (...) > ls[199] general protection rip: 3a1cd0ada7 rsp: 7fbffff010 I saw similar errors too with _pre4 -- from my docs I cannot reconstruct if it happend with _pre5 too but it's running on amd64 in my setup (2.6.6, _pre5, Gentoo-dist) when I disable "COMPAT32"-support in bproc: (bproc-src-dir/Makefile.conf) s/^COMPAT32:=y/COMPAT32:=n/ Hope this helps, Thomas |