Newsgroups: comp.parallel.pvm
From: jhjung@kurene.yonsei.ac.kr (Jung JinHwan)
Subject: Dynamic matrix multiplication using PVM
Organization: Yonsei University
Date: 27 Sep 1996 03:13:16 GMT
Message-ID: <52fgoc$99v@exodus.yonsei.ac.kr>

Hello.

I am interested in dynamic load balancing in parallel computing using PVM.

When I do the parallel matrix multiplication , I know it is possible to send and receive other's domain length. But this is not enough for me to do the load balancing  dynamically . 

I want to change the length of the domain for each iteration during run time according to its computer power. 

I think it would be possible if the PVM can do task migration. But this is not possiblebe.

Is there any way to do dynamic load balancing parallel matrix multiplication to improve computing speed?

Thank you.
  
--
Won-Kee Hong -- Computer System Lab., Dept. of Computer Science, 
		 Yonsei University, Seoul Korea. 120-749
	         TEL : +82-2-361-2715    FAX : +82-2-365-2579
		      E-mail : wkhong@kurene.yonsei.ac.kr


