MPI.NET
MPI.NET copied to clipboard
Communicator.cs: error CS0246: The type or namespace name 'Serialization' could not be found
For reference, as of recent commit
LOCAL_DIR=${HOME}/local # or where you can install if you cannot 'sudo make install'
sh autogen.sh
./configure --prefix=$LOCAL_DIR
make
This happens only on Linux - build on windows was fine. autogen.sh inputs must have a missing reference to Serialization.cs.