Hi,
what you describe looks a lot like memory corruption. Does your code run
cleanly through valgrind?
Best regards,
Karli
On 07/01/2016 08:33 AM, TAY wee-beng wrote:
Hi,
I had problems with DMDAVecRestoreArrayF90 last time when I used an old
version of Intel Fortran compiler. It works fin
Hi,
I had problems with DMDAVecRestoreArrayF90 last time when I used an old
version of Intel Fortran compiler. It works fine in gfortran and new
version of Intel compiler. It was determined as a bug by the PETSc team.
To use in old version of Intel, I had to use -O1 instead of -O3 -ipo in
su