From codesite-noreply at google.com Thu Apr 8 14:56:39 2010 From: codesite-noreply at google.com (codesite-noreply at google.com) Date: Thu, 08 Apr 2010 14:56:39 +0000 Subject: [cl-mpi-devel] Issue 2 in cl-mpi: Easy to add support for MacOSX... In-Reply-To: <3-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> References: <3-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> <0-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> Message-ID: <4-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> Comment #4 on issue 2 by knutgj: Easy to add support for MacOSX... http://code.google.com/p/cl-mpi/issues/detail?id=2 I think I solved the problem. Some tests fail, but I am able to make (not make-test-sbcl) and run some of the examples. What solved it for me was to give the direct (cffi:use-foreign...) call in stead of the fuction call in mpi.lisp (second (eval-when...)) and change (in-package #:mpi) to (in-package :mpi) just below. -- 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 From codesite-noreply at google.com Sun Apr 18 05:38:53 2010 From: codesite-noreply at google.com (codesite-noreply at google.com) Date: Sun, 18 Apr 2010 05:38:53 +0000 Subject: [cl-mpi-devel] Issue 2 in cl-mpi: Easy to add support for MacOSX... In-Reply-To: <4-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> References: <4-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> <0-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> Message-ID: <5-2270951193071033233-17426851943770200636-codesite-noreply=google.com@googlecode.com> Comment #5 on issue 2 by alexfs04: Easy to add support for MacOSX... http://code.google.com/p/cl-mpi/issues/detail?id=2 knutgj - Thanks. I've been extremely busy recently due to moving to another job, but will get back to work in cl-mpi as soon as possible. I?now have access to Macs and may be able to test. alexfs04 -- 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 From codesite-noreply at google.com Wed Apr 21 03:04:43 2010 From: codesite-noreply at google.com (codesite-noreply at google.com) Date: Wed, 21 Apr 2010 03:04:43 +0000 Subject: [cl-mpi-devel] Issue 4 in cl-mpi: Error on 64bit Ubuntu 9.10 (x8664) Message-ID: <0-2270951193071033233-792800128332257429-codesite-noreply=google.com@googlecode.com> 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 - : 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 From codesite-noreply at google.com Wed Apr 21 05:08:17 2010 From: codesite-noreply at google.com (codesite-noreply at google.com) Date: Wed, 21 Apr 2010 05:08:17 +0000 Subject: [cl-mpi-devel] Issue 4 in cl-mpi: Error on 64bit Ubuntu 9.10 (x8664) In-Reply-To: <0-2270951193071033233-792800128332257429-codesite-noreply=google.com@googlecode.com> References: <0-2270951193071033233-792800128332257429-codesite-noreply=google.com@googlecode.com> Message-ID: <1-2270951193071033233-792800128332257429-codesite-noreply=google.com@googlecode.com> Comment #1 on issue 4 by jianshi.huang: Error on 64bit Ubuntu 9.10 (x8664) http://code.google.com/p/cl-mpi/issues/detail?id=4 Ok, my bad, the header files are configured to mpich2 while I'm using mpich-shmem. After configure the alternatives for mpi (update-alternative --config mpi), the problem is solved. -- 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