Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Want to improve this question?
Update the question so it focuses on one problem only by
editing this post
.
Closed
7 years ago
.
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?
–
–
–
–
–
–
–