Posted by: Anonymous Coward
on April 13, 2006 02:18 AM
UPC, or even better, Co-Array Fortran, is a nice programming model, which in many ways is better suited to HPC than MPI/OpenMP/pthreads.
But since actual production quality compilers for these languages are so far rare or non-existent, real-world development is still mostly done with MPI and/or OpenMP.
Re:PVM for a cluster?
Posted by: Anonymous Coward on April 13, 2006 02:18 AMBut since actual production quality compilers for these languages are so far rare or non-existent, real-world development is still mostly done with MPI and/or OpenMP.
#