Re: [petsc-users] Building petsc4py / mpi4py

2017-01-24 Thread Florian Lindner
Am 23.01.2017 um 16:22 schrieb Satish Balay: > Looks like --download-petsc4py [and --download-mpi4py] uses python > from PATH - and not the one used by configure. > > 'mpi4py-1.3.1-py3.6.egg-info' suggests that default 'python' in PATH is > python-3.6. So try: > > python RBF_Load.py Oh, yeah.

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Barry Smith
mpi4py.py and petsc4py.py should have a --with-mpi/petsc4py-python=fullpathforpython and use that otherwise use the python in the path ( have a warning box if the python in the path is different from the python being used for configure) Barry > On Jan 23, 2017, at 9:22 AM, Satish

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Satish Balay
Looks like --download-petsc4py [and --download-mpi4py] uses python from PATH - and not the one used by configure. 'mpi4py-1.3.1-py3.6.egg-info' suggests that default 'python' in PATH is python-3.6. So try: python RBF_Load.py Should we use the same python for configure and all external python

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Florian Lindner
Am 23.01.2017 um 14:24 schrieb Matthew Knepley: > On Mon, Jan 23, 2017 at 7:05 AM, Florian Lindner > wrote: > > > > Am 23.01.2017 um 13:59 schrieb Matthew Knepley: > > On Mon, Jan 23, 2017 at 6:38 AM, Florian Lindner

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Matthew Knepley
On Mon, Jan 23, 2017 at 7:05 AM, Florian Lindner wrote: > > > Am 23.01.2017 um 13:59 schrieb Matthew Knepley: > > On Mon, Jan 23, 2017 at 6:38 AM, Florian Lindner > wrote: > > > > Hello, > > > > I try to build petsc

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Florian Lindner
Am 23.01.2017 um 13:59 schrieb Matthew Knepley: > On Mon, Jan 23, 2017 at 6:38 AM, Florian Lindner > wrote: > > Hello, > > I try to build petsc from the maint branch together with petsc4py and > mpi4py > > python2 configure

Re: [petsc-users] Building petsc4py / mpi4py

2017-01-23 Thread Matthew Knepley
On Mon, Jan 23, 2017 at 6:38 AM, Florian Lindner wrote: > Hello, > > I try to build petsc from the maint branch together with petsc4py and > mpi4py > > python2 configure --download-petsc4py=yes --download-mpi4py=yes > --with-mpi4py=yes --with-petsc4py=yes --with-debugging=1