Page 1 of 1

not converge in parallel compiled by ifort

Posted: Fri Nov 02, 2007 2:06 pm
by matador
I try to compile vasp on Xeon and Opteron machine(multi-core 64bit) with mpich or openmpi. The serial version works well. But for parallel version it gives wrong result and does not converge at all. Is there any compatibility problem here? I have tried both 32bit and 64bit intel fortran.

not converge in parallel compiled by ifort

Posted: Thu Nov 08, 2007 5:15 pm
by matador
I found the problem is caused by -xT option in intel compiler. when I only use -O3, it works.