[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Porting MPI to uclinux



Hi,

While trying to port MPI to uclinux, I am facing a roadblock because of the usage of fork() in the MPI implementations available. But uclinux does not support fork() due to lack of MMU. How do I tackle this problem? Can I use vfork in place of fork and if so what are the factors to be considered in this? Can anybody provide any help/suggestions on this?

Thanks
BEB