Re: [uml-user] SMP support for UML and OpenSSI Cluster

2007-12-05 Thread Flavio
On 05/12/2007, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Tue, Dec 04, 2007 at 10:51:28PM +0100, Flavio wrote: > > Can an UML process run on multiple processor? > > If you mean an SMP UML instance, right now, no. > > > I thought to use an HPC clustering system for processes migration > > between two

Re: [uml-user] SMP support for UML and OpenSSI Cluster

2007-12-04 Thread Cameron Kerr
I'm not that familiar with OpenSSI or how SKAS3 works, but wouldn't they conflict? I seem to recall being told (quite) a while back that UML wouldn't run on Mosix (not that OpenSSI is Mosix)... presumably for some SKAS related reason??? Could someone possibly elaborate? I looked at the Power

Re: [uml-user] SMP support for UML and OpenSSI Cluster

2007-12-04 Thread Jeff Dike
On Tue, Dec 04, 2007 at 10:51:28PM +0100, Flavio wrote: > Can an UML process run on multiple processor? If you mean an SMP UML instance, right now, no. > I thought to use an HPC clustering system for processes migration > between two machines. > Since UML is an (user mode) process, could it be mi

[uml-user] SMP support for UML and OpenSSI Cluster

2007-12-04 Thread Flavio
Hi all, Can an UML process run on multiple processor? I thought to use an HPC clustering system for processes migration between two machines. Since UML is an (user mode) process, could it be migrated from a cluster to another one? Can I benefit of an HPC clustering system to increase performances?