[petsc-dev] --force goes into reconfigure file
Smith, Barry F.
bsmith at mcs.anl.gov
Thu Jun 6 03:09:27 CDT 2019
which will also force a another configure even though non is needed
#!/usr/local/opt/python at 2/bin/python2.7
if __name__ == '__main__':
import sys
import os
sys.path.insert(0, os.path.abspath('config'))
import configure
configure_options = [
'--force',
'PETSC_ARCH=arch-debug',
]
configure.petsc_configure(configure_options)
~/Src/petsc (barry/optimize-aij-da *) arch-debug
$ arch-debug/lib/petsc/conf/reconfigure-arch-debug.py
===============================================================================
Configuring PETSc to compile on your system
More information about the petsc-dev
mailing list