Hello everybody!
I need your help.
My system is Compac w6000 with dual 2.0 GHz processors.
I'm running Redhat Linux 7.3.
I have installed Lam 7.02 to be able to run jobs on both processors. lamboot loads with no problems:
lamnodes gives:
n0 aylg.bgu.ac.il:2:origin,this_node
and laminfo:
LAM/MPI: 7.0.2
Prefix: /usr
Architecture: i386-redhat-linux-gnu
Configured by: root
Configured on: Wed Oct 1 13:51:57 IDT 2003
Configure host: aylg
C bindings: yes
C++ bindings: yes
Fortran bindings: yes
C profiling: yes
C++ profiling: yes
Fortran profiling: yes
ROMIO support: yes
IMPI support: no
Debug support: no
Purify clean: no
SSI boot: globus (Module v0.5)
SSI boot: rsh (Module v1.0)
SSI coll: lam_basic (Module v7.0)
SSI coll: smp (Module v1.0)
SSI rpi: crtcp (Module v1.0)
SSI rpi: lamd (Module v7.0)
SSI rpi: sysv (Module v7.0)
SSI rpi: tcp (Module v7.0)
SSI rpi: usysv (Module v7.0)
I am able to compile the basic example files (e.g. hello) with mpicc.
The problem is when I'm running "mpirun" I always get whte following mssg:
-----------------------------------------------------------------------------
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 12890 failed on node n0 (132.72.114.17) due to signal 11.
-----------------------------------------------------------------------------
PLEASE help me out!
Thanks in advance!!!
|