Hi,
My first guess would be that you are probably mixing different
implementations of MPI (LAM and SGI's MPI). You might be using one
version of the compiler and another version of the libraries. Double
check that this is not the case.
--
Sriram Sankaran
email: ssankara_at_[hidden]
http://www.lam-mpi.org/
Thus spake Sarath Devarajan, on Jun 19:
>Date: Thu, 19 Jun 2003 03:29:37 -0700 (PDT)
>From: Sarath Devarajan <sargoof_at_[hidden]>
>Reply-To: General LAM/MPI mailing list <lam_at_[hidden]>
>To: lam_at_[hidden]
>Subject: LAM:
>
>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
>_______________________________________________
>This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
|