Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

ScaLAPACK functions in the MKL and Ethernet network

alienff
Beginner
581 Views
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!
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
581 Views
Hello,
depends the task size. if the task size match with RAM available on single computer then please use Lapack version of dgetrf if not then -ScaLapack.
--Gennady
0 Kudos
alienff
Beginner
581 Views
Thanks for your answer!
Yes, the taks's data can be stored in one RAM on single computer.

Another question - is there any solution (may be not Intel :)) that will yield some performance in such Ethernet network?
0 Kudos
Reply