Home
last modified time | relevance | path

Searched refs:ndomains (Results 1 – 25 of 142) sorted by relevance

123456

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dalmo_scf_diis_types.F131 ndomains = 1
132 ALLOCATE (diis_env%m_b(ndomains))
136 DO idomain = 1, ndomains
183 ndomains = SIZE(sample_err)
193 ALLOCATE (diis_env%m_b(ndomains))
198 DO idomain = 1, ndomains
288 ndomains = SIZE(diis_env%m_b)
291 DO idomain = 1, ndomains
304 DO idomain = 1, ndomains
382 ndomains = SIZE(diis_env%m_b)
[all …]
H A Ddomain_submatrix_methods.F156 ndomains = SIZE(original)
161 DO idomain = 1, ndomains
311 DO idomain = 1, ndomains
377 ndomains = SIZE(subm)
378 DO idomain = 1, ndomains
586 ndomains = SIZE(A)
593 DO idomain = 1, ndomains
698 ndomains = SIZE(A)
703 DO idomain = 1, ndomains
748 DO idomain = 1, ndomains
[all …]
H A Dalmo_scf_methods.F786 ndomains = almo_scf_env%ndomains
789 ALLOCATE (subm_t(ndomains))
824 DO idomain = 1, ndomains
1367 DO idomain = 1, ndomains
2368 DO idomain = 1, ndomains
2508 DO idomain = 1, ndomains
2581 DO idomain = 1, ndomains
3198 ndomains = almo_scf_env%ndomains
3203 DO idomain = 1, ndomains
3215 DO idomain = 1, ndomains
[all …]
H A Dalmo_scf.F261 almo_scf_env%ndomains = almo_scf_env%natoms
265 ndomains = almo_scf_env%ndomains
296 DO idomain = 1, ndomains
340 DO idomain = 1, ndomains
349 DO idomain = 1, ndomains
367 DO idomain = 1, ndomains
704 ndomains=almo_scf_env%ndomains, &
1032 almo_scf_env%ndomains
1089 DO idomain = 1, almo_scf_env%ndomains
1121 IF (almo_scf_env%ndomains .LE. 64) THEN
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dalmo_scf_diis_types.F131 ndomains = 1
132 ALLOCATE (diis_env%m_b(ndomains))
136 DO idomain = 1, ndomains
183 ndomains = SIZE(sample_err)
193 ALLOCATE (diis_env%m_b(ndomains))
198 DO idomain = 1, ndomains
288 ndomains = SIZE(diis_env%m_b)
291 DO idomain = 1, ndomains
304 DO idomain = 1, ndomains
382 ndomains = SIZE(diis_env%m_b)
[all …]
H A Ddomain_submatrix_methods.F156 ndomains = SIZE(original)
161 DO idomain = 1, ndomains
311 DO idomain = 1, ndomains
377 ndomains = SIZE(subm)
378 DO idomain = 1, ndomains
586 ndomains = SIZE(A)
593 DO idomain = 1, ndomains
698 ndomains = SIZE(A)
703 DO idomain = 1, ndomains
748 DO idomain = 1, ndomains
[all …]
H A Dalmo_scf.F250 almo_scf_env%ndomains = almo_scf_env%natoms
254 ndomains = almo_scf_env%ndomains
285 DO idomain = 1, ndomains
329 DO idomain = 1, ndomains
338 DO idomain = 1, ndomains
356 DO idomain = 1, ndomains
693 ndomains=almo_scf_env%ndomains, &
1019 almo_scf_env%ndomains
1076 DO idomain = 1, almo_scf_env%ndomains
1108 IF (almo_scf_env%ndomains .LE. 64) THEN
[all …]
H A Dalmo_scf_methods.F743 ndomains = almo_scf_env%ndomains
746 ALLOCATE (subm_t(ndomains))
781 DO idomain = 1, ndomains
1324 DO idomain = 1, ndomains
2314 DO idomain = 1, ndomains
2452 DO idomain = 1, ndomains
2525 DO idomain = 1, ndomains
3142 ndomains = almo_scf_env%ndomains
3147 DO idomain = 1, ndomains
3159 DO idomain = 1, ndomains
[all …]
/dports/dns/ares/ares-1.1.1/
H A Dares_init.c80 channel->ndomains = -1; in ares_init_options()
99 if (channel->ndomains != -1) in ares_init_options()
101 for (i = 0; i < channel->ndomains; i++) in ares_init_options()
183 channel->ndomains = i; in init_by_options()
188 channel->ndomains = options->ndomains; in init_by_options()
311 if (channel->ndomains == -1) in init_by_defaults()
320 channel->ndomains = 0; in init_by_defaults()
327 channel->ndomains = 0; in init_by_defaults()
331 channel->ndomains = 1; in init_by_defaults()
480 channel->ndomains = n; in set_search()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-freebsd.c373 uint64_t *distances = malloc(sizeof(uint64_t) * ndomains * ndomains); in set_locality_info()
396 for(int i = 0 ; i < ndomains ; i++){ in set_locality_info()
400 for(int j = 0 ; j < ndomains ; j++){ in set_locality_info()
405 distances[ndomains*i + j] = tmp; in set_locality_info()
420 get_memory_domain_info(int ndomains){ in get_memory_domain_info() argument
430 memset(domains_memory, 0, ndomains * sizeof(hwloc_uint64_t)); in get_memory_domain_info()
466 unsigned ndomains, i; in hwloc_look_freebsd_domains() local
471 len_ndomains = sizeof(ndomains); in hwloc_look_freebsd_domains()
476 nodes = malloc(sizeof(hwloc_obj_t) * ndomains); in hwloc_look_freebsd_domains()
483 for ( i = 0 ; i < ndomains ; i++ ){ in hwloc_look_freebsd_domains()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-freebsd.c373 uint64_t *distances = malloc(sizeof(uint64_t) * ndomains * ndomains); in set_locality_info()
396 for(int i = 0 ; i < ndomains ; i++){ in set_locality_info()
400 for(int j = 0 ; j < ndomains ; j++){ in set_locality_info()
405 distances[ndomains*i + j] = tmp; in set_locality_info()
420 get_memory_domain_info(int ndomains){ in get_memory_domain_info() argument
430 memset(domains_memory, 0, ndomains * sizeof(hwloc_uint64_t)); in get_memory_domain_info()
466 unsigned ndomains, i; in hwloc_look_freebsd_domains() local
471 len_ndomains = sizeof(ndomains); in hwloc_look_freebsd_domains()
476 nodes = malloc(sizeof(hwloc_obj_t) * ndomains); in hwloc_look_freebsd_domains()
483 for ( i = 0 ; i < ndomains ; i++ ){ in hwloc_look_freebsd_domains()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-freebsd.c373 uint64_t *distances = malloc(sizeof(uint64_t) * ndomains * ndomains); in set_locality_info()
396 for(int i = 0 ; i < ndomains ; i++){ in set_locality_info()
400 for(int j = 0 ; j < ndomains ; j++){ in set_locality_info()
405 distances[ndomains*i + j] = tmp; in set_locality_info()
420 get_memory_domain_info(int ndomains){ in get_memory_domain_info() argument
430 memset(domains_memory, 0, ndomains * sizeof(hwloc_uint64_t)); in get_memory_domain_info()
466 unsigned ndomains, i; in hwloc_look_freebsd_domains() local
471 len_ndomains = sizeof(ndomains); in hwloc_look_freebsd_domains()
476 nodes = malloc(sizeof(hwloc_obj_t) * ndomains); in hwloc_look_freebsd_domains()
483 for ( i = 0 ; i < ndomains ; i++ ){ in hwloc_look_freebsd_domains()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-freebsd.c373 uint64_t *distances = malloc(sizeof(uint64_t) * ndomains * ndomains); in set_locality_info()
396 for(int i = 0 ; i < ndomains ; i++){ in set_locality_info()
400 for(int j = 0 ; j < ndomains ; j++){ in set_locality_info()
405 distances[ndomains*i + j] = tmp; in set_locality_info()
420 get_memory_domain_info(int ndomains){ in get_memory_domain_info() argument
430 memset(domains_memory, 0, ndomains * sizeof(hwloc_uint64_t)); in get_memory_domain_info()
466 unsigned ndomains, i; in hwloc_look_freebsd_domains() local
471 len_ndomains = sizeof(ndomains); in hwloc_look_freebsd_domains()
476 nodes = malloc(sizeof(hwloc_obj_t) * ndomains); in hwloc_look_freebsd_domains()
483 for ( i = 0 ; i < ndomains ; i++ ){ in hwloc_look_freebsd_domains()
[all …]
/dports/science/conduit/conduit-0.8.0/src/tests/blueprint/
H A Dt_blueprint_mpi_mesh_partition.cpp90 make_offsets(ndomains, offsets); in distribute_domains()
94 for(size_t i = 0; i < ndomains[rank]; i++) in distribute_domains()
142 int ndomains[] = {3,2,1,1}; in TEST() local
475 int ndomains[4] = {0,0,0,0}; in TEST() local
483 ndomains[0] = r0; in TEST()
484 ndomains[1] = r1; in TEST()
485 ndomains[2] = r2; in TEST()
486 ndomains[3] = r3; in TEST()
518 int ndomains[] = {3,2,1,1}; in TEST() local
648 int ndomains[] = {3,2,1,1}; in TEST() local
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/generic/
H A Dtest_al_chain.py8 ndomains = size // 8 + 1
9 calc = GPAW(h=d / 16, kpts=(17, 1, 1), parallel={'domain': ndomains,
15 assert calc.wfs.kd.comm.size * ndomains == size
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DSpaceGrid.cpp45 ndomains = -1; in put()
129 ndomains = R.size(); in initialize_voronoi()
130 domain_volumes.resize(ndomains, 1); in initialize_voronoi()
131 domain_centers.resize(ndomains, DIM); in initialize_voronoi()
133 for (int i = 0; i < ndomains; i++) in initialize_voronoi()
135 for (int i = 0; i < ndomains; i++) in initialize_voronoi()
143 reference_count.resize(ndomains); in initialize_voronoi()
495 domain_volumes.resize(ndomains, 1); in initialize_rectilinear()
636 reference_count.resize(ndomains); in initialize_rectilinear()
1060 for (nd = 0; nd < ndomains; nd++) in evaluate()
[all …]
/dports/devel/libpciaccess/libpciaccess-0.16/src/
H A Dopenbsd_pci.c45 static int ndomains; variable
125 if (domain < 0 || domain >= ndomains) in pci_device_openbsd_read_rom()
180 if (domain < 0 || domain >= ndomains) in pci_nfuncs()
322 for (domain = 0; domain < ndomains; domain++) in pci_system_openbsd_destroy()
324 ndomains = 0; in pci_system_openbsd_destroy()
591 if (ndomains > 0) in pci_system_openbsd_create()
599 ndomains++; in pci_system_openbsd_create()
602 if (ndomains == 0) in pci_system_openbsd_create()
607 for (domain = 0; domain < ndomains; domain++) in pci_system_openbsd_create()
609 ndomains = 0; in pci_system_openbsd_create()
[all …]
/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares_init.c157 channel->ndomains = -1; in ares_init_options()
240 if (channel->ndomains != -1) in ares_init_options()
399 if (channel->ndomains) { in ares_save_options()
406 options->ndomains = i; in ares_save_options()
412 options->ndomains = channel->ndomains; in ares_save_options()
510 if (options->ndomains > 0) in init_by_options()
523 channel->ndomains = options->ndomains; in init_by_options()
1574 if (channel->ndomains == -1) in init_by_resolv_conf()
1952 channel->ndomains = 1; in init_by_defaults()
2292 channel->ndomains = -1; in set_search()
[all …]
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_init.c136 channel->ndomains = -1; in ares_init_options()
219 if (channel->ndomains != -1) in ares_init_options()
378 if (channel->ndomains) { in ares_save_options()
385 options->ndomains = i; in ares_save_options()
391 options->ndomains = channel->ndomains; in ares_save_options()
489 if (options->ndomains > 0) in init_by_options()
502 channel->ndomains = options->ndomains; in init_by_options()
1602 if (channel->ndomains == -1) in init_by_resolv_conf()
1985 channel->ndomains = 1; in init_by_defaults()
2330 channel->ndomains = -1; in set_search()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_init.c136 channel->ndomains = -1;
219 if (channel->ndomains != -1)
378 if (channel->ndomains) {
385 options->ndomains = i;
391 options->ndomains = channel->ndomains;
489 if (options->ndomains > 0)
502 channel->ndomains = options->ndomains;
1602 if (channel->ndomains == -1)
1985 channel->ndomains = 1;
2330 channel->ndomains = -1;
[all …]
/dports/www/node10/node-v10.24.1/deps/cares/src/
H A Dares_init.c157 channel->ndomains = -1; in ares_init_options()
240 if (channel->ndomains != -1) in ares_init_options()
399 if (channel->ndomains) { in ares_save_options()
406 options->ndomains = i; in ares_save_options()
412 options->ndomains = channel->ndomains; in ares_save_options()
510 if (options->ndomains > 0) in init_by_options()
523 channel->ndomains = options->ndomains; in init_by_options()
1574 if (channel->ndomains == -1) in init_by_resolv_conf()
1952 channel->ndomains = 1; in init_by_defaults()
2292 channel->ndomains = -1; in set_search()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares_init.c157 channel->ndomains = -1; in ares_init_options()
240 if (channel->ndomains != -1) in ares_init_options()
399 if (channel->ndomains) { in ares_save_options()
406 options->ndomains = i; in ares_save_options()
412 options->ndomains = channel->ndomains; in ares_save_options()
510 if (options->ndomains > 0) in init_by_options()
523 channel->ndomains = options->ndomains; in init_by_options()
1574 if (channel->ndomains == -1) in init_by_resolv_conf()
1952 channel->ndomains = 1; in init_by_defaults()
2292 channel->ndomains = -1; in set_search()
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mpi_mesh_examples.cpp89 spiral_round_robin(conduit::index_t ndomains, in spiral_round_robin() argument
101 blueprint::mesh::examples::spiral(ndomains,dset); in spiral_round_robin()
105 for(index_t i=0; i < ndomains; i++) in spiral_round_robin()
/dports/dns/c-ares/c-ares-1.17.2/test/
H A Dares-test-init.cc81 opts.ndomains = 2; in TEST_F()
82 opts.domains = (char **)malloc(opts.ndomains * sizeof(char *)); in TEST_F()
113 EXPECT_EQ(opts.ndomains, opts2.ndomains); in TEST_F()
167 opts.ndomains = 2; in TEST_F()
168 opts.domains = (char **)malloc(opts.ndomains * sizeof(char *)); in TEST_F()
345 EXPECT_EQ(2, opts.ndomains);
602 EXPECT_EQ(1, opts.ndomains);
625 EXPECT_EQ(1, opts.ndomains);
664 EXPECT_EQ(1, opts.ndomains);
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/test/
H A Dares-test-init.cc81 opts.ndomains = 2; in TEST_F()
82 opts.domains = (char **)malloc(opts.ndomains * sizeof(char *)); in TEST_F()
113 EXPECT_EQ(opts.ndomains, opts2.ndomains); in TEST_F()
167 opts.ndomains = 2; in TEST_F()
168 opts.domains = (char **)malloc(opts.ndomains * sizeof(char *)); in TEST_F()
345 EXPECT_EQ(2, opts.ndomains);
584 EXPECT_EQ(1, opts.ndomains);
607 EXPECT_EQ(1, opts.ndomains);
646 EXPECT_EQ(1, opts.ndomains);

123456