Hello.
In our class there are 20 computers, Intel Core 2 Duo in each. They are interconnected by simple 100Mbit Ethernet network using one Ethernet switch and twisted-pair.
The question is: is it reasonable to use ScaLAPACK functions (e.g. pdgetrf) at this network and 20 computers? Or I have to use just LAPACK functions (e.g. dgetrf) at single computer?
Thanks!