1

I have access to a cluster where trilinos is already statically built.

Is it possible to build just pytrilinos myself linking to those libraries? or the only way is to built all of trilinos from source?

thanks!

valiano
  • 16,433
  • 7
  • 64
  • 79
Andrea Zonca
  • 8,378
  • 9
  • 42
  • 70

1 Answers1

0

My guess is: no.

The installation instructions for PyTrilinos mention that Trilinos should be built with shared libraries.

options -D Trilinos_ENABLE_PyTrilions:BOOL=ON and -D BUILD_SHARED_LIBS:BOOL=ON.

PyTrilinos installation FAQ

Victor Eijkhout
  • 5,088
  • 2
  • 22
  • 23