Has anyone had any experience using Labview with any flavor of Message Passing Interface (MPI). I am trying to integrate some Labview code with a linux based multi-node multiprocessor data acquistion system, and am trying to find a full featured (i.e., not UDP or TCP) data transfer protocol
Mmm, what is not full featured about TCP/IP or UDP? 😉 I guess anything else I can think of won't be more full featured as that, including pipes. Maybe shared memory? But I'm not sure about the accessibality of this under Linux nor the desirability of it as far as security is concerned.