DA,
Do you happen to know what may cause this error?
“[0]PETSC ERROR: PetscFinalize() line 968 in src/sys/objects/pinit.c”
After reporting this error, the job can run continued, but it will aborted when encountering next petsc related features even
with calling PetscInitialize() again, and say:
“Options have not been enabled.
You might have forgotten to call PetscInitialize().”
Here is line 968:
ierr = MPI_Finalize();CHKERRQ(ierr);
Thanks,
Debao