I was running my PETSc code with -info, and I noticed a bunch of warnings that said:
Efficiency warning, copying array in XXXGetArray() due to alignment differences between C and Fortran. My code is written in Fortran, and these must be coming from all the VecGetArray calls I make, but is this a serious issue and is there some way to get proper alignment between C and Fortran? Thanks, Randy
