Home
last modified time | relevance | path

Searched defs:fcomm (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/dbcsr/dbcsr-2.1.0/src/
H A Ddbcsr.h23 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_init_lib() local
35 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_distribution_new() local
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
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
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/
H A Ddbcsr.h23 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_init_lib() local
35 MPI_Fint fcomm = MPI_Comm_c2f(comm); in c_dbcsr_distribution_new() local
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
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
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tutorials/
H A Dex7.c30 int fcomm; in main() local
58 PETSC_INTERN void ex7c_(Vec *fvec,int *fcomm,PetscErrorCode *ierr) in ex7c_()
/dports/math/blacs/BLACS/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
/dports/math/blacs/BLACS_shared/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
/dports/math/scalapack/scalapack-2.1.0/BLACS/INSTALL/
H A Dtc_UseMpich.c6 int fcomm; in main() local
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dfparcsr_mv.f13 subroutine fhypre_parcsrmatrixcreate(fcomm, fglobal_num_rows, argument
76 subroutine fhypre_parcsrmatrixread (fcomm, ffile_name, fmatrix) argument
78 integer fcomm local
113 subroutine fhypre_parcsrmatrixgetcomm (fmatrix, fcomm) argument
116 integer fcomm local
261 subroutine fhypre_csrmatrixtoparcsrmatrix (fcomm, fA_CSR, argument
329 subroutine fhypre_parvectorcreate(fcomm, fsize, fpartion, fvector) argument
332 integer fcomm local
349 subroutine fhypre_parmultivectorcreate(fcomm, fsize, fpartion, argument
406 subroutine fhypre_parvectorread (fcomm, fvector, fname) argument
[all …]
H A Dfij_mv.f13 subroutine fhypre_ijmatrixcreate(fcomm, filower, fiupper, argument
229 subroutine fhypre_ijmatrixread(ffilename, fcomm, fobject_type, argument
291 subroutine fhypre_ijvectorcreate(fcomm, fjlower, fjupper, fvector) argument
295 integer fcomm local
482 subroutine fhypre_ijvectorread(ffilename, fcomm, fobject_type, argument
H A Dfsstruct_mv.f18 subroutine fhypre_sstructgraphcreate(fcomm, fgrid, fgraphptr) argument
21 integer fcomm local
151 subroutine fhypre_sstructgridcreate(fcomm, fndim, fnparts, argument
357 subroutine fhypre_sstructmatrixcreate(fcomm, fgraph, fmatrix_ptr) argument
360 integer fcomm local
818 subroutine fhypre_sstructvectorcreate(fcomm, fgrid, fvector_ptr) argument
821 integer fcomm local
H A Dfstruct_mv.f75 subroutine fhypre_structgridcreate(fcomm, fdim, fgrid) argument
77 integer fcomm local
177 subroutine fhypre_structmatrixcreate(fcomm, fgrid, fstencil, argument
508 subroutine fhypre_structvectorcreate(fcomm, fgrid, fvector) argument
510 integer fcomm local
H A Dfsstruct_ls.f18 subroutine fhypre_sstructbicgstabcreate(fcomm, fsolver) argument
21 integer*8 fcomm local
300 subroutine fhypre_sstructgmrescreate(fcomm, fsolver) argument
303 integer*8 fcomm local
698 subroutine fhypre_sstructfaccreate(fcomm, fsolver) argument
701 integer*8 fcomm local
1074 subroutine fhypre_sstructpcgcreate(fcomm, fsolver) argument
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
224 subroutine fhypre_structgmrescreate(fcomm, fsolver) argument
226 integer fcomm local
416 integer fcomm local
838 integer fcomm local
1052 subroutine fhypre_structpcgcreate(fcomm, fsolver) argument
1054 integer fcomm local
1314 integer fcomm local
1838 integer fcomm local
[all …]
/dports/net/py-mpi4py/mpi4py-3.1.3/demo/wrap-f2py/
H A Dtest.py9 fcomm = comm.py2f() variable
/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_()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/h5part/vtkh5part/src/
H A DH5PartF.c304 MPI_Fint *fcomm, in h5pt_openr_par()
322 MPI_Fint *fcomm, in h5pt_openw_par()
339 MPI_Fint *fcomm, in h5pt_opena_par()
356 MPI_Fint *fcomm, in h5pt_openr_par_align()
380 MPI_Fint *fcomm, in h5pt_openw_par_align()
404 MPI_Fint *fcomm, in h5pt_opena_par_align()
/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_()
406 void cmpif2read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * expected, in cmpif2read_()
510 void csetmpi_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * val, MPI_Fint * errs) in csetmpi_()
517 void csetmpi2_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * val, MPI_Fint * errs) 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_()
406 void cmpif2read_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * expected, in cmpif2read_()
510 void csetmpi_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Fint * val, MPI_Fint * errs) in csetmpi_()
517 void csetmpi2_(MPI_Fint * fcomm, MPI_Fint * fkey, MPI_Aint * val, MPI_Fint * errs) in csetmpi2_()
/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
68 MPI_Fint *fcomm = (MPI_Fint *) pcomm; in cslib_open_fortran_mpi_one() local
/dports/science/lammps/lammps-stable_29Sep2021/unittest/c-library/
H A Dtest_library_open.cpp176 int fcomm = MPI_Comm_c2f(mycomm); in TEST() local
/dports/math/dbcsr/dbcsr-2.1.0/examples/
H A Ddbcsr_tensor_example_2.cpp150 MPI_Fint fcomm = MPI_Comm_c2f(MPI_COMM_WORLD); in main() local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/examples/
H A Ddbcsr_tensor_example_1.cpp150 MPI_Fint fcomm = MPI_Comm_c2f(MPI_COMM_WORLD); in main() local
/dports/math/dbcsr/dbcsr-2.1.0/src/tensors/
H A Ddbcsr_tensor_api_c.F73 SUBROUTINE c_dbcsr_t_pgrid_create_expert(fcomm, c_dims, dims_size, c_pgrid, & argument
78 INTEGER(kind=c_int), INTENT(in) :: fcomm local
101 SUBROUTINE c_dbcsr_t_pgrid_create(fcomm, c_dims, dims_size, c_pgrid, c_tensor_dims) & argument
104 INTEGER(kind=c_int), INTENT(in) :: fcomm local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/tensors/
H A Ddbcsr_tensor_api_c.F73 SUBROUTINE c_dbcsr_t_pgrid_create_expert(fcomm, c_dims, dims_size, c_pgrid, & argument
78 INTEGER(kind=c_int), INTENT(in) :: fcomm local
101 SUBROUTINE c_dbcsr_t_pgrid_create(fcomm, c_dims, dims_size, c_pgrid, c_tensor_dims) & argument
104 INTEGER(kind=c_int), INTENT(in) :: fcomm local

12