[petsc-dev] [petsc-maint] problems compiling petsc on MAC
Jose E. Roman
jroman at dsic.upv.es
Mon May 1 16:18:38 CDT 2017
> El 1 may 2017, a las 22:27, Barry Smith <bsmith at mcs.anl.gov> escribió:
>
> Is there are reason to have the same symbol in both library (note they come from the fortran versions)
>
> $ nm -o arch-uni-f2cblaslapack/lib/libf2cblas.a | grep xerbla | grep " T "
> arch-uni-f2cblaslapack/lib/libf2cblas.a:xerbla_array.o: 0000000000000000 T _xerbla_array_
> arch-uni-f2cblaslapack/lib/libf2cblas.a:xerbla.o: 0000000000000000 T _xerbla_
> ~/Src/petsc (next=) arch-basic
> $ nm -o arch-uni-f2cblaslapack/lib/libf2clapack.a | grep xerbla | grep " T "
> arch-uni-f2cblaslapack/lib/libf2clapack.a:xerbla_array.o: 0000000000000000 T _xerbla_array_
> arch-uni-f2cblaslapack/lib/libf2clapack.a:xerbla.o: 0000000000000000 T _xerbla_
>
> Should we remove them?
I think it can be removed from libf2clapack.a. Not sure if that will have a side effect.
Jose
More information about the petsc-dev
mailing list