[mpich-discuss] MPICH2-1.1 + PVFS-2.8.1 installation problem

Shawn Kim shawn.subscribe at gmail.com
Tue Jun 30 19:31:10 CDT 2009


Hi,

I installed PVFS-2.8.1 and MPICH2-1.1 correctly (I believe).

MPICH2 configuration options:

$ ./configure --enable-romio --enable-threads=multiple --enable-debuginfo
--enable-g=dbg --prefix=$MYHOME/mpich2-install/
--with-pvfs2=$MYHOME/pvfs-2.8.1 --with-file-system=ufs+nfs+pvfs2 |& tee
c.txt

I could compile mpich2-1.1 with the above option successfully,  but whenever
I try to run a sample program, errors occured.

$mpirun -n 2 mpi-io-test
rank 1 in job 3  aum10.cse.psu.edu_41952   caused collective abort of all
ranks
  exit status of rank 1: killed by signal 9
rank 0 in job 3  aum10.cse.psu.edu_41952   caused collective abort of all
ranks
  exit status of rank 0: killed by signal 4

Is there anybody who know this error?

In addition, I couldn't compile with the following option. I mean I could
finish "./configure" successfully, but when make, error happened. The only
difference is "--enable-g=all" instead of "--enable-debuginfo --enable-g=dbg
"

$ ./configure --prefix=$MYHOME/mpich2-install/
--with-pvfs2=$MYHOME/pvfs-2.8.1 --enable-romio --enable-threads=multiple
--with-file-system=nfs+ufs+pvfs2 --enable-g=all |& tee c.txt**

Error message:
$ make
~~~~

../../../../../lib/libmpich.a(trmem.o)(.text+0x24c): In function
`MPIU_trvalid_unsafe':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:523:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0x256):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:524:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0x26f):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:480:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x290):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:500:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x326):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:489:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0x5ba): In function
`MPIU_trmalloc':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:250:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x5d4):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:252:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0x689):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:290:
undefined reference to `VALGRIND_MAKE_MEM_UNDEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x696):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:291:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0x6a0):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:292:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0xadf): In function
`MPIU_trfree':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:337:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0xce9):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:362:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0xdc3):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:417:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0xdd9):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:419:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0xdf4):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:430:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0xe0d):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:432:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(trmem.o)(.text+0xe36):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:456:
undefined reference to `VALGRIND_MAKE_MEM_UNDEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x2999): In function
`MPIU_trrealloc':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:825:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(trmem.o)(.text+0x2a35):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/trmem.c:843:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(handlemem.o)(.text+0x1c1): In function
`MPIU_Handle_obj_alloc_unsafe':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/handlemem.c:369:
undefined reference to `VALGRIND_MAKE_MEM_DEFINED'

../../../../../lib/libmpich.a(handlemem.o)(.text+0x1eb):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/handlemem.c:371:
undefined reference to `VALGRIND_MAKE_MEM_UNDEFINED'

../../../../../lib/libmpich.a(handlemem.o)(.text+0x3c2): In function
`MPIU_Handle_obj_free':

/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/handlemem.c:398:
undefined reference to `VALGRIND_MAKE_MEM_NOACCESS'

../../../../../lib/libmpich.a(handlemem.o)(.text+0x3cf):/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/util/mem/handlemem.c:399:
undefined reference to `VALGRIND_MAKE_MEM_UNDEFINED'

collect2: ld returned 1 exit status

make[5]: *** [pmi_proxy] Error 1

make[5]: Leaving directory
`/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/pm/hydra/pm/pmiserv'

make[4]: *** [all-redirect] Error 1

make[4]: Leaving directory
`/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/pm/hydra/pm'

make[3]: *** [all-redirect] Error 2

make[3]: Leaving directory
`/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/pm/hydra'

make[2]: *** [all-redirect] Error 1

make[2]: Leaving directory
`/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src/pm'

make[1]: *** [all-redirect] Error 2

make[1]: Leaving directory
`/home/mdl/seokim/mpich2-1.1+pvfs-2.8.1/mpich2-1.1/src'

make: *** [all-redirect] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20090630/006c0dae/attachment-0001.htm>


More information about the mpich-discuss mailing list