I currently have MPICH
(release 3.1.4) installed on my machine (running Mac OS X 10.10.5). I would like to remove it and install OpenMPI
instead but could find no instructions online on how to uninstall MPICH
.
Is it sufficient to simply delete MPICH
's directory? If so, where can I find it? I thought I had installed it in usr/local
and did find some MPI-related files there (in a folder named include
) but nothing that seemed like it was the whole thing.
Also, I am planning to use OpenMPI
together with Intel's c++
compiler. Is there some preferred order of installation of these two?