I tried to compile a c++ program using MPI routines to
parallize the Lattice Boltzmann code..the following
errors showed up...Are these because of the Linker
alone or can a faulty program give these errors also..
I am working on an SGI system...the errors are
attached below..
SARATH DEVARAJAN
INDIA
d32: ERROR 33 : Unresolved text symbol
"MPI::Is_initialized(void)" -- 1st referenced by
lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved text symbol
"op_intercept(void*,void*,int*,unsigned int*)" -- 1st
referenced by lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved data symbol
"PMPI::Request::ignored_status" -- 1st referenced by
lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved data symbol
"PMPI::Comm::ignored_status" -- 1st referenced by
lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved data symbol
"PMPI::Comm::mpi_comm_map" -- 1st referenced by
lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved data symbol
"PMPI::Intracomm::current_op" -- 1st referenced by
lbmpar.o.
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: INFO 152: Output file removed because of
error.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
|