[mvapich-discuss] Building Panasis support for MVAPICH2, possible issue with included files

Shaun Rowland rowland at cse.ohio-state.edu
Wed Mar 14 15:53:37 EDT 2007


David Gunter wrote:
>
> It appears that mvapich2-0.9.8/src/mpi/romio/adio/include/adio.h 
> requires mpi.h, but there is no mpi.h to be found.  I changed a line in 
> mvapich2-0.9.8/src/mpi/romio/adio/ad_panfs/Makefile.in to point back to 
> mvapich2-0.9.8/src/include and it then completes without error.
> 
> Here is the change I made:
> 
> From:
>  INCLUDE_DIR = -I at MPI_INCLUDE_DIR@ -I${srcdir}/../include -I../include 
> -I../../include -I/opt/panfs/include
> 
> To:
> INCLUDE_DIR = -I at MPI_INCLUDE_DIR@ -I${srcdir}/../include -I../include 
> -I../../include -I../../../../include -I/opt/panfs
> /include

Hi David. Thank you very much for reporting this problem and providing a
solution. I will apply this fix to our SVN for MVAPICH2.
-- 
Shaun Rowland	rowland at cse.ohio-state.edu
http://www.cse.ohio-state.edu/~rowland/


More information about the mvapich-discuss mailing list