On Tue, 2018-05-01 at 01:02 -0500, Satish Balay wrote: > On Tue, 1 May 2018, Drew Parsons wrote: > > > Would it work to split petscdmmod.F into two pieces, e.g. one with > > petscdmda and central petscdm and the other with petscdmplex? > > ... > Can you try: > > https://bitbucket.org/petsc/petsc/commits/23928a85ec343de9282b261069a > f0f1f2146e3ee >
Looks like that does the trick. Running make in src/dm/f90-mod, it successfully compiles and archives petscdmmod.o and petscdmplexmod.o inside build-arch/lib/libpetsc.a Thanks Satish, Drew