Hi all, Trying to compile open-mpi 1.1.2 I've encounter the error message used as a title. Please find attached a tar.file cointaining: -the configure output and log -the make output
I've try to correct the error and indeed changing line 98-99 in pfile_read_at_f.c from 98 if (MPI_SUCCESS == OMPI_FINT_2_INT(*ierr) &&& 99 MPI_STATUS_IGNORE != c_status) { to 98 if (MPI_SUCCESS == OMPI_FINT_2_INT(*ierr) && 99 MPI_STATUS_IGNORE != c_status) { allow continuing the compilation up to the next file containing precisely the same 'structure'. So I'm wondering what went wrong with my build. Can someone help me with that ? Thanks in advance. -- Pierre-Matthieu Anglade
build-problem.tar.bz2
Description: BZip2 compressed data