gt; Jeff Squyres
> jsquy...@cisco.com
>
>
> From: users on behalf of Cici Feng via
> users
> Sent: Friday, April 22, 2022 5:30 AM
> To: Open MPI Users
> Cc: Cici Feng
> Subject: Re: [OMPI users] help with M1 chip macOS openMPI install
22 5:30 AM
To: Open MPI Users
Cc: Cici Feng
Subject: Re: [OMPI users] help with M1 chip macOS openMPI installation
Hi George,
Thanks so much with the tips and I have installed Rosetta in order for my
computer to run the Intel software. However, the same error appears as I tried
to make the fi
org> wrote:
>
>> A little more color on Gilles' answer: I believe that we had some Open
>> MPI community members work on adding M1 support to Open MPI, but Gilles is
>> absolutely correct: the underlying compiler has to support the M1, or you
>> won't get an
2 6:11 AM
> To: Open MPI Users
> Cc: Cici Feng
> Subject: Re: [OMPI users] help with M1 chip macOS openMPI installation
>
> Gilles,
>
> Thank you so much for the quick response!
> openMPI installed by brew is compiled on gcc and gfortran using the
> original compil
@cisco.com
From: users on behalf of Cici Feng via users
Sent: Thursday, April 21, 2022 6:11 AM
To: Open MPI Users
Cc: Cici Feng
Subject: Re: [OMPI users] help with M1 chip macOS openMPI installation
Gilles,
Thank you so much for the quick response!
openMPI installed
Gilles,
Thank you so much for the quick response!
openMPI installed by brew is compiled on gcc and gfortran using the
original compilers by Apple. Now I haven't figured out how to use this gcc
openMPI for the inversion software :(
Given by your answer, I think I'll pause for now with the M1-intel
Cici,
I do not think the Intel C compiler is able to generate native code for the
M1 (aarch64).
The best case scenario is it would generate code for x86_64 and then
Rosetta would be used to translate it to aarch64 code,
and this is a very downgraded solution.
So if you really want to stick to the
Hi there,
I am trying to install an electromagnetic inversion software (MARE2DEM) of
which the intel C compilers and open-MPI are considered as the
prerequisite. However, since I am completely new to computer science and
coding, together with some of the technical issues of the computer I am
build