- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 57
How to install OpenCoarrays with Homebrew using MPICH (not OpenMPI)
        Izaak "Zaak" Beekman edited this page Dec 1, 2017 
        ·
        1 revision
      
    brew unlink openmpi || true # make sure you unlink OpenMPI
brew link mpich || brew install mpich # Link or install MPICH
brew install --build-from-source OpenCoarrays # Build OpenCoarrays from source while MPICH is linked
brew unlink openmpi || true
brew link mpich || brew install mpich
brew install --build-from-source --cc=gcc-7 OpenCoarrays
brew unlink openmpi || true
brew reinstall --cc=gcc-7 --build-from-source mpich || \
   brew install --cc=gcc-7 --build-from-source mpich
brew install --build-from-source --cc=gcc-7 OpenCoarrays