[cl-mpi-devel] Issue 4 in cl-mpi: Error on 64bit Ubuntu 9.10 (x8664)

codesite-noreply at google.com codesite-noreply at google.com
Wed Apr 21 03:04:43 UTC 2010


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 4 by jianshi.huang: Error on 64bit Ubuntu 9.10 (x8664)
http://code.google.com/p/cl-mpi/issues/detail?id=4

What steps will reproduce the problem?
1. Install mpich-shmem-bin
2. change the shared library path in cl-mpi-configuration.lisp
3. run examples/mpi-hello-world.lisp

What is the expected output? What do you see instead?

[Expected result]:
Greetings from process 1!
Greetings from process 2!
Greetings from process 3!
alexf at tesla1:~/cl-mpi/examples$

[Current result]:
1 - <NO ERROR MESSAGE> : Could not convert index 1140850688 into a pointer
The index may be an incorrect argument.
Possible sources of this problem are a missing "include 'mpif.h'",
a misspelled MPI object (e.g., MPI_COM_WORLD instead of MPI_COMM_WORLD)
or a misspelled user variable for an MPI object (e.g.,
com instead of comm).
[1]  Aborting program !
[1] Aborting program!
...

What version of the product are you using? On what operating system?

OS - Ubuntu 9.10 x8664
SBCL - "1.0.37.57"
MPICH -

MPICH Version:    	1.2.7p1
MPICH Release date:	$Date: 2005/11/04 11:54:51$
MPICH Patches applied:	none
MPICH configure: 	--with-device=ch_shmem -prefix=/usr/lib/mpich-shmem
-mpilibname=mpich-shmem --enable-sharedlib=/usr/lib/mpich-shmem/lib/shared/
-mpe_opts=--with-mpelibname=mpe-shmem
MPICH Device:    	ch_shmem

$ ldd /usr/lib/libmpich-shmem.so.1.0
	linux-vdso.so.1 =>  (0x00007fff373cd000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f721ba2e000)
	librt.so.1 => /lib/librt.so.1 (0x00007f721b826000)
	libgfortran.so.3 => /usr/lib/libgfortran.so.3 (0x00007f721b539000)
	libm.so.6 => /lib/libm.so.6 (0x00007f721b2b5000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f721b09e000)
	libc.so.6 => /lib/libc.so.6 (0x00007f721ad2e000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f721bf2c000)

Please provide any additional information below.

I think it might the 64bit issue mentioned here:

http://www.mcs.anl.gov/research/projects/mpi/mpich1/papers/mpicharticle/nod
e57.html

Have you met any problem in MPICH on 64bit OS?


Cheers,
Jianshi

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




More information about the cl-mpi-devel mailing list