1 Dec
                
                    2015
                
            
            
                1 Dec
                
                '15
                
            
            
            
        
    
                11:51 a.m.
            
        On 01/12/15 11:48, Justin Chang wrote:
The issue was that homebrew's openmpi 1.10.1 does not link to any gfortran compiler. I rebuilt openmpi primarily to include the gcc fortran compiler. Though I think the cleaner way would be to modify the mpif90-wrapper-data.txt to ensure that the compiler points to a working gfortran.
Oh, weird. So I'm on El Cap, and so brew installs gcc and openmpi from bottles. I did: brew uninstall gcc brew uninstall openmpi brew install openmpi brew install gcc And now mpif90 -show gives: /usr/local/bin/gfortran ... So it's all set up correctly AFAICT. Cheers, Lawrence