Hi all,<br><br>    I just compiled the debugged and optimized versions of petsc-3.1-p7. Both are successful. I am running on Windows Vista 64bit machine.<br>The C/C++ compiler is cl.exe from visual studio 2005 (64 bit) and no FORTRAN compiler is used. BLAS/LAPACK<br>
support comes from Intel MKL-10.1.3.028 (under em64t\lib). No MPI is used.<br><br>   The debugged petsc was configured with:<br>   $ ./config/configure.py --with-cc=&#39;cl&#39; --with-fc=0  --with-cxx=&#39;cl&#39; --with-mpi=<br>
0  --with-blas-lapack-lib=[mkl_intel_lp64.lib,mkl_intel_thread.lib,mkl_core.lib<br>,libiomp5mt.lib] -CFLAGS=&#39;-MDd -W3 -Z7&#39; -CXXFLAGS=&#39;-MDd -W3 -Z7&#39;<br><br>   The optimized petsc was configured with:<br>   $ ./config/configure.py --with-cc=&#39;cl&#39; --with-fc=0  --with-cxx=&#39;cl&#39; --with-mpi=<br>
0 --with-debugging=0 --with-blas-lapack-lib=[mkl_intel_lp64.lib,mkl_intel_threa<br>d.lib,mkl_core.lib,libiomp5mt.lib]  -CFLAGS=&#39;-MD -wd4996 -O2&#39; -CXXFLAGS=&#39;-MD -w<br>d4996 -O2&#39;<br>  <br>   When I run ksp/examples/tutorials/Ex2.c. The result with debugged petsc is<br>
=================================================================<br>   Norm of error 0.000156044 iterations 6<br>=================================================================<br>  <br>   However, there are errors with the optimized petsc with the output as follows:<br>
=================================================================<br>[0]PETSC ERROR: --------------------- Error Message ----------------------------<br>--------<br>[0]PETSC ERROR: Nonconforming object sizes!<br>[0]PETSC ERROR: Mat mat,Vec y: global dim 56 57!<br>
[0]PETSC ERROR: ----------------------------------------------------------------<br>--------<br>[0]PETSC ERROR: Petsc Release Version 3.1.0, Patch 7, Mon Dec 20 14:26:37 CST 20<br>10<br>[0]PETSC ERROR: See docs/changes/index.html for recent updates.<br>
[0]PETSC ERROR: See docs/faq.html for hints about trouble shooting.<br>[0]PETSC ERROR: See docs/index.html for manual pages.<br>[0]PETSC ERROR: ----------------------------------------------------------------<br>--------<br>
[0]PETSC ERROR: D:\Develop\Test\PETSc\petsc-3.1-p7\src\ksp\ksp\examples\tutorial<br>s\ex2.exe on a cygwin-c- named CVBRL-38 by mengda Mon Jan 17 00:35:15 2011<br>[0]PETSC ERROR: Libraries linked from /cygdrive/d/Develop/Test/PETSc/petsc-3.1-p<br>
7/cygwin-c-opt/lib<br>[0]PETSC ERROR: Configure run at Sun Jan 16 23:34:25 2011<br>[0]PETSC ERROR: Configure options --with-cc=cl --with-fc=0 --with-cxx=cl --with-<br>mpi=0 --with-debugging=0 --with-blas-lapack-lib=&quot;[mkl_intel_lp64.lib,mkl_intel_t<br>
hread.lib,mkl_core.lib,libiomp5mt.lib]&quot; -CFLAGS=&quot;-MD -wd4996 -O2&quot; -CXXFLAGS=&quot;-MD<br> -wd4996 -O2&quot; --useThreads=0<br>[0]PETSC ERROR: ----------------------------------------------------------------<br>
--------<br>[0]PETSC ERROR: MatMult() line 1888 in src/mat/interface/D:\Develop\Test\PETSc\P<br>ETSC-~1.1-P\src\mat\INTERF~1\matrix.c<br>[0]PETSC ERROR: main() line 146 in src/ksp/ksp/examples/tutorials/D:\Develop\Tes<br>
t\PETSc\PETSC-~1.1-P\src\ksp\ksp\examples\TUTORI~1\ex2.c<br><br>This application has requested the Runtime to terminate it in an unusual way.<br>Please contact the application&#39;s support team for more information.<br>=================================================================<br>
<br>   I am wondering what problems may lead to the errors. Please let me know if you need more<br>information.<br><br>Thanks,<br>Mengda<br>