Home
last modified time | relevance | path

Searched refs:nb_cores (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A Dtm_thread_pool.c47 int nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); in bind_myself_to_core() local
54 my_core = id*(nb_cores/nb_threads); in bind_myself_to_core()
61 my_core = id%nb_cores; in bind_myself_to_core()
182 unsigned int nb_cores; in create_threads() local
204 nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); in create_threads()
205 nb_threads = MIN(nb_cores, max_nb_threads); in create_threads()
H A Dtm_kpartitioning.c515 int nb_cores; in kpartition_build_tree_from_topology() local
521 nb_cores=nb_processing_units(topology)*topology->oversub_fact; in kpartition_build_tree_from_topology()
525 …"Number of constraints: %d, N=%d, nb_cores = %d, K=%d\n", nb_constraints, N, nb_cores, nb_cores-N); in kpartition_build_tree_from_topology()
533 if((constraints != NULL) && (nb_constraints > nb_cores)){ in kpartition_build_tree_from_topology()
535 …ze of constraint table (%d) is greater than the number of cores (%d)\n", nb_constraints, nb_cores); in kpartition_build_tree_from_topology()
542 if((K=nb_cores - N)>0){ in kpartition_build_tree_from_topology()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A Dtm_thread_pool.c47 int nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); in bind_myself_to_core() local
54 my_core = id*(nb_cores/nb_threads); in bind_myself_to_core()
61 my_core = id%nb_cores; in bind_myself_to_core()
182 unsigned int nb_cores; in create_threads() local
204 nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); in create_threads()
205 nb_threads = MIN(nb_cores, max_nb_threads); in create_threads()
H A Dtm_kpartitioning.c515 int nb_cores; in kpartition_build_tree_from_topology() local
521 nb_cores=nb_processing_units(topology)*topology->oversub_fact; in kpartition_build_tree_from_topology()
525 …"Number of constraints: %d, N=%d, nb_cores = %d, K=%d\n", nb_constraints, N, nb_cores, nb_cores-N); in kpartition_build_tree_from_topology()
533 if((constraints != NULL) && (nb_constraints > nb_cores)){ in kpartition_build_tree_from_topology()
535 …ze of constraint table (%d) is greater than the number of cores (%d)\n", nb_constraints, nb_cores); in kpartition_build_tree_from_topology()
542 if((K=nb_cores - N)>0){ in kpartition_build_tree_from_topology()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/basic/
H A Dprocess_unix.cpp393 int nb_cores = android_get_number_of_cores(); in os_number_of_cores() local
394 geo_assert(nb_cores > 0); in os_number_of_cores()
395 return index_t(nb_cores); in os_number_of_cores()
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/benchmark/
H A Dbenchmark_generate_cpuinfo.pro63 nb_cores : !cpu.HW_NCPU} ; not fully clear ...
H A Dbenchmark_info_cpu.pro65 nb_cores : !cpu.hw_ncpu} ; not fully clear ...
H A Dplot_basic_benchmarks.pro149 XYOUTS, 0.78, 0.70, 'nb cores : '+STRING(info_cpu.nb_cores), /normal
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos_setup.c557 int nb_cores = 0; variable
565 nb_cores = n;
569 if (nb_cores == 0)
570 nb_cores = ___cpu_count (); /* use the CPU count as a last resort */
572 return nb_cores;
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/
H A Dtools.h850 u32 nb_cores; member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dos_divers.c765 the_rti.nb_cores = 1; in gf_sys_init()
791 the_rti.nb_cores = sysinfo.dwNumberOfProcessors; in gf_sys_init()
802 the_rti.nb_cores = (u32)sysconf(_SC_NPROCESSORS_ONLN); in gf_sys_init()
820 …d MB physical RAM - %d cores\n", rti.pid, (u32)(rti.physical_memory / 1024 / 1024), rti.nb_cores)); in gf_sys_init()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/
H A Dos_divers.c1166 the_rti.nb_cores = 1; in gf_sys_init()
1191 the_rti.nb_cores = sysinfo.dwNumberOfProcessors; in gf_sys_init()
1202 the_rti.nb_cores = (u32) sysconf( _SC_NPROCESSORS_ONLN ); in gf_sys_init()
1229 …- %d MB physical RAM - %d cores\n", rti.pid, (u32) (rti.physical_memory/1024/1024), rti.nb_cores)); in gf_sys_init()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/
H A Dos_divers.c1166 the_rti.nb_cores = 1; in gf_sys_init()
1191 the_rti.nb_cores = sysinfo.dwNumberOfProcessors; in gf_sys_init()
1202 the_rti.nb_cores = (u32) sysconf( _SC_NPROCESSORS_ONLN ); in gf_sys_init()
1229 …- %d MB physical RAM - %d cores\n", rti.pid, (u32) (rti.physical_memory/1024/1024), rti.nb_cores)); in gf_sys_init()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/ffmpeg_in/
H A Dffmpeg_decode.c422 detected_nb_threads = (rti.nb_cores>1) ? rti.nb_cores-1 : 1; in FFDEC_AttachStream()
434 … with %d threads but only %d available cores detected on the system\n", nb_threads, rti.nb_cores)); in FFDEC_AttachStream()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/ffmpeg_in/
H A Dffmpeg_decode.c422 detected_nb_threads = (rti.nb_cores>1) ? rti.nb_cores-1 : 1; in FFDEC_AttachStream()
434 … with %d threads but only %d available cores detected on the system\n", nb_threads, rti.nb_cores)); in FFDEC_AttachStream()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dtools.h997 u32 nb_cores; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dtools.h997 u32 nb_cores; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddec_openhevc.c1202 ctx->nb_threads = (rti.nb_cores>1) ? rti.nb_cores-1 : 1; in ohevcdec_initialize()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddec_openhevc.c1202 ctx->nb_threads = (rti.nb_cores>1) ? rti.nb_cores-1 : 1; in ohevcdec_initialize()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/testapps/hevcbench/
H A Dmain.c815 if (!nb_threads) nb_threads = rti.nb_cores; in main()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/testapps/hevcbench/
H A Dmain.c815 if (!nb_threads) nb_threads = rti.nb_cores; in main()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/share/doc/idl/
H A Dscenejs.idl77 readonly attribute unsigned long nb_cores;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/share/doc/idl/
H A Dscenejs.idl77 readonly attribute unsigned long nb_cores;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/jsmods/
H A Dscene_js.c351 return JS_NewInt32(ctx, ext->rti.nb_cores); in gpac_getProperty()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/mp4client/
H A Dmain.c1425 …tderr, "System info: %d MB RAM - %d cores\n", (u32) (rti.physical_memory/1024/1024), rti.nb_cores); in mp4client_main()

12