Re: [PLUG] MPI for C.

2017-11-24 Thread tim
Since C was invented, there have been about 1.23 bazillion different guaranteed replacements for it. All have fallen by the wayside except for C++. I'm sure that Go is different, however (where's that damned "I'm being a sarcastic ass" emoticon, again?). Why does program B have to lock the

Re: [PLUG] MPI for C.

2017-11-24 Thread Ali Corbin
On Fri, Nov 24, 2017 at 9:04 AM, michael wrote: > http://condor.cc.ku.edu/~grobe/docs/intro-MPI-C.shtml > > I want to use message passing interface in C programs running on Raspberry > Pi 3's running Raspbian Stretch, but I don't know which package to install > via apt

[PLUG] MPI for C.

2017-11-24 Thread michael
http://condor.cc.ku.edu/~grobe/docs/intro-MPI-C.shtml I want to use message passing interface in C programs running on Raspberry Pi 3's running Raspbian Stretch, but I don't know which package to install via apt for mpi.h. There is the question of whether or not I can catch on to how mpi