Estou tentando instalar o Open MPI 2.1. 0 versão na nossa máquina CentOS. Eu segui estes passos:
tar -xvf openmpi-*
cd openmpi-*
./configure --prefix="/home/$USER/.openmpi"
*** C compiler and preprocessor
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking whether gcc understands -c and -o together... (cached) yes
checking for gcc option to accept ISO C99... unsupported
configure: WARNING: Open MPI requires a C99 compiler
configure: error: Aborting.
Eu procurei pelos mesmos problemas como este e tentei instalar o C99 e o que quer que esteja faltando. e sem progresso. Você tem comentário ou solução?
Tags software-installation mpi