LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Jong Chun Park (joumon_at_[hidden])
Date: 2005-03-10 14:06:43


I'm trying to install HPCC which requires mpi. While compling and
linking, the following error was reported. Does anybody know how to
fix this linking error? I'd appreciate if somebody can give me a help.

Thanks a lot,
Jong

--------------------------------------------------------------------------------------------------
/usr/lib/libmpi.a(abort.o)(.text+0x84): In function `MPI_Abort':
: undefined reference to `_kio'
/usr/lib/libmpi.a(abort.o)(.text+0x8c): In function `MPI_Abort':
: undefined reference to `_kio'
/usr/lib/libmpi.a(abort.o)(.text+0xd8): In function `MPI_Abort':
: undefined reference to `rpdoom'
/usr/lib/libmpi.a(abort.o)(.text+0x101): In function `MPI_Abort':
: undefined reference to `kexit'
/usr/lib/libmpi.a(abort.o)(.text+0x11e): In function `MPI_Abort':
: undefined reference to `kexit'
/usr/lib/libmpi.a(abort.o)(.text+0x12b): In function `MPI_Abort':
: undefined reference to `kexit'
/usr/lib/libmpi.a(allreduce.o)(.text+0x60): In function `MPI_Allreduce':
: undefined reference to `_kio'
/usr/lib/libmpi.a(allreduce.o)(.text+0x9e): In function `MPI_Allreduce':
: undefined reference to `_kio'
/usr/lib/libmpi.a(alltoall.o)(.text+0x87): In function `MPI_Alltoall':
: undefined reference to `_kio'
/usr/lib/libmpi.a(alltoall.o)(.text+0xcc): In function `MPI_Alltoall':
: undefined reference to `_kio'
/usr/lib/libmpi.a(barrier.o)(.text+0x40): In function `MPI_Barrier':
: undefined reference to `_kio'

.... and bunch of more undefined reference errors come here
---------------------------------------------------------------------------------------------------