Hi guys,
Based on the information I could find about Parallella, I infer that the 16 cores are not able to run a single OS instance (SMP Linux for example), but each core will run its own. Inter-core communication is then mainly through the on-chip memory, abstracted away using established interfaces (such as MPI). In a nutshell, the way the system is programmed very much resembles the Intel SCC.
Can you please confirm (or refute) this?