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

Craig Tierney Craig.Tierney at noaa.gov
Fri Jun 25 17:39:04 EDT 2010


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
 



More information about the mvapich-discuss mailing list