[petsc-users] Build PETSc as shared library on Windows ("traditional" build or CMake)

2016-03-14 Thread E. Tadeu
Hi, What is the current status of building PETSc as a shared library on Windows? It seems non-trivial: `--with-shared-libraries=1` won't work, since Cygwin's `ld` fails, and `win32fe` also fails. Also, what is the status of building PETSc with CMake on Windows? Perhaps through using CMake it

Re: [petsc-users] Build PETSc as shared library on Windows ("traditional" build or CMake)

2016-03-19 Thread E. Tadeu
from inside Visual Studio On Wed, Mar 16, 2016 at 5:27 PM, Barry Smith <bsm...@mcs.anl.gov> wrote: > > > On Mar 16, 2016, at 3:22 PM, E. Tadeu <e.ta...@gmail.com> wrote: > > > > Thanks Satish, > > > > Just to let you know, with a few minor modifi

Re: [petsc-users] Build PETSc as shared library on Windows ("traditional" build or CMake)

2016-03-19 Thread E. Tadeu
Balay <ba...@mcs.anl.gov> wrote: > you could try precompiled petsc from > http://www.msic.ch/Downloads/Software > [its old 3.5 version though] > > We don't have any changes wrt .dlls or cmake on windows.. > > Satish > > On Mon, 14 Mar 2016, E. Tadeu wrote: >

Re: [petsc-users] using DMDA with python

2016-10-05 Thread E. Tadeu
Matt, Do you know if there is any example of solving Navier Stokes using a staggered approach by using a different DM object such as DMPlex? Thanks, Edson On Tue, Oct 4, 2016 at 11:12 PM, Matthew Knepley wrote: > On Tue, Oct 4, 2016 at 9:02 PM, Somdeb Bandopadhyay

Re: [petsc-users] Petsc with Windows

2016-11-30 Thread E. Tadeu
On Wed, Nov 30, 2016 at 6:03 AM, Boris Kaus wrote: > > > This is probably a better choice than Cygwin going forward. > > > > https://msdn.microsoft.com/en-us/commandline/wsl/about > > > > I don't know to what extent PETSc users have experimented with this > > feature, but it

Re: [petsc-users] Petsc with Windows

2016-11-30 Thread E. Tadeu
Hi Elaine, The PETSc configured/built in Cygwin can be normally used outside of it. It can either be statically linked with your software, or linked as a .DLL and deployed normally :). On Mon, Nov 28, 2016 at 1:49 PM, Elaine Tang wrote: > Hi, > > I am developing some