Hi Glenn.
Some questions regarding PFLOTRAN v7.
I tried building current HEAD of PFLOTRAN (0baef85d) against current HEAD of PETSc.( 7787bf7449e), and I ran into this.
```
simulation_inverse.F90:174:55:
174 | PETSC_TRUE,invcomm,ierr)
| 1
Error: Type mismatch in argument ‘force_equal_sized_groups’ at (1); passed LOGICAL(1) to LOGICAL(4)
simulation_inverse.F90:182:55:
182 | PETSC_TRUE,forcomm,ierr)
| 1
Error: Type mismatch in argument ‘force_equal_sized_groups’ at (1); passed LOGICAL(1) to LOGICAL(4)
```
I was reading through your chain of email on petsc mailing list regarding LOGICAL bytesize issue with new version of PETSc.
Also, in above email, you mentioned a specific commit from PETSc, but I could not find information about this.
Q1. Is v7 not quite ready? Should I wait for a bit?
Q2. If I am just missing a special commit from PETSc, what is this commit hash?
Thanks,
Hansol.