Googling these messages find other people who have received similar messages while working Microsoft Windows and MPI but nothing particularly helpful I could find.
I am guessing an incompatibility between the Microsoft MPI and cl compiler you are using. I suggest installing the very latest of these both and see if the problem persists. Barry > On Jun 25, 2023, at 10:43 PM, 冯上玮 <[email protected]> wrote: > > Hi, > Recently, I finally installed PETSc with Cygwin and obtained library files. > However, the test of Ex19 was failed, both with 1 MPI and 2 MPI. The MPI used > is MSMPI. The detailed message printed is > > $ make PETSC_DIR=/cygdrive/d/mypetsc PETSC_ARCH="" check > Running check examples to verify correct installation > Using PETSC_DIR=/cygdrive/d/mypetsc and PETSC_ARCH= > Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process > See https://petsc.org/release/faq/ > > job aborted: > [ranks] message > > [0] process exited without calling finalize > > ---- error analysis ----- > > [0] on LAPTOP-4FSVP96B > ./ex19 ended prematurely and may have crashed. exit code 0xc00000fd > > ---- error analysis ----- > Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes > See https://petsc.org/release/faq/ > > job aborted: > [ranks] message > > [0] process exited without calling finalize > > [1] terminated > > ---- error analysis ----- > > [0] on LAPTOP-4FSVP96B > ./ex19 ended prematurely and may have crashed. exit code 0xc00000fd > > ---- error analysis ----- > Completed test examples > > Could you give any suggestions? > > Btw, my configuration command is > > ./configure --prefix=/cygdrive/d/mypetsc --with-cc='win32fe cl' --with-fc=0 > --with-cxx=0 --download-f2cblaslapack --with-shared-libraries=0 > --with-mpi-include='[/cygdrive/d/MicrosoftSDKs/MPI/Include,/cygdrive/d/MicrosoftSDKs/MPI/Include/x64]' > > --with-mpi-lib='[/cygdrive/d/MicrosoftSDKs/MPI/Lib/x64/msmpi.lib,/cygdrive/d/MicrosoftSDKs/MPI/Lib/x64/msmpifec.lib]' > --with-mpiexec=/cygdrive/d/MicrosoftMPI/Bin/mpiexec > > Waiting for your reply and thanks very much, > FENG
