LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Jennis Pruett (jennyp_at_[hidden])
Date: 2008-03-24 16:10:46


Hi, All,
 
I'm new to the mtt test area.
 
I'm having issues with the set of tests in the ibm directory.
 
It may be a PATH issue, but I can't seem to track it.
 
I'm using the /ibm tests with openmpi-1.2.4,
and gcc, pathscale and intel compilers.
The gcc compilation and test is ok. The others are not.
 
I load my (tcl) modules to set variables, run autogen.sh, configure, and
then make.
Mostly, make errors out with a lot of messages about undefined reference..
Which looks like the /include path isn't being found.
 
Sample:
f undefined reference to `MPI_Abort'
../reporting/libompitest.a(ompitest_error.o)(.text+0x650): In function
`ompitest_check_size':
/ompitest_error.c:175: undefined reference to `ompi_mpi_comm_world'
../reporting/libompitest.a(ompitest_error.o)(.text+0x65f)://ompitest_error.c
:175: undefined reference to `MPI_Comm_size'
../reporting/libompitest.a(ompitest_error.o)(.text+0x695)://ompitest_error.c
:182: undefined reference to `MPI_Finalize'
../reporting/libompitest.a(ompitest_error.o)(.text+0x6da): In function
`ompitest_need_even':
/ompitest_error.c:195: undefined reference to `ompi_mpi_comm_world'
../reporting/libompitest.a(ompitest_error.o)(.text+0x6e9)://ompitest_error.c
:195: undefined reference to `MPI_Comm_size'
../reporting/libompitest.a(ompitest_error.o)(.text+0x71e/ompitest_error.c:20
0: undefined reference to `MPI_Finalize'
make[1]: *** [comm_get_name_cxx] Error 1

Is there an ibm test suite person out there, maybe?
 
Thanks!