I am trying to install Open MPI 2.1.0 version on our CentOS machine. I followed these steps:
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.
I searched for same problems like this and tried to install C99 and whatever missing. and no progress. Do you have comment or solution?