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 where the compiler (gcc?) complains. I suppose you must have built mpicc yourself; you would need to assure that the mpicc on PATH is the one built with the C compiler on PATH.
-- Tim Prince