[petsc-dev] de-global variablelizing PETSc

Jed Brown jedbrown at mcs.anl.gov
Sun Nov 10 16:06:40 CST 2013


Karl Rupp <rupp at mcs.anl.gov> writes:

> Both a) and b) don't seem attractive to me, so I'd rather *not* 
> initialize everything in there.

Agreed, I'm all for reducing how much is done in PetscInitialize.  It
could be as bare-bones as taking command line arguments, malloc, and the
profiling clock.  But I think it would be difficult to remove it
entirely without cluttering user code with additional calls.  Ideally it
could be simplified to a short sequence of function calls that the
advanced user could call themselves.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131110/481c18ae/attachment.sig>


More information about the petsc-dev mailing list