Hi all. I'm trying to use Intel MPI library (evaluation version) instead of LAM/MPI. But I couldn't find Datatype BOOL in namespace MPI (c++ version)
I'm trying to use Intel MPI library (evaluation version) instead of LAM/MPI. But I couldn't find Datatype BOOL in namespace MPI (c++ version) - MPI::BOOL. (LAM/MPI contains that type) Other types(char, byte, int, ...) exist in /include64/mpicxx.h, but there's n...