LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Peeyush Jain (jain.peeyush_at_[hidden])
Date: 2006-03-10 17:45:46


I setup lam mpi -7.1.1 with option:

$./configure --prefix=/home/peeyush/lammpi --with-shared --with-rsh="ssh -x"
$make
$make install

it works properly fine when I use this on computing on one single file and
on only localhost also. But when I try to run it on more than one .c files
with a header file then it gives the following error:

$mpirun -np 1 ./a
-----------------------------------------------------------------------------
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.

PID 4813 failed on node n0 (172.26.117.167) due to signal 11.
-----------------------------------------------------------------------------

I already checked my laminfo which gives :

$laminfo
             LAM/MPI: 7.1.1
              Prefix: /home/peeyush/lammpi
        Architecture: i686-pc-linux-gnu
       Configured by: peeyush
       Configured on: Tue Mar 7 19:12:44 EST 2006
      Configure host: peeyush
      Memory manager: ptmalloc2
          C bindings: yes
        C++ bindings: yes
    Fortran bindings: yes
          C compiler: gcc
        C++ compiler: g++
    Fortran compiler: ifort
     Fortran symbols: underscore
         C profiling: yes
       C++ profiling: yes
   Fortran profiling: yes
      C++ exceptions: no
      Thread support: yes
       ROMIO support: yes
        IMPI support: no
       Debug support: no
        Purify clean: no
            SSI boot: globus (API v1.1, Module v0.6)
            SSI boot: rsh (API v1.1, Module v1.1)
            SSI boot: slurm (API v1.1, Module v1.0)
            SSI coll: lam_basic (API v1.1, Module v7.1)
            SSI coll: shmem (API v1.1, Module v1.0)
            SSI coll: smp (API v1.1, Module v1.2)
             SSI rpi: crtcp (API v1.1, Module v1.1)
             SSI rpi: lamd (API v1.0, Module v7.1)
             SSI rpi: sysv (API v1.0, Module v7.1)
             SSI rpi: tcp (API v1.0, Module v7.1)
             SSI rpi: usysv (API v1.0, Module v7.1)
              SSI cr: self (API v1.0, Module v1.0)

I am attaching the both .c and header file with this mail. could you please
help me out in solving this. Thanks in advance.

Peeyush jain

P.S.: I already subscribe into the mailing list but




  • text/x-c attachment: 1.c

  • text/x-c attachment: 3.c

  • text/x-c-header attachment: link.h