[petsc-users] Error while checking with ex19 after intallation
冯上玮
fengshw3 at mail2.sysu.edu.cn
Sun Jun 25 21:43:08 CDT 2023
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230626/253dd75a/attachment.html>
More information about the petsc-users
mailing list