Re: Simple Program with pthreads + openssi stable 1.2.2
Roger Tsang <[email protected]> Sat, 28 Mar 2009 20:24:18 +0000
| Newsgroups | gmane.linux.cluster.ssic.devel |
|---|---|
| Message-ID | <[email protected]> |
Your program shouldn't have the PV_SYS flag. Please post... 1) the actual console messages you are getting 2) contents of /proc/cluster/loadlevellist 3) what hardware you are running -Roger 2009/3/28 Cleir Araujo <[email protected]>: > Hello all, > > i tried exec a simple program using pthreads under openssi 1.2.2, but the > following message appears: > > "Cannot move process %d - %s is a system process". > > Can i comment the source the session "If the process is a system process it > cannot go remote." and recompile the ssi kernel to distribute the threads > under nodes ? > > /* > * If the process is a system process it cannot go remote. > */ > if ((PVP(t->p_vproc)->pvp_flag) & PV_SYS) { > error = -EBUSY; > printk("Cannot move process %d - %s is a system process\n", > t->pid, t->comm); > goto out; > } > > Regards, Cleir > ________________________________ > Conheça já o Windows Live Spaces, o site de relacionamentos do Messenger! > Crie já o seu! > ------------------------------------------------------------------------------ > > _______________________________________________ > ssic-linux-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ssic-linux-devel > > ------------------------------------------------------------------------------