+1 on what Gilles said.
>From config.log:
configure:18397: gcpc --version >&5
./configure: line 18399: gcpc: command not found
configure:18408: $? = 127
That's the failure.
Sent from my phone. No type good.
On Feb 13, 2017, at 9:23 PM, Gilles Gouaillardet
mailto:gil...@rist.or.jp>> wrote:
Alessandra,
your configure command line is
./configure CC=gcc CXX=gcpc F77=gfortran FC=gfortran --prefix=/usr/local
i guess gcpc is a typo and you meant g++ instead.
fwiw, the default prefix is /usr/local, so you do not really need
'--prefix=/usr/local'
Cheers,
Gilles
On 2/14/2017 12
Can you send all the information listed here:
https://www.open-mpi.org/community/help/
> On Feb 13, 2017, at 3:57 AM, Alessandra Bonazzi
> wrote:
>
> Goodmorning,
> I'm facing a problem during the installation of Open MPI.
> The error appears on terminal at a certain point during the com
Goodmorning,
I'm facing a problem during the installation of Open MPI.
The error appears on terminal at a certain point during the compilation and is
the following:
*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... no
checking whether gcpc accepts -g... no
c