Robert Femmer <[email protected]> writes: > When testing jacobian diffs via -snes_type test, block size is not > explicitly set > during setup of the difference matrix B. This can cause problems when the > block size is explicitly set in the origin jacobian and is not derivable > from local > matrix sizes, for instance on a single core. The patch sets block size > explicitly. > The patch is trivial, and unfortunately includes the explicit naming of the > python version in the configure script. This ensures portability to > linux distros > where the default python version is >=3.0 (e.g., arch linux).
Robert, these are unrelated changes, so we'd prefer it if you submit these as separate commits. The problem with naming "python2" in the script is that a lot of older machines don't have a "python2" (an old, bad mistake by the Python community). So until BuildSystem grows the ability to use Python-3, those of us running systems where "python" is python3 have to run python2 configure --options
signature.asc
Description: PGP signature
