Home
last modified time | relevance | path

Searched refs:fcomm (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/hypre/hypre-2.23.0/src/test/
H A Dfparcsr_mv.f20 integer fcomm
30 call HYPRE_ParCSRMatrixCreate(fcomm, fglobal_num_rows,
78 integer fcomm local
113 subroutine fhypre_parcsrmatrixgetcomm (fmatrix, fcomm) argument
116 integer fcomm local
119 call HYPRE_ParCSRMatrixGetComm(fmatrix, fcomm)
266 integer fcomm
332 integer fcomm local
353 integer fcomm
409 integer fcomm local
[all …]
H A Dfij_mv.f13 subroutine fhypre_ijmatrixcreate(fcomm, filower, fiupper, argument
18 integer*8 fcomm
24 call HYPRE_IJMatrixCreate(fcomm, filower, fiupper, fjlower,
229 subroutine fhypre_ijmatrixread(ffilename, fcomm, fobject_type, argument
234 integer*8 fcomm
238 call HYPRE_IJMatrixRead(ffilename, fcomm, fobject_type, fmatrix,
295 integer fcomm local
299 call HYPRE_IJVectorCreate(fcomm, fjlower, fjupper, fvector, ierr)
482 subroutine fhypre_ijvectorread(ffilename, fcomm, fobject_type, argument
487 integer*8 fcomm
[all …]
H A Dfsstruct_ls.f18 subroutine fhypre_sstructbicgstabcreate(fcomm, fsolver) argument
21 integer*8 fcomm local
24 call HYPRE_SStructBiCGSTABCreate(fcomm, fsolver, ierr)
303 integer*8 fcomm local
306 call HYPRE_SStructGMRESCreate(fcomm, fsolver, ierr)
701 integer*8 fcomm local
704 call HYPRE_SStructFACCreate(fcomm, fsolver, ierr)
1077 integer*8 fcomm local
1398 integer*8 fcomm local
1615 integer*8 fcomm local
[all …]
H A Dfstruct_ls.f18 subroutine fhypre_structbicgstabcreate(fcomm, fsolver) argument
20 integer fcomm local
23 call HYPRE_StructBiCGSTABCreate(fcomm, fsolver, ierr)
226 integer fcomm local
229 call HYPRE_StructGMRESCreate(fcomm, fsolver, ierr)
416 integer fcomm local
838 integer fcomm local
1054 integer fcomm local
1314 integer fcomm local
1838 integer fcomm local
[all …]
H A Dfsstruct_mv.f18 subroutine fhypre_sstructgraphcreate(fcomm, fgrid, fgraphptr) argument
21 integer fcomm local
25 call HYPRE_SStructGraphCreate(fcomm, fgrid, fgraphptr, ierr)
151 subroutine fhypre_sstructgridcreate(fcomm, fndim, fnparts, argument
155 integer fcomm
160 call HYPRE_SStructGridCreate(fcomm, fndim, fnparts, fgridptr,
357 subroutine fhypre_sstructmatrixcreate(fcomm, fgraph, fmatrix_ptr) argument
360 integer fcomm local
364 call HYPRE_SStructMatrixCreate(fcomm, fgraph, fmatrix_ptr, ierr)
821 integer fcomm local
[all …]
H A Dfstruct_mv.f75 subroutine fhypre_structgridcreate(fcomm, fdim, fgrid) argument
77 integer fcomm local
81 call HYPRE_StructGridCreate(fcomm, fdim, fgrid, ierr)
177 subroutine fhypre_structmatrixcreate(fcomm, fgrid, fstencil, argument
180 integer fcomm
185 call HYPRE_StructMatrixCreate(fcomm, fgrid, fstencil, fmatrix,
508 subroutine fhypre_structvectorcreate(fcomm, fgrid, fvector) argument
510 integer fcomm local
514 call HYPRE_StructVectorCreate(fcomm, fgrid, fvector, ierr)
H A Dfparcsr_ls.f15 integer fcomm
1510 integer fcomm local
1939 integer fcomm local
2179 integer fcomm local
2293 integer fcomm local
3357 integer fcomm local
3360 call hypre_ParReadVector(fcomm, ffile, ierr)
3410 integer fcomm local
3519 integer fcomm local
3867 integer fcomm local
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/
H A Ddbcsr.h19 void c_dbcsr_init_lib_internal(MPI_Fint* fcomm, int* io_unit);
23 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_init_lib() local
24 c_dbcsr_init_lib_internal(&fcomm, io_unit); in c_dbcsr_init_lib()
29 … void c_dbcsr_distribution_new_aux(void** dist, MPI_Fint* fcomm, int* row_dist, int row_dist_size,
35 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_distribution_new() local
36 … c_dbcsr_distribution_new_aux(dist, &fcomm, row_dist, row_dist_size, col_dist, col_dist_size); in c_dbcsr_distribution_new()
H A Ddbcsr_api_c.F47 SUBROUTINE c_dbcsr_init_lib(fcomm, io_unit) bind(C, name="c_dbcsr_init_lib_internal") argument
48 INTEGER(kind=c_int), INTENT(in) :: fcomm local
51 CALL dbcsr_init_lib(fcomm, io_unit)
58 SUBROUTINE c_dbcsr_distribution_new(c_dist, fcomm, c_row_dist, row_dist_size, & argument
62 INTEGER(kind=c_int), INTENT(in) :: fcomm local
74 CALL dbcsr_distribution_new(dist, group=fcomm, row_dist=row_dist, &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/
H A Ddbcsr.h19 void c_dbcsr_init_lib_internal(MPI_Fint* fcomm, int* io_unit);
23 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_init_lib() local
24 c_dbcsr_init_lib_internal(&fcomm, io_unit); in c_dbcsr_init_lib()
29 … void c_dbcsr_distribution_new_aux(void** dist, MPI_Fint* fcomm, int* row_dist, int row_dist_size,
35 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_distribution_new() local
36 … c_dbcsr_distribution_new_aux(dist, &fcomm, row_dist, row_dist_size, col_dist, col_dist_size); in c_dbcsr_distribution_new()
H A Ddbcsr_api_c.F47 SUBROUTINE c_dbcsr_init_lib(fcomm, io_unit) bind(C, name="c_dbcsr_init_lib_internal") argument
48 INTEGER(kind=c_int), INTENT(in) :: fcomm local
51 CALL dbcsr_init_lib(fcomm, io_unit)
58 SUBROUTINE c_dbcsr_distribution_new(c_dist, fcomm, c_row_dist, row_dist_size, & argument
62 INTEGER(kind=c_int), INTENT(in) :: fcomm local
74 CALL dbcsr_distribution_new(dist, group=fcomm, row_dist=row_dist, &
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tutorials/
H A Dex7.c30 int fcomm; in main() local
48 fcomm = MPI_Comm_c2f(PETSC_COMM_WORLD); in main()
50 ex7f_(&vec,&fcomm); in main()
58 PETSC_INTERN void ex7c_(Vec *fvec,int *fcomm,PetscErrorCode *ierr) in ex7c_() argument
67 comm = MPI_Comm_f2c(*fcomm); in ex7c_()
/dports/math/blacs/BLACS/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
13 fcomm = MPIR_FromPointer(MPI_COMM_WORLD); in main()
14 ccomm = (MPI_Comm) MPIR_ToPointer(fcomm); in main()
/dports/math/blacs/BLACS_shared/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
13 fcomm = MPIR_FromPointer(MPI_COMM_WORLD); in main()
14 ccomm = (MPI_Comm) MPIR_ToPointer(fcomm); in main()
/dports/math/scalapack/scalapack-2.1.0/BLACS/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
13 fcomm = MPIR_FromPointer(MPI_COMM_WORLD); in main()
14 ccomm = (MPI_Comm) MPIR_ToPointer(fcomm); in main()
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dprofile_modifier.py93 fcomm = os.path.join(datadir, 'meshtool.comm')
95 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm',
123 fcomm = os.path.join(datadir, 'convbase.comm')
125 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm',
145 fcomm = os.path.join(datadir, 'stanley_post.comm')
147 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm', 'isrep' : False, 'compr' : False})
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dprofile_modifier.py93 fcomm = os.path.join(datadir, 'meshtool.comm')
95 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm',
123 fcomm = os.path.join(datadir, 'convbase.comm')
125 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm',
145 fcomm = os.path.join(datadir, 'stanley_post.comm')
147 { 'path' : fcomm, 'ul' : 1, 'type' : 'comm', 'isrep' : False, 'compr' : False})
/dports/math/vtk9/VTK-9.1.0/ThirdParty/h5part/vtkh5part/src/
H A DH5PartF.c304 MPI_Fint *fcomm, in h5pt_openr_par() argument
308 H5_Comm ccomm = MPI_Comm_f2c (*fcomm); in h5pt_openr_par()
322 MPI_Fint *fcomm, in h5pt_openw_par() argument
326 H5_Comm ccomm = MPI_Comm_f2c (*fcomm); in h5pt_openw_par()
339 MPI_Fint *fcomm, in h5pt_opena_par() argument
343 H5_Comm ccomm = MPI_Comm_f2c (*fcomm); in h5pt_opena_par()
356 MPI_Fint *fcomm, in h5pt_openr_par_align() argument
363 H5_Comm ccomm = MPI_Comm_f2c (*fcomm); in h5pt_openr_par_align()
380 MPI_Fint *fcomm, in h5pt_openw_par_align() argument
387 H5_Comm ccomm = MPI_Comm_f2c (*fcomm); in h5pt_openw_par_align()
[all …]
/dports/science/octopus/octopus-10.5/src/math/
H A Dmetis_f.c76 idx_t *edgecut, idx_t *part, MPI_Fint *fcomm) in FC_FUNC_()
83 comm = MPI_Comm_f2c(*fcomm); in FC_FUNC_()
85 comm = *fcomm; in FC_FUNC_()
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/wrap-f2py/
H A Dtest.py9 fcomm = comm.py2f() variable
10 hw.sayhello(fcomm)
/dports/science/lammps/lammps-stable_29Sep2021/lib/message/cslib/src/
H A Dcslib_wrap.cpp50 MPI_Fint *fcomm = (MPI_Fint *) pcomm; in cslib_open_fortran() local
51 ccomm = MPI_Comm_f2c(*fcomm); in cslib_open_fortran()
68 MPI_Fint *fcomm = (MPI_Fint *) pcomm; in cslib_open_fortran_mpi_one() local
69 ccomm = MPI_Comm_f2c(*fcomm); in cslib_open_fortran_mpi_one()
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/attr/
H A Dattrlangc.c371 void cmpif1read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * expected, in cmpif1read_() argument
376 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in cmpif1read_()
406 void cmpif2read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * expected, in cmpif2read_() argument
411 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in cmpif2read_()
510 void csetmpi_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * val, MPI_Fint * errs) in csetmpi_() argument
512 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in csetmpi_()
517 void csetmpi2_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * val, MPI_Fint * errs) in csetmpi2_() argument
519 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in csetmpi2_()
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/attr/
H A Dattrlangc.c371 void cmpif1read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * expected, in cmpif1read_() argument
376 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in cmpif1read_()
406 void cmpif2read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * expected, in cmpif2read_() argument
411 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in cmpif2read_()
510 void csetmpi_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * val, MPI_Fint * errs) in csetmpi_() argument
512 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in csetmpi_()
517 void csetmpi2_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * val, MPI_Fint * errs) in csetmpi2_() argument
519 MPI_Comm comm = MPI_Comm_f2c(*fcomm); in csetmpi2_()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/ftn-custom/
H A Dzdasubf.c12 PETSC_EXTERN void dmdagetprocessorsubset_(DM *da,DMDirection *dir,PetscInt *gp,MPI_Fint *fcomm, in… in dmdagetprocessorsubset_() argument
16 *fcomm = MPI_Comm_c2f(comm); in dmdagetprocessorsubset_()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMeshP_extensions.h25 int *fcomm,

123