When I try to use parallel I/O routines like MPI_File_write_at or
MPI_File_read_at with the buffer argument being a derived datatype, I am
unable to compile and just get an error of the nature:
MPI_FILE_READ_AT(fh, offset, buffer, count, datatype, status, ierr)
1
Error: There is no spe
On Aug 6, 2012, at 10:35 AM, PattiMichelle wrote:
> /usr/local/openmpi_16/include/mpi.h:1083:25: error: expected identifier or
> ‘(’ before ‘int’
> /usr/local/openmpi_16/include/mpi.h:1097:25: error: ‘MPI_Comm’ redeclared as
> different kind of symbol
> /usr/local/openmpi_16/include/mpi.h:319:37
On 08/06/2012 07:35 AM, PattiMichelle wrote:
mpicc -DFSEEKO64_OK -w -O3 -c -DLANDREAD_STUB -DDM_PARALLEL
-DMAX_HISTORY=25 -c buf_for_proc.c
You might need to examine the pre-processed source
(mpicc -E buf_for_proc.c > buf_for_proc.i)
to see what went wrong in pre-processing at the point whe
Hi All: I'm trying to build the weather code WRF under openSUSE 12.1
x64 and it *should* be building easily but I'm getting a very odd error
during the build where it claims my mpi.h file has an incorrect format.
I suspect that there is some other needed file it's not finding, but I
am not su