sundial support

Issue #5 resolved
Romain Veltz created an issue

am totally new to petsc. I have been using trilinos a lot but compiling of C++ code sickens me. That is why I turned to petc4py. I would like to use the sundials time-stepper for petsc4py but I don't know how to install it.

For now, and following https://pypi.python.org/pypi/petsc4py/3.4, I use: pip install petsc==dev petsc4py==dev But how can I specify to install the sundial part?

Thank you in advance for your help,

Best

Comments (3)

  1. Lisandro Dalcin

    Try the following:

    export PETSC_CONFIGURE_OPTIONS='--download-sundials=1'
    pip install mpi4py petsc==dev petsc4py==dev
    
  2. Log in to comment