[petsc-users] (no subject)

1807580692 1807580692 at qq.com
Wed Dec 13 02:51:09 CST 2023


Hello, I have encountered some problems. Here are some of my configurations.
OS Version and Type:  Linux daihuanhe-Aspire-A315-55G 5.15.0-89-generic #99~20.04.1-Ubuntu SMP Thu Nov 2 15:16:47 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
PETSc Version: #define PETSC_VERSION_RELEASE    1
		#define PETSC_VERSION_MAJOR      3
		#define PETSC_VERSION_MINOR      19
		#define PETSC_VERSION_SUBMINOR   0
		#define PETSC_RELEASE_DATE       "Mar 30, 2023"
		#define PETSC_VERSION_DATE       "unknown"
MPI implementation: MPICH	
Compiler and version: Gnu C
The problem is when I type
“mpiexec -n 4 ./ex19_1 -lidvelocity 100 -prandtl 0.72 -grashof 10000 -da_grid_x 128 -da_grid_y 128 -snes_type newtonls -pc_type fieldsplit -pc_fieldsplit_type multiplicative -pc_fieldsplit_block_size 4 -pc_fieldsplit_0_fields 0,2 -pc_fieldsplit_1_fields 1,3 -fieldsplit_0_pc_type asm -fieldsplit_0_pc_asm_type restrict -fieldsplit_0_pc_asm_overlap 5 -fieldsplit_0_sub_pc_type lu -fieldsplit_1_pc_type asm -fieldsplit_1_pc_asm_type restrict -fieldsplit_1_pc_asm_overlap 5 -fieldsplit_1_sub_pc_type lu -snes_monitor -snes_converged_reason  -fieldsplit_ksp_type gmres -fieldsplit_0_ksp_atol 1e-10 -fieldsplit_0_ksp_rtol 1e-8 -fieldsplit_1_ksp_atol 1e-10 -fieldsplit_1_ksp_rtol 1e-8”
in the command line, where my path is /petsc/src/snes/tutorials.


It returns
“lid velocity = 100., prandtl # = 0.72, grashof # = 10000.
  0 SNES Function norm 1.125212317214e+03 
[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[0]PETSC ERROR: Invalid argument
[0]PETSC ERROR: Block size 2 is incompatible with the indices: non consecutive indices 0 2
[0]PETSC ERROR: WARNING! There are unused option(s) set! Could be the program crashed before usage or a spelling mistake, etc!
[0]PETSC ERROR: [1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[1]PETSC ERROR: Invalid argument
[1]PETSC ERROR: Block size 2 is incompatible with the indices: non consecutive indices 16384 16386
[1]PETSC ERROR: WARNING! There are unused option(s) set! Could be the program crashed before usage or a spelling mistake, etc!
[1]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_atol value: 1e-10 source: command line
[2]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[2]PETSC ERROR: Invalid argument
[2]PETSC ERROR: Block size 2 is incompatible with the indices: non consecutive indices 32768 32770
[2]PETSC ERROR: WARNING! There are unused option(s) set! Could be the program crashed before usage or a spelling mistake, etc!
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_atol value: 1e-10 source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_rtol value: 1e-8 source: command line
[2]PETSC ERROR: [3]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[3]PETSC ERROR: Invalid argument
[3]PETSC ERROR: Block size 2 is incompatible with the indices: non consecutive indices 49152 49154
[3]PETSC ERROR: WARNING! There are unused option(s) set! Could be the program crashed before usage or a spelling mistake, etc!
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_atol value: 1e-10 source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_rtol value: 1e-8 source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_atol value: 1e-10 source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_rtol value: 1e-8 source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_overlap value: 5 source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_type value: restrict source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_type value: asm source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_0_sub_pc_type value: lu source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_atol value: 1e-10 source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_rtol value: 1e-8 source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_overlap value: 5 source: command line
[0]PETSC ERROR: [1]PETSC ERROR:   Option left: name:-fieldsplit_0_ksp_rtol value: 1e-8 source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_overlap value: 5 source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_type value: restrict source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_type value: asm source: command line
  Option left: name:-fieldsplit_0_pc_asm_overlap value: 5 source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_type value: restrict source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_type value: asm source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_sub_pc_type value: lu source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_atol value: 1e-10 source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_overlap value: 5 source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_asm_type value: restrict source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_pc_type value: asm source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_0_sub_pc_type value: lu source: command line
  Option left: name:-fieldsplit_1_pc_asm_type value: restrict source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_type value: asm source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_1_sub_pc_type value: lu source: command line
[0]PETSC ERROR:   Option left: name:-fieldsplit_ksp_type value: gmres source: command line
[0]PETSC ERROR:   Option left: name:-snes_converged_reason (no value) source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_0_sub_pc_type value: lu source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_atol value: 1e-10 source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_rtol value: 1e-8 source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_overlap value: 5 source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_type value: restrict source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_type value: asm source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_atol value: 1e-10 source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_1_ksp_rtol value: 1e-8 source: command line
[3]PETSC ERROR: [0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
[0]PETSC ERROR: Petsc Release Version 3.20.2, unknown 
[0]PETSC ERROR: ./ex19_1 on a arch-linux-c-debug named daihuanhe-Aspire-A315-55G by daihuanhe Wed Dec 13 16:47:08 2023
  Option left: name:-fieldsplit_1_ksp_rtol value: 1e-8 source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_overlap value: 5 source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_type value: restrict source: command line
[1]PETSC ERROR: [2]PETSC ERROR:   Option left: name:-fieldsplit_1_sub_pc_type value: lu source: command line
[2]PETSC ERROR:   Option left: name:-fieldsplit_ksp_type value: gmres source: command line
[2]PETSC ERROR:   Option left: name:-snes_converged_reason (no value) source: command line
  Option left: name:-fieldsplit_1_pc_asm_overlap value: 5 source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_asm_type value: restrict source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_1_pc_type value: asm source: command line
[3]PETSC ERROR: [0]PETSC ERROR: Configure options 
  Option left: name:-fieldsplit_1_pc_type value: asm source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_1_sub_pc_type value: lu source: command line
[1]PETSC ERROR:   Option left: name:-fieldsplit_ksp_type value: gmres source: command line
[2]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
[2]PETSC ERROR: Petsc Release Version 3.20.2, unknown 
[2]PETSC ERROR:   Option left: name:-fieldsplit_1_sub_pc_type value: lu source: command line
[3]PETSC ERROR:   Option left: name:-fieldsplit_ksp_type value: gmres source: command line
[3]PETSC ERROR:   Option left: name:-snes_converged_reason (no value) source: command line
[0]PETSC ERROR: #1 ISSetBlockSize() at /home/daihuanhe/petsc-v3.20.2/src/vec/is/is/interface/index.c:1933
[0]PETSC ERROR: [1]PETSC ERROR:   Option left: name:-snes_converged_reason (no value) source: command line
[1]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
[1]PETSC ERROR: Petsc Release Version 3.20.2, unknown 
./ex19_1 on a arch-linux-c-debug named daihuanhe-Aspire-A315-55G by daihuanhe Wed Dec 13 16:47:08 2023
[2]PETSC ERROR: Configure options 
[2]PETSC ERROR: [3]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
[3]PETSC ERROR: Petsc Release Version 3.20.2, unknown 
[3]PETSC ERROR: ./ex19_1 on a arch-linux-c-debug named daihuanhe-Aspire-A315-55G by daihuanhe Wed Dec 13 16:47:08 2023
#2 PCSetUp_FieldSplit() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/impls/fieldsplit/fieldsplit.c:633
[0]PETSC ERROR: #3 PCSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/interface/precon.c:1080
[1]PETSC ERROR: ./ex19_1 on a arch-linux-c-debug named daihuanhe-Aspire-A315-55G by daihuanhe Wed Dec 13 16:47:08 2023
[1]PETSC ERROR: Configure options 
#1 ISSetBlockSize() at /home/daihuanhe/petsc-v3.20.2/src/vec/is/is/interface/index.c:1933
[2]PETSC ERROR: #2 PCSetUp_FieldSplit() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/impls/fieldsplit/fieldsplit.c:633
[2]PETSC ERROR: [3]PETSC ERROR: Configure options 
[3]PETSC ERROR: #1 ISSetBlockSize() at /home/daihuanhe/petsc-v3.20.2/src/vec/is/is/interface/index.c:1933
[0]PETSC ERROR: #4 KSPSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:415
[0]PETSC ERROR: #5 KSPSolve_Private() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:836
[1]PETSC ERROR: #1 ISSetBlockSize() at /home/daihuanhe/petsc-v3.20.2/src/vec/is/is/interface/index.c:1933
[1]PETSC ERROR: #2 PCSetUp_FieldSplit() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/impls/fieldsplit/fieldsplit.c:633
#3 PCSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/interface/precon.c:1080
[2]PETSC ERROR: #4 KSPSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:415
[2]PETSC ERROR: #5 KSPSolve_Private() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:836
[3]PETSC ERROR: #2 PCSetUp_FieldSplit() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/impls/fieldsplit/fieldsplit.c:633
[3]PETSC ERROR: [0]PETSC ERROR: #6 KSPSolve() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:1083
[0]PETSC ERROR: #7 SNESSolve_NEWTONLS() at /home/daihuanhe/petsc-v3.20.2/src/snes/impls/ls/ls.c:215
[0]PETSC ERROR: [1]PETSC ERROR: #3 PCSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/interface/precon.c:1080
[1]PETSC ERROR: #4 KSPSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:415
[1]PETSC ERROR: [2]PETSC ERROR: #6 KSPSolve() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:1083
[2]PETSC ERROR: #7 SNESSolve_NEWTONLS() at /home/daihuanhe/petsc-v3.20.2/src/snes/impls/ls/ls.c:215
[2]PETSC ERROR: #3 PCSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/pc/interface/precon.c:1080
[3]PETSC ERROR: #4 KSPSetUp() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:415
[3]PETSC ERROR: #5 KSPSolve_Private() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:836
[3]PETSC ERROR: #6 KSPSolve() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:1083
#8 SNESSolve() at /home/daihuanhe/petsc-v3.20.2/src/snes/interface/snes.c:4659
[0]PETSC ERROR: #9 main() at ex19_1.c:159
[0]PETSC ERROR: PETSc Option Table entries:
[0]PETSC ERROR: -da_grid_x 128 (source: command line)
[0]PETSC ERROR: #5 KSPSolve_Private() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:836
[1]PETSC ERROR: #6 KSPSolve() at /home/daihuanhe/petsc-v3.20.2/src/ksp/ksp/interface/itfunc.c:1083
[1]PETSC ERROR: #7 SNESSolve_NEWTONLS() at /home/daihuanhe/petsc-v3.20.2/src/snes/impls/ls/ls.c:215
[1]PETSC ERROR: #8 SNESSolve() at /home/daihuanhe/petsc-v3.20.2/src/snes/interface/snes.c:4659
#8 SNESSolve() at /home/daihuanhe/petsc-v3.20.2/src/snes/interface/snes.c:4659
[2]PETSC ERROR: #9 main() at ex19_1.c:159
[2]PETSC ERROR: PETSc Option Table entries:
[2]PETSC ERROR: -da_grid_x 128 (source: command line)
[2]PETSC ERROR: -da_grid_y 128 (source: command line)
[3]PETSC ERROR: #7 SNESSolve_NEWTONLS() at /home/daihuanhe/petsc-v3.20.2/src/snes/impls/ls/ls.c:215
[3]PETSC ERROR: #8 SNESSolve() at /home/daihuanhe/petsc-v3.20.2/src/snes/interface/snes.c:4659
[3]PETSC ERROR: -da_grid_y 128 (source: command line)
[0]PETSC ERROR: -fieldsplit_0_ksp_atol 1e-10 (source: command line)
[0]PETSC ERROR: -fieldsplit_0_ksp_rtol 1e-8 (source: command line)
[0]PETSC ERROR: -fieldsplit_0_pc_asm_overlap 5 (source: command line)
[1]PETSC ERROR: #9 main() at ex19_1.c:159
[1]PETSC ERROR: PETSc Option Table entries:
[1]PETSC ERROR: -da_grid_x 128 (source: command line)
[2]PETSC ERROR: -fieldsplit_0_ksp_atol 1e-10 (source: command line)
[2]PETSC ERROR: -fieldsplit_0_ksp_rtol 1e-8 (source: command line)
[2]PETSC ERROR: -fieldsplit_0_pc_asm_overlap 5 (source: command line)
[2]PETSC ERROR: #9 main() at ex19_1.c:159
[3]PETSC ERROR: PETSc Option Table entries:
[3]PETSC ERROR: -da_grid_x 128 (source: command line)
[3]PETSC ERROR: [0]PETSC ERROR: -fieldsplit_0_pc_asm_type restrict (source: command line)
[0]PETSC ERROR: -fieldsplit_0_pc_type asm (source: command line)
[0]PETSC ERROR: -fieldsplit_0_sub_pc_type lu (source: command line)
[0]PETSC ERROR: [1]PETSC ERROR: -da_grid_y 128 (source: command line)
[1]PETSC ERROR: -fieldsplit_0_ksp_atol 1e-10 (source: command line)
[1]PETSC ERROR: -fieldsplit_0_ksp_rtol 1e-8 (source: command line)
-fieldsplit_0_pc_asm_type restrict (source: command line)
[2]PETSC ERROR: -fieldsplit_0_pc_type asm (source: command line)
[2]PETSC ERROR: -fieldsplit_0_sub_pc_type lu (source: command line)
[2]PETSC ERROR: -fieldsplit_1_ksp_atol 1e-10 (source: command line)
-da_grid_y 128 (source: command line)
[3]PETSC ERROR: -fieldsplit_0_ksp_atol 1e-10 (source: command line)
[3]PETSC ERROR: -fieldsplit_0_ksp_rtol 1e-8 (source: command line)
[3]PETSC ERROR: -fieldsplit_1_ksp_atol 1e-10 (source: command line)
[0]PETSC ERROR: -fieldsplit_1_ksp_rtol 1e-8 (source: command line)
[0]PETSC ERROR: -fieldsplit_1_pc_asm_overlap 5 (source: command line)
[0]PETSC ERROR: [1]PETSC ERROR: -fieldsplit_0_pc_asm_overlap 5 (source: command line)
[1]PETSC ERROR: -fieldsplit_0_pc_asm_type restrict (source: command line)
[1]PETSC ERROR: -fieldsplit_0_pc_type asm (source: command line)
[2]PETSC ERROR: -fieldsplit_1_ksp_rtol 1e-8 (source: command line)
[2]PETSC ERROR: -fieldsplit_1_pc_asm_overlap 5 (source: command line)
[2]PETSC ERROR: -fieldsplit_1_pc_asm_type restrict (source: command line)
[2]PETSC ERROR: -fieldsplit_0_pc_asm_overlap 5 (source: command line)
[3]PETSC ERROR: -fieldsplit_0_pc_asm_type restrict (source: command line)
[3]PETSC ERROR: -fieldsplit_0_pc_type asm (source: command line)
[3]PETSC ERROR: -fieldsplit_1_pc_asm_type restrict (source: command line)
[0]PETSC ERROR: -fieldsplit_1_pc_type asm (source: command line)
[0]PETSC ERROR: -fieldsplit_1_sub_pc_type lu (source: command line)
[0]PETSC ERROR: [1]PETSC ERROR: -fieldsplit_0_sub_pc_type lu (source: command line)
[1]PETSC ERROR: -fieldsplit_1_ksp_atol 1e-10 (source: command line)
[1]PETSC ERROR: -fieldsplit_1_ksp_rtol 1e-8 (source: command line)
-fieldsplit_1_pc_type asm (source: command line)
[2]PETSC ERROR: -fieldsplit_1_sub_pc_type lu (source: command line)
[2]PETSC ERROR: -fieldsplit_ksp_type gmres (source: command line)
[2]PETSC ERROR: -grashof 10000 (source: command line)
-fieldsplit_0_sub_pc_type lu (source: command line)
[3]PETSC ERROR: -fieldsplit_1_ksp_atol 1e-10 (source: command line)
[3]PETSC ERROR: -fieldsplit_1_ksp_rtol 1e-8 (source: command line)
[3]PETSC ERROR: -fieldsplit_ksp_type gmres (source: command line)
[0]PETSC ERROR: -grashof 10000 (source: command line)
[0]PETSC ERROR: -lidvelocity 100 (source: command line)
[0]PETSC ERROR: -pc_fieldsplit_0_fields 0,2 (source: command line)
[1]PETSC ERROR: -fieldsplit_1_pc_asm_overlap 5 (source: command line)
[1]PETSC ERROR: -fieldsplit_1_pc_asm_type restrict (source: command line)
[1]PETSC ERROR: -fieldsplit_1_pc_type asm (source: command line)
[2]PETSC ERROR: -lidvelocity 100 (source: command line)
[2]PETSC ERROR: -pc_fieldsplit_0_fields 0,2 (source: command line)
[2]PETSC ERROR: -pc_fieldsplit_1_fields 1,3 (source: command line)
[2]PETSC ERROR: -fieldsplit_1_pc_asm_overlap 5 (source: command line)
[3]PETSC ERROR: -fieldsplit_1_pc_asm_type restrict (source: command line)
[3]PETSC ERROR: -fieldsplit_1_pc_type asm (source: command line)
[3]PETSC ERROR: [0]PETSC ERROR: -pc_fieldsplit_1_fields 1,3 (source: command line)
[0]PETSC ERROR: -pc_fieldsplit_block_size 4 (source: command line)
[0]PETSC ERROR: -pc_fieldsplit_type multiplicative (source: command line)
[1]PETSC ERROR: -fieldsplit_1_sub_pc_type lu (source: command line)
[1]PETSC ERROR: -fieldsplit_ksp_type gmres (source: command line)
[1]PETSC ERROR: -grashof 10000 (source: command line)
-pc_fieldsplit_block_size 4 (source: command line)
[2]PETSC ERROR: -pc_fieldsplit_type multiplicative (source: command line)
[2]PETSC ERROR: -pc_type fieldsplit (source: command line)
[2]PETSC ERROR: -prandtl 0.72 (source: command line)
-fieldsplit_1_sub_pc_type lu (source: command line)
[3]PETSC ERROR: -fieldsplit_ksp_type gmres (source: command line)
[3]PETSC ERROR: -grashof 10000 (source: command line)
[3]PETSC ERROR: [0]PETSC ERROR: -pc_type fieldsplit (source: command line)
[0]PETSC ERROR: -prandtl 0.72 (source: command line)
[0]PETSC ERROR: -snes_converged_reason (source: command line)
[1]PETSC ERROR: -lidvelocity 100 (source: command line)
[1]PETSC ERROR: -pc_fieldsplit_0_fields 0,2 (source: command line)
[1]PETSC ERROR: -pc_fieldsplit_1_fields 1,3 (source: command line)
[2]PETSC ERROR: -snes_converged_reason (source: command line)
[2]PETSC ERROR: -snes_monitor (source: command line)
[2]PETSC ERROR: -snes_type newtonls (source: command line)
-lidvelocity 100 (source: command line)
[3]PETSC ERROR: -pc_fieldsplit_0_fields 0,2 (source: command line)
[3]PETSC ERROR: -pc_fieldsplit_1_fields 1,3 (source: command line)
[3]PETSC ERROR: [0]PETSC ERROR: -snes_monitor (source: command line)
[0]PETSC ERROR: -snes_type newtonls (source: command line)
[0]PETSC ERROR: [1]PETSC ERROR: -pc_fieldsplit_block_size 4 (source: command line)
[1]PETSC ERROR: -pc_fieldsplit_type multiplicative (source: command line)
[1]PETSC ERROR: -pc_type fieldsplit (source: command line)
[2]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint at mcs.anl.gov----------
Abort(62) on node 2 (rank 0 in comm 16): application called MPI_Abort(MPI_COMM_SELF, 62) - process 0
-pc_fieldsplit_block_size 4 (source: command line)
[3]PETSC ERROR: -pc_fieldsplit_type multiplicative (source: command line)
[3]PETSC ERROR: -pc_type fieldsplit (source: command line)
[3]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint at mcs.anl.gov----------
Abort(62) on node 0 (rank 0 in comm 16): application called MPI_Abort(MPI_COMM_SELF, 62) - process 0
[1]PETSC ERROR: -prandtl 0.72 (source: command line)
[1]PETSC ERROR: -snes_converged_reason (source: command line)
[1]PETSC ERROR: -snes_monitor (source: command line)
-prandtl 0.72 (source: command line)
[3]PETSC ERROR: -snes_converged_reason (source: command line)
[3]PETSC ERROR: -snes_monitor (source: command line)
[1]PETSC ERROR: -snes_type newtonls (source: command line)
[1]PETSC ERROR: [3]PETSC ERROR: -snes_type newtonls (source: command line)
[3]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint at mcs.anl.gov----------
----------------End of Error Message -------send entire error message to petsc-maint at mcs.anl.gov----------
Abort(62) on node 1 (rank 0 in comm 16): application called MPI_Abort(MPI_COMM_SELF, 62) - process 0
Abort(62) on node 3 (rank 0 in comm 16): application called MPI_Abort(MPI_COMM_SELF, 62) - process 0”.
Please tell me what should I do?Thank you very much.





1807580692
1807580692 at qq.com



 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20231213/2b63d946/attachment-0001.html>


More information about the petsc-users mailing list