Re: [OMPI users] MPI for microcontrolles without OS

2017-03-08 Thread r...@open-mpi.org
A quick web search can answer your quest, I believe - here are a few hits I got (Texas Instruments has been active in this area): http://processors.wiki.ti.com/index.php/MCSDK_HPC_3.x_OpenMPI_Under_Review https://e2e.ti

Re: [OMPI users] MPI for microcontrolles without OS

2017-03-08 Thread Mateusz Tasz
Hi, Thank for Your answer. Although I am still confused. As I know TCP communication is not a problem for microcontrollers, so that cannot be crucial cause for OS choice. Maybe something else is also necessary - maybe acording memory - do you know? Do you know where I can find a ported version of

Re: [OMPI users] MPI for microcontrolles without OS

2017-03-08 Thread r...@open-mpi.org
OpenMPI has been ported to microcontrollers before, but it does require at least a minimal OS to provide support (e.g., TCP for communications). Most IoT systems already include an OS on them for just that reason. I personally have OMPI running on a little Edison board using the OS that comes wi