> El 1 may 2017, a las 22:27, Barry Smith <[email protected]> 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
