Post your Bmake.inc and SLmake.inc files. This should be easy to fix.
What C/C++ compiler are you using?
Damien
>
> i m using intel fortran compiler for my fortran codes when i m trying to
> run the test code using following commands
>
> mpif77 example1.f \
>> /usr/local/include/libscalapack.a \
>> /usr/local/include/blacsF77init_MPI-LINUX-0.a \
>> /usr/local/include/blacsCinit_MPI-LINUX-0.a \
>> /usr/local/include/blacs_MPI-LINUX-0.a \
>> /usr/local/include/blas_LINUX.a
>
> i m getting the following error....
>
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x1ae): In function
> `pdgetrf_':
> : undefined reference to `pb_topget_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x1d0): In function
> `pdgetrf_':
> : undefined reference to `pb_topget_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x1f2): In function
> `pdgetrf_':
> : undefined reference to `pb_topget_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x214): In function
> `pdgetrf_':
> : undefined reference to `pb_topset_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x236): In function
> `pdgetrf_':
> : undefined reference to `pb_topset_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x258): In function
> `pdgetrf_':
> : undefined reference to `pb_topset_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x892): In function
> `pdgetrf_':
> : undefined reference to `pb_topset_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x8b4): In function
> `pdgetrf_':
> : undefined reference to `pb_topset_'
> /usr/local/include/libscalapack.a(pdgetrf.o)(.text+0x8d6): more undefined
> references to `pb_topset_' follow
> /usr/local/include/libscalapack.a(pdgetf2.o)(.text+0x1fb): In function
> `pdgetf2_':
> : undefined reference to `pb_topget_'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_setup_.o)(.text+0x5): In
> function `blacs_setup_':
> : undefined reference to `Cblacs_pinfo'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_get_.o)(.text+0x128): In
> function `blacs_get_':
> : undefined reference to `Cblacs_pinfo'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_get_.o)(.text+0x13d): In
> function `blacs_get_':
> : undefined reference to `Cblacs_pinfo'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_gridmap_.o)(.text+0x2ac): In
> function `blacs_gridmap_':
> : undefined reference to `Cblacs_pinfo'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_get_.C)(.text+0x13e): In
> function `Cblacs_get':
> : undefined reference to `Cblacs_pinfo'
> /usr/local/include/blacs_MPI-LINUX-0.a(blacs_get_.C)(.text+0x167): more
> undefined references to `Cblacs_pinfo' follow
> mpif77: No such file or directory
>
> i tried to look for pb_topget.* and pb_topset.* but i could not find
> it...where and how can i get these......please suggest some suitable
> measure to come out of this.....
> thanks in advance...
> ravi
>
> Get Your Private, Free E-mail from Indiatimes at
> http://email.indiatimes.com
>
> Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com
>
> Bid for for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to
> http://airsahara.indiatimes.com and Bid Now!
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
|