Home
last modified time | relevance | path

Searched refs:ncomm (Results 1 – 25 of 62) sorted by relevance

123

/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/ams/
H A Dams.c34 MPI_Comm ncomm; in PETSC_VIEWER_SAWS_() local
37 …ierr = PetscCommDuplicate(comm,&ncomm,NULL);if (ierr) {PetscError(PETSC_COMM_SELF,__LINE__,"PETSC_… in PETSC_VIEWER_SAWS_()
40 …if (ierr) {PetscError(ncomm,__LINE__,"PETSC_VIEWER_SAWS_",__FILE__,1,PETSC_ERROR_INITIAL," "); vie… in PETSC_VIEWER_SAWS_()
42 ierr = MPI_Comm_get_attr(ncomm,Petsc_Viewer_SAWs_keyval,(void**)&viewer,&flag); in PETSC_VIEWER_SAWS_()
43 …if (ierr) {PetscError(ncomm,__LINE__,"PETSC_VIEWER_SAWS_",__FILE__,1,PETSC_ERROR_INITIAL," "); vie… in PETSC_VIEWER_SAWS_()
46 …if (ierr) {PetscError(ncomm,__LINE__,"PETSC_VIEWER_SAWS_",__FILE__,1,PETSC_ERROR_INITIAL," "); vie… in PETSC_VIEWER_SAWS_()
48 …if (ierr) {PetscError(ncomm,__LINE__,"PETSC_VIEWER_SAWS_",__FILE__,1,PETSC_ERROR_INITIAL," "); vie… in PETSC_VIEWER_SAWS_()
49 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_SAWs_keyval,(void*)viewer); in PETSC_VIEWER_SAWS_()
50 …if (ierr) {PetscError(ncomm,__LINE__,"PETSC_VIEWER_SAWS_",__FILE__,1,PETSC_ERROR_INITIAL," "); vie… in PETSC_VIEWER_SAWS_()
52 ierr = PetscCommDestroy(&ncomm); in PETSC_VIEWER_SAWS_()
/dports/net/mpich/mpich-3.4.3/test/mpi/errors/comm/
H A Dtoo_many_icomms2.c27 int i, j, ncomm, block; in main() local
42 ncomm = 0; in main()
50 ncomm += block; in main()
56 ncomm += 1; in main()
60 ncomm += 1; in main()
77 ncomm += block; in main()
84 for (i = 0; i < ncomm; i++) in main()
H A Dtoo_many_comms.c27 int i, ncomm; in main() local
39 ncomm = 0; in main()
45 ncomm++; in main()
54 for (i = 0; i < ncomm; i++) in main()
H A Dtoo_many_icomms.c27 int i, ncomm; in main() local
41 ncomm = 0; in main()
47 ncomm++; in main()
56 for (i = 0; i < ncomm; i++) in main()
H A Dtoo_many_comms2.c27 int i, ncomm, *ranks; in main() local
45 ncomm = 0; in main()
57 ncomm++; in main()
69 for (i = 0; i < ncomm; i++) in main()
H A Dtoo_many_comms3.c30 int i, ncomm, *ranks; in main() local
45 ncomm = 0; in main()
59 ncomm++; in main()
71 for (i = 0; i < ncomm; i++) in main()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c34 MPI_Comm ncomm; in PetscViewerASCIIGetStdout() local
38 ierr = PetscCommDuplicate(comm,&ncomm,NULL);CHKERRQ(ierr); in PetscViewerASCIIGetStdout()
42 …ierr = MPI_Comm_get_attr(ncomm,Petsc_Viewer_Stdout_keyval,(void**)viewer,(PetscMPIInt*)&flg);CHKER… in PetscViewerASCIIGetStdout()
44 ierr = PetscViewerASCIIOpen(ncomm,"stdout",viewer);CHKERRQ(ierr); in PetscViewerASCIIGetStdout()
46 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_Stdout_keyval,(void*)*viewer);CHKERRQ(ierr); in PetscViewerASCIIGetStdout()
48 ierr = PetscCommDestroy(&ncomm);CHKERRQ(ierr); in PetscViewerASCIIGetStdout()
114 MPI_Comm ncomm; in PetscViewerASCIIGetStderr() local
118 ierr = PetscCommDuplicate(comm,&ncomm,NULL);CHKERRQ(ierr); in PetscViewerASCIIGetStderr()
124 ierr = PetscViewerASCIIOpen(ncomm,"stderr",viewer);CHKERRQ(ierr); in PetscViewerASCIIGetStderr()
126 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_Stderr_keyval,(void*)*viewer);CHKERRQ(ierr); in PetscViewerASCIIGetStderr()
[all …]
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dnq+chp.c10 intexp,ncommer,ncomm,i,j,k,l,m,n,*ptr,*ptre,*ptr2,incr; in matact() local
91 { ncomm=0; for (i=1;i<=dim;i++) commno[i]=0; in matact()
116 { ncomm++; commno[k]=ncomm; in matact()
117 ptr=commkeep[ncomm]; ptre=ptr+dim; ptr2=commvec; in matact()
146 for (i=1;i<=ncomm;i++) in matact()
150 ncommer=ncomm; in matact()
H A Dnqp3+.c127 subdp0,ncommer,ncomm,commst,commlim,i,j,k,l,m,n,*ptr,*ptrlim,*ptre,*ptr2; in subact() local
177 comm=pcp-1; pcp+= (commlim-commst); ncomm=0; in subact()
203 { ptr=expnt+k-1; ncomm++; commno[k]=ncomm; comm[ncomm]=rpf; l=0; in subact()
206 *comm[ncomm]=l; rpf++; in subact()
236 for (i=1;i<=ncomm;i++) in subact()
240 ncommer=ncomm; pcp=commer+ncommer+1; in subact()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/matlab/
H A Dvmatlab.c263 MPI_Comm ncomm; in PETSC_VIEWER_MATLAB_() local
266 …ierr = PetscCommDuplicate(comm,&ncomm,NULL);if (ierr) {PetscError(PETSC_COMM_SELF,__LINE__,"PETSC_… in PETSC_VIEWER_MATLAB_()
271 ierr = MPI_Comm_get_attr(ncomm,Petsc_Viewer_Matlab_keyval,(void**)&viewer,(int*)&flg); in PETSC_VIEWER_MATLAB_()
274 ierr = PetscOptionsGetenv(ncomm,"PETSC_VIEWER_MATLAB_FILENAME",fname,PETSC_MAX_PATH_LEN,&flg); in PETSC_VIEWER_MATLAB_()
280 ierr = PetscViewerMatlabOpen(ncomm,fname,FILE_MODE_WRITE,&viewer); in PETSC_VIEWER_MATLAB_()
284 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_Matlab_keyval,(void*)viewer); in PETSC_VIEWER_MATLAB_()
287 ierr = PetscCommDestroy(&ncomm); in PETSC_VIEWER_MATLAB_()
/dports/math/chaco/Chaco-2.2/code/refine_part/
H A Drefine_part.c53 int ncomm; /* # edges in communication graph */ local
123 ncomm = 0;
161 ncomm += j;
171 pairs = (struct ipairs *) smalloc_ret((unsigned) (ncomm + 1) * sizeof(struct ipairs));
172 comm_vals = (double *) smalloc_ret((unsigned) (ncomm + 1) * sizeof(double));
191 indices = (int *) smalloc_ret((unsigned) (ncomm + 1) * sizeof(int));
192 space = (int *) smalloc_ret((unsigned) (ncomm + 1) * sizeof(int));
195 mergesort(comm_vals, ncomm, indices, space);
237 for (i = ncomm - 1; i >= 0; i--) {
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/comm/
H A Dcommnamef.f11 integer ncomm
61 ncomm = i
71 do i=1, ncomm
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/comm/
H A Dcommnamef90.f9011 integer ncomm variable
61 ncomm = i
71 do i=1, ncomm
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/comm/
H A Dcommnamef.f11 integer ncomm variable
61 ncomm = i
71 do i=1, ncomm
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/comm/
H A Dcommnamef08.f9013 integer ncomm variable
63 ncomm = i
73 do i=1, ncomm
/dports/net/mpich2/mpich2-1.5/test/mpi/f90/comm/
H A Dcommnamef90.f9011 integer ncomm variable
61 ncomm = i
71 do i=1, ncomm
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dsetup.c164 pcp->ncomm = lastg * (lastg - 1) / 2; in setup()
168 new_space = pcp->ncomm + ndgen; in setup()
178 new_space = lastg + lastg - 1 + pcp->ncomm + pcp->ncomm + ndgen; in setup()
193 pcp->ppower = pcp->structure + lastg + pcp->ncomm + ndgen; in setup()
210 for (i = 1, bound = pcp->ncomm; i <= bound; ++i) in setup()
335 pcp->ncomm += extra_comm; in setup()
/dports/science/bagel/bagel-1.2.2/src/grad/
H A Dfinite.cc48 const int ncomm = mpi__->world_size() / nproc_; in compute() local
55 if (counter % ncomm == icomm && ncomm != icomm) { in compute()
128 const int ncomm = mpi__->world_size() / nproc_; in compute() local
135 if (counter % ncomm == icomm && ncomm != icomm) { in compute()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/socket/
H A Dsend.c516 MPI_Comm ncomm; local
519 …ierr = PetscCommDuplicate(comm,&ncomm,NULL);if (ierr) {PetscError(PETSC_COMM_SELF,__LINE__,"PETSC_…
524 ierr = MPI_Comm_get_attr(ncomm,Petsc_Viewer_Socket_keyval,(void**)&viewer,(int*)&flg);
527 ierr = PetscViewerSocketOpen(ncomm,NULL,0,&viewer);
531 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_Socket_keyval,(void*)viewer);
534 ierr = PetscCommDestroy(&ncomm);
/dports/net/mpich/mpich-3.4.3/test/mpi/util/
H A Dmtest_cxx.cxx384 MPI::Intracomm * ncomm = new MPI::Intracomm(rcomm); in MTestGetComm() local
385 *comm = ncomm; in MTestGetComm()
395 MPI::Intercomm * ncomm = new MPI::Intercomm(icomm); in MTestGetComm() local
396 *comm = ncomm; in MTestGetComm()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dcomm.h25 bigint ncomm; // dummy statistic for now variable
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/include/
H A Dpcp_vars.h54 int ncomm; /* number of commutators */ member
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c753 MPI_Comm ncomm; in PETSC_VIEWER_DRAW_() local
756 …ierr = PetscCommDuplicate(comm,&ncomm,NULL);if (ierr) {PetscError(PETSC_COMM_SELF,__LINE__,"PETSC_… in PETSC_VIEWER_DRAW_()
761 ierr = MPI_Comm_get_attr(ncomm,Petsc_Viewer_Draw_keyval,(void**)&viewer,&flag); in PETSC_VIEWER_DRAW_()
764 ierr = PetscViewerDrawOpen(ncomm,NULL,NULL,PETSC_DECIDE,PETSC_DECIDE,300,300,&viewer); in PETSC_VIEWER_DRAW_()
768 ierr = MPI_Comm_set_attr(ncomm,Petsc_Viewer_Draw_keyval,(void*)viewer); in PETSC_VIEWER_DRAW_()
771 ierr = PetscCommDestroy(&ncomm); in PETSC_VIEWER_DRAW_()
/dports/net/mpich2/mpich2-1.5/test/mpi/cxx/util/
H A Dmtest.cxx764 MPI::Intracomm *ncomm = new MPI::Intracomm(rcomm); in MTestGetComm() local
765 *comm = ncomm; in MTestGetComm()
776 MPI::Intercomm *ncomm = new MPI::Intercomm(icomm); in MTestGetComm() local
777 *comm = ncomm; in MTestGetComm()
/dports/science/bagel/bagel-1.2.2/src/smith/
H A Dcaspt2energy.cc145 const int ncomm = mpi__->world_size() / nproc_; in compute() local
152 if (counter % ncomm == icomm && ncomm != icomm) { in compute()

123