[mvapich-discuss] Bug in ROMIO Makefile preventing build for Panasas

Jonathan Perkins perkinjo at cse.ohio-state.edu
Wed Jun 30 11:22:38 EDT 2010


Craig, can you provide more information about how to reproduce this
bug?  I've looked through the build system and it appears that
FILE_SYS_DIRS is generated from user input.  I believe the option
`--with-file-system=panasas' was passed instead of
`--with-file-system=panfs'.  If this is the case then configure would
have output a warning about an unknown filesystem and then happily
generated the Makefile that you have modified below.

On Fri, Jun 25, 2010 at 5:39 PM, Craig Tierney <Craig.Tierney at noaa.gov> wrote:
> I found a bug in the Makefile that prevents mvapich2-1.4.1
> from building with Panasas support.   The change is trivial.
> I have not check if this issue is also in the latest mvapich2-1.5rc
> tree.
>
> Craig
>
>
>
> --- Makefile.orig       2010-06-25 21:36:26.581312000 +0000
> +++ Makefile    2010-06-25 21:23:10.497087000 +0000
> @@ -14,7 +14,7 @@
>  DIRS        = mpi-io adio/common mpi-io/glue/mpich2
>  MPIO_DIRS   = mpi-io
>  EXTRA_SRC_DIRS =
> -FILE_SYS_DIRS =  adio/ad_testfs adio/ad_lustre adio/ad_panasas
> +FILE_SYS_DIRS =  adio/ad_testfs adio/ad_lustre adio/ad_panfs
>  ALL_DIRS    = mpi-io mpi-io/fortran mpi2-other/info mpi2-other/info/fortran mpi2-other/array mpi2-other/array/fortran adio/common adio/ad_pfs adio/ad_piofs adio/ad_nfs adio/ad_ufs adio/ad_xfs adio/ad_hfs adio/ad_sfs adio/ad_testfs adio/ad_pvfs adio/ad_pvfs2 adio/ad_panfs adio/ad_gridftp adio/ad_lustre adio/ad_bgl adio/ad_bglockless test mpi-io/glue/default mpi-io/glue/mpich1 mpi-io/glue/mpich2
>  SHELL       = /bin/sh
>
>
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>



-- 
Jonathan Perkins



More information about the mvapich-discuss mailing list