Yes, I've taken an interest in clusters lately. Do you guys know of any other projects beside
java parallel processing framework? I found a couple of distributed vms (cjvm and jessica2) but I don't think that option is very attractive because you'd have to thread your code to all hell for a distributed vm to be useful (at least that's my understanding...).
Thanks in advance....
edit: and
sun cluster doesn't seem to be a programming/message passing product, but rather a cluster management product and it's only for proprietary sun hardware. I guess they assume you'd use a standard c or fortran lib to parallelize your code.