<div dir="ltr"><div><div><div>Dear all,<br></div>My program runs fine when using just one processor, valgrind shows no errors too, but when using more than one processor I get the following errors:<br><br>[0]PETSC ERROR: PetscOptionsInsertFile() line 461 in /home/bkhanal/Documents/softwares/petsc-3.4.2/src/sys/objects/options.c<br>
[0]PETSC ERROR: PetscOptionsInsert() line 623 in /home/bkhanal/Documents/softwares/petsc-3.4.2/src/sys/objects/options.c<br>[0]PETSC ERROR: PetscInitialize() line 769 in /home/bkhanal/Documents/softwares/petsc-3.4.2/src/sys/objects/pinit.c<br>
PETSC ERROR: Logging has not been enabled.<br>You might have forgotten to call PetscInitialize().<br>application called MPI_Abort(MPI_COMM_WORLD, 56) - process 0<br>[cli_0]: aborting job:<br>application called MPI_Abort(MPI_COMM_WORLD, 56) - process 0<br>
<br>===================================================================================<br>=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>=   EXIT CODE: 56<br>=   CLEANING UP REMAINING PROCESSES<br>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
===================================================================================<br><br></div>I have not forgotten to call PetscInitialize, if that helps!<br></div>Thanks,<br>Bishesh<br></div>