Jeff Squyres wrote:
> On Feb 22, 2011, at 4:41 PM, Prentice Bisbal wrote:
> 
>> One of the researchers I support is writing some Fortran code that uses
>> Open MPI. The code is being compiled with the Intel Fortran compiler.
>> This one line of code:
>>
>> integer ierr,istatus(MPI_STATUS_SIZE)
>>
>> leads to these errors:
>>
>> $ mpif90 -o simplex simplexmain579m.for simplexsubs579
>> /usr/local/openmpi-1.2.8/intel-11/x86_64/include/mpif-config.h(88):
>> error #6406: Conflicting attributes or multiple declaration of name.
>> [MPI_STATUS_SIZE]
>>      parameter (MPI_STATUS_SIZE=5)
>> -----------------^
> 
> It's hard to say without seeing the rest of the subroutine in question.
> 
> Can you send the source the the entire subroutine that is failing to compile?
> 

Unfortunately, I I don't think I can provide the rest of the code. I'll
have to talk to the author first. I believe it's considered proprietary.

-- 
Prentice

Reply via email to