When I simulated a 3D case with parallel command : mpiexec -np 4 ./main3d input3d, a error occurs:
Writing visualization files...
HDF5-DIAG: Error detected in HDF5 (1.10.6) thread 0:
#000: H5F.c line 509 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#001: H5Fint.c line 1498 in H5F_open(): unable to open file: time = Wed Jul 13 16:38:12 2022
, name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', tent_flags = 1
major: File accessibilty
minor: Unable to open file
#002: H5FD.c line 734 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: H5FDsec2.c line 346 in H5FD_sec2_open(): unable to open file: name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', errno = 2, error message = 'No such file or directory', flags = 1, o_flags = 2
major: File accessibilty
minor: Unable to open file
P=00002:Program abort called in file ``../../../../SAMRAI-2.4.4/source/toolbox/restartdb/HDFDatabase.C'' at line 2427
HDF5-DIAG: Error detected in HDF5 (1.10.6) thread 0:
#000: H5F.c line 509 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#001: H5Fint.c line 1498 in H5F_open(): unable to open file: time = Wed Jul 13 16:38:12 2022
, name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', tent_flags = 1
major: File accessibilty
minor: Unable to open file
#002: H5FD.c line 734 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: H5FDsec2.c line 346 in H5FD_sec2_open(): unable to open file: name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', errno = 2, error message = 'No such file or directory', flags = 1, o_flags = 2
major: File accessibilty
minor: Unable to open file
P=00001:Program abort called in file ``../../../../SAMRAI-2.4.4/source/toolbox/restartdb/HDFDatabase.C'' at line 2427
P=00001:ERROR MESSAGE:
P=00001:Unable to open HDF5 file viz_3d/visit_dump.00000/processor_cluster.00000.samrai
P=00001:
HDF5-DIAG: Error detected in HDF5 (1.10.6) thread 0:
#000: H5F.c line 509 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#001: H5Fint.c line 1498 in H5F_open(): unable to open file: time = Wed Jul 13 16:38:12 2022
, name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', tent_flags = 1
major: File accessibilty
minor: Unable to open file
#002: H5FD.c line 734 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: H5FDsec2.c line 346 in H5FD_sec2_open(): unable to open file: name = 'viz_3d/visit_dump.00000/processor_cluster.00000.samrai', errno = 2, error message = 'No such file or directory', flags = 1, o_flags = 2
major: File accessibilty
minor: Unable to open file
P=00003:Program abort called in file ``../../../../SAMRAI-2.4.4/source/toolbox/restartdb/HDFDatabase.C'' at line 2427
P=00003:ERROR MESSAGE:
P=00003:Unable to open HDF5 file viz_3d/visit_dump.00000/processor_cluster.00000.samrai
P=00003:
P=00002:ERROR MESSAGE:
P=00002:Unable to open HDF5 file viz_3d/visit_dump.00000/processor_cluster.00000.samrai
P=00002:
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI_COMM_WORLD
with errorcode -1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[0]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: Caught signal number 15 Terminate: Some process (or the batch system) has told this process to end
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[0]PETSC ERROR: or see
https://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind[0]PETSC ERROR: or try
http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[0]PETSC ERROR: to get more information on the crash.
[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[0]PETSC ERROR: Signal received
[0]PETSC ERROR: See
https://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.
[0]PETSC ERROR: Petsc Release Version 3.13.2, Jun 02, 2020
[0]PETSC ERROR: ./main3d on a linux-opt named clm-Vostro-5490 by clm Wed Jul 13 16:37:46 2022
[0]PETSC ERROR: Configure options --CC=/home/clm/sfw/linux/openmpi/4.0.2/bin/mpicc --CXX=/home/clm/sfw/linux/openmpi/4.0.2/bin/mpicxx --FC=/home/clm/sfw/linux/openmpi/4.0.2/bin/mpif90 --COPTFLAGS=-O3 --CXXOPTFLAGS=-O3 --FOPTFLAGS=-O3 --PETSC_ARCH=linux-opt --with-debugging=0 --download-hypre=1 --download-fblaslapack=1 --with-x=0
[0]PETSC ERROR: #1 User provided function() line 0 in unknown file
[clm-Vostro-5490:22701] 3 more processes have sent help message help-mpi-api.txt / mpi-abort
[clm-Vostro-5490:22701] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages