When I try to compile a C program, receive the following error:

 

$mpicc hello.c

WARNING: mpicc expected to fine liblammpio.* in /usr/local/lib

WARNING: MPI-2 IO support will be disabled

In file included from hello.c:2:

/usr/local/include/mip.h:1116:18: mpio.h: No such file or directory

mpicc: No such file or directory

$

 

Even just using mpicc by itself results in the 2 WARNING messages above.  For example:

 

$mpicc --version

WARNING: mpicc expected to fine liblammpio.* in /usr/local/lib

WARNING: MPI-2 IO support will be disabled

gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)

Copyright © 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$

 

I don’t recall any errors during the install and configure.  I am using a C compiler on Cygwin – config, laminfo and hello.c files are attached for reference.

 

Any help is much appreciated…

 

Thanks,

Kevin