Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Barry Smith
> On Dec 17, 2016, at 3:42 PM, Satish Balay wrote: > > self.gitcommit = '026d6fa' # maint/3.7 from may-21-2026 > self.download = > ['git://https://bitbucket.org/petsc/petsc4py','https://bitbucket.org/petsc/petsc4py/get/'+self.gitcommit+'.tar.gz'] >

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Aurelien Ponte
no worries: service7>501% ls /home1/caparmor/aponte/petsc/petsc-3.7.4/linux-gnu-intel/externalpackages petsc4py-3.7.0 service7>502% thanks aurelien Le 17/12/2016 à 21:24, Barry Smith a écrit : Please do ls /home1/caparmor/aponte/petsc/petsc-3.7.4/linux-gnu-intel/externalpackages and

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Satish Balay
self.gitcommit = '026d6fa' # maint/3.7 from may-21-2026 self.download = ['git://https://bitbucket.org/petsc/petsc4py','https://bitbucket.org/petsc/petsc4py/get/'+self.gitcommit+'.tar.gz'] self.downloaddirname = 'petsc-petsc4py' Configure is setup to use tarball that is

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Barry Smith
> On Dec 17, 2016, at 3:36 PM, Lawrence Mitchell > wrote: > > > >> On 17 Dec 2016, at 19:19, Barry Smith wrote: >> >> Looks like --install-option= are options for pip not the underlying package. >> >> Lisandro, how does one do what

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Lawrence Mitchell
> On 17 Dec 2016, at 19:19, Barry Smith wrote: > > Looks like --install-option= are options for pip not the underlying package. > > Lisandro, how does one do what seems to be a simple request? Set PETSC_CONFIGURE_OPTIONS to any additional flags you want to pass to

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Barry Smith
Please do ls /home1/caparmor/aponte/petsc/petsc-3.7.4/linux-gnu-intel/externalpackages and send the results. It looks like we may have a bug in checking for the correct file. Sorry about this, it is not suppose to be this difficult. Barry > On Dec 17, 2016, at 2:18 PM, Aurelien

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Aurelien Ponte
Ok, while waiting for an answer for the pip approach, I am trying another one: module load python/2.7.10_gnu-4.9.2 setenv MPICC mpiicc setenv PETSC_DIR /home1/caparmor/aponte/petsc/petsc-3.7.4 setenv PETSC_ARCH linux-gnu-intel wget

Re: [petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Barry Smith
Looks like --install-option= are options for pip not the underlying package. Lisandro, how does one do what seems to be a simple request? > On Dec 17, 2016, at 9:00 AM, Aurelien Ponte wrote: > > Hi all, > > I am trying to install petsc4py and petsc with the

[petsc-users] petsc4py --with-64-bit-indices

2016-12-17 Thread Aurelien Ponte
Hi all, I am trying to install petsc4py and petsc with the --with-64-bit-indices option. I followed the pip install described on the petsc4py bitbucket with some slight modifications: module load python/2.7.10_gnu-4.9.2 wget https://bootstrap.pypa.io/get-pip.py python get-pip.py --user