On Tue, 14 Jul 2020, Mark Adams wrote:
> >
> >
> > Just build with --with-single-library=0 --with-shared-libraries=0
> >
>
> FYI, that did not seem to work. But I think I figured it out (without too
> many more runs).
Hm - static build would give errors while compiling examples if PETSC_DM_LIB is used instead of PETSC_LIB in link line [and the associated function from DM is used by the example]
shared builds give this error on Ubuntu - but not on fedora [don't know why]. And I don't know if OSX gives this error or not.
I am on OSX.
BTW: With CI - you can start it, cancel it, and then re-run only selected jobs - so that unneeded jobs are avoided. [when debugging specific failures on specific jobs]
I did not see that. How do you select just one run? I can see how to rerun it but it does not pull a new version AFAIK.
Satish