[mvapich-discuss] mvapich2-1.4.1.tgz build error with --disable-registration-cache

Adam Moody moody20 at llnl.gov
Fri Apr 23 21:14:04 EDT 2010


Hello MVAPICH team,
When trying to configure with --disable-registration-cache, I get the 
following build error.

dreg.c: In function 'dreg_finalize':
dreg.c:712: error: 'vma_free_list' undeclared (first use in this function)
dreg.c:712: error: (Each undeclared identifier is reported only once
dreg.c:712: error: for each function it appears in.)
dreg.c:713: error: 'entry_free_list' undeclared (first use in this function)
dreg.c:722: error: 'deregister_mr_array' undeclared (first use in this 
function)
make[9]: *** [dreg.o] Error 1

I am building mvapich2-1.4.1.tgz using the ofa channel.

           ./configure \
             --prefix=$(PREFIXDIR) \
             --enable-sharedlibs=gcc \
             --enable-f77 --enable-f90 --enable-cxx \
             --enable-fast=O2 --enable-g=dbg 
--enable-error-checking=runtime --enable-error-messages=all 
--enable-nmpi-as-mpi \
             --enable-debuginfo \
             --with-pmi=slurm --with-pm=no \
             --with-rdma=gen2 --with-ib-include=/usr/include 
--with-ib-lib=/usr/lib64 \
             --disable-registration-cache \
             --enable-romio --with-file-system=lustre+nfs+ufs \
             --disable-mpe --without-mpe

I'll be out for the next couple of weeks, but I wanted to throw this 
your way in case you could reproduce it and make progress on it in the 
mean time.
Thanks,
-Adam



More information about the mvapich-discuss mailing list