Home
last modified time | relevance | path

Searched refs:MPI_INFO_NULL (Results 1 – 22 of 22) sorted by relevance

/petsc/src/vec/is/sf/tutorials/output/ !
H A Dex1_6.out41 current info=MPI_INFO_NULL
72 current info=MPI_INFO_NULL
H A Dex1_10.out41 current info=MPI_INFO_NULL
149 current info=MPI_INFO_NULL
H A Dex1_8.out35 current info=MPI_INFO_NULL
H A Dex1_3.out41 current info=MPI_INFO_NULL
H A Dex1_2.out41 current info=MPI_INFO_NULL
H A Dex1_4.out41 current info=MPI_INFO_NULL
H A Dex1_1.out41 current info=MPI_INFO_NULL
H A Dex1_5.out41 current info=MPI_INFO_NULL
H A Dex1_7.out41 current info=MPI_INFO_NULL
/petsc/include/petsc/mpiuni/ !
H A Dmpif.h38 MPIUNI_FInt MPI_INFO_NULL
39 PARAMETER (MPI_INFO_NULL=0)
H A Dmpi.h196 #define MPI_INFO_NULL 0 macro
/petsc/src/sys/utils/ !
H A Dmpishm.c107 …PetscCallMPI(MPI_Comm_split_type(globcomm, MPI_COMM_TYPE_SHARED, 0, MPI_INFO_NULL, &(*pshmcomm)->s… in PetscShmCommGet()
/petsc/config/BuildSystem/config/packages/ !
H A DMPI.py465 … if (MPI_Comm_split_type(MPI_COMM_WORLD, MPI_COMM_TYPE_SHARED, 0, MPI_INFO_NULL, &scomm)) { }\n\
466 … if (MPI_Win_allocate_shared(size,disp_unit,MPI_INFO_NULL,MPI_COMM_WORLD,&baseptr,&win)) { }\n\
475 … if (MPI_Win_allocate(size,disp_unit,MPI_INFO_NULL,MPI_COMM_WORLD,&baseptr,&win)) { }\n\
477 if (MPI_Win_create_dynamic(MPI_INFO_NULL,MPI_COMM_WORLD,&win)) { }\n'):
499 …e_adjacent(MPI_COMM_WORLD,0,0,MPI_WEIGHTS_EMPTY,0,0,MPI_WEIGHTS_EMPTY,MPI_INFO_NULL,0,&distcomm)) …
/petsc/src/vec/is/sf/impls/window/ !
H A Dsfwindow.c317 if (w->info != MPI_INFO_NULL) PetscCallMPI(MPI_Info_free(&w->info)); in PetscSFWindowSetInfo_Window()
318 if (info != MPI_INFO_NULL) PetscCallMPI(MPI_Info_dup(info, &w->info)); in PetscSFWindowSetInfo_Window()
855 if (w->info != MPI_INFO_NULL) PetscCallMPI(MPI_Info_free(&w->info)); in PetscSFReset_Window()
964 if (w->info != MPI_INFO_NULL) { in PetscSFView_Window()
1181 w->info = MPI_INFO_NULL; in PetscSFCreate_Window()
/petsc/src/vec/is/sf/impls/basic/neighbor/ !
H A Dsfneighbor.c76 …sources, dat->rootweights, outdegree, destinations, dat->leafweights, MPI_INFO_NULL, 1 /*reorder*/… in PetscSFGetDistComm_Neighbor()
78 … destinations, dat->leafweights, indegree, sources, dat->rootweights, MPI_INFO_NULL, 1 /*reorder*/… in PetscSFGetDistComm_Neighbor()
/petsc/src/sys/utils/openmp/ !
H A Dmpmpishm.c81 …PetscCallMPI(MPI_Win_allocate_shared(size, 1, MPI_INFO_NULL, ctrl->omp_comm, &baseptr, &ctrl->omp_… in PetscOmpCtrlCreateBarrier()
/petsc/src/sys/classes/viewer/impls/binary/ !
H A Dbinv.c108 …PetscCallMPI(MPI_File_open(PETSC_COMM_SELF, vbinary->filename, amode, MPI_INFO_NULL, &vbinary->mfs… in PetscViewerGetSubViewer_Binary()
1356 …_open(PetscObjectComm((PetscObject)viewer), vbinary->filename, amode, MPI_INFO_NULL, &vbinary->mfd… in PetscViewerFileSetUp_BinaryMPIIO()
/petsc/src/dm/impls/plex/exodusii/ !
H A Dplexexodusii2.c97 MPI_Info mpi_info = MPI_INFO_NULL; in PetscViewerFileSetName_ExodusII()
1254 …pen_par(exo->filename, EXO_mode, &CPU_word_size, &IO_word_size, &EXO_version, comm, MPI_INFO_NULL); in DMView_PlexExodusII()
/petsc/src/dm/partitioner/impls/multistage/ !
H A Dmspart.c188 PetscCallMPI(MPI_Comm_split_type(comm, MPI_COMM_TYPE_SHARED, rank, MPI_INFO_NULL, &ncomm)); in PetscPartitionerMultistage_CreateStages()
/petsc/src/sys/classes/viewer/impls/hdf5/ !
H A Dhdf5v.c412 PetscCallHDF5(H5Pset_fapl_mpio, (plist_id, PetscObjectComm((PetscObject)viewer), MPI_INFO_NULL)); in PetscViewerFileSetName_HDF5()
/petsc/src/dm/impls/da/ !
H A Dgr2.c626 PetscCallMPI(MPI_File_set_view(mfdes, off, MPIU_SCALAR, view, (char *)"native", MPI_INFO_NULL)); in DMDAArrayMPIIO()
/petsc/src/dm/impls/plex/ !
H A Dplex.c1544 PetscCallMPI(MPI_Comm_split_type(comm, MPI_COMM_TYPE_SHARED, rank, MPI_INFO_NULL, &ncomm)); in DMPlexView_Ascii()