<div dir="ltr">Dear PETSc dev team,<div>   I got following error of compiling complex:</div><div>../../../petsc/src/ksp/pc/impls/tfs/ivec.c: In function ‘PCTFS_rvec_max’:<br>../../../petsc/include/petscmath.h:532:30: error: invalid operands to binary < (have ‘PetscScalar’ {aka ‘_Complex double’} and ‘PetscScalar’ {aka ‘_Complex double’})<br>  532 | #define PetscMax(a,b)   (((a)<(b)) ?  (b) : (a))</div><div><br></div><div>   Any idea what I did wrong? I am using version 3.11.3.</div><div><br></div><div>Thanks,</div><div>Sam</div></div>