Home
last modified time | relevance | path

Searched refs:restrict_flags (Results 1 – 24 of 24) sorted by relevance

/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dhwloc-distrib.c54 unsigned long restrict_flags = 0; in main() local
168 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
178 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
238 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
H A Dhwloc-bind.c81 unsigned long restrict_flags = 0; in main() local
136 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
146 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
190 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-calc.c295 unsigned long restrict_flags = 0; in main() local
354 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
364 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
410 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-info.c495 unsigned long restrict_flags = 0; in main() local
666 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
675 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
779 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-distrib.c53 unsigned long restrict_flags = 0; in main() local
162 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
172 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
232 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
H A Dhwloc-bind.c80 unsigned long restrict_flags = 0; in main() local
130 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
140 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
184 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-calc.c286 unsigned long restrict_flags = 0; in main() local
340 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
350 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
396 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-info.c491 unsigned long restrict_flags = 0; in main() local
662 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
671 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
775 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dhwloc-distrib.c53 unsigned long restrict_flags = 0; in main() local
162 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
172 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
232 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
H A Dhwloc-bind.c80 unsigned long restrict_flags = 0; in main() local
130 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
140 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
184 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-calc.c286 unsigned long restrict_flags = 0; in main() local
340 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
350 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
396 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-info.c491 unsigned long restrict_flags = 0; in main() local
662 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
671 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
775 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-distrib.c53 unsigned long restrict_flags = 0; in main() local
162 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
172 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
232 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
H A Dhwloc-bind.c80 unsigned long restrict_flags = 0; in main() local
130 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
140 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
184 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-calc.c286 unsigned long restrict_flags = 0; in main() local
340 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
350 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
396 if (hwloc_topology_restrict (topology, restrictset, restrict_flags)) { in main()
H A Dhwloc-info.c491 unsigned long restrict_flags = 0; in main() local
662 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
671 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
775 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/cmake/modules/
H A DCoverageReport.cmake45 list(APPEND restrict_flags -restrict ${dir})
62 --unified-report ${restrict_flags}
/dports/devel/hwloc2/hwloc-2.5.0/utils/lstopo/
H A Dlstopo.c685 unsigned long restrict_flags = 0; in main() local
1071 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
1078 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
1079 if(restrict_flags == (unsigned long)-1) in main()
1572 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/lstopo/
H A Dlstopo.c679 unsigned long restrict_flags = 0; in main() local
1042 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
1049 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
1050 if(restrict_flags == (unsigned long)-1) in main()
1542 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/lstopo/
H A Dlstopo.c679 unsigned long restrict_flags = 0; in main() local
1042 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
1049 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
1050 if(restrict_flags == (unsigned long)-1) in main()
1542 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/lstopo/
H A Dlstopo.c679 unsigned long restrict_flags = 0; in main() local
1042 restrict_flags |= HWLOC_RESTRICT_FLAG_BYNODESET; in main()
1049 restrict_flags = hwloc_utils_parse_restrict_flags(argv[1]); in main()
1050 if(restrict_flags == (unsigned long)-1) in main()
1542 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/devel/hwloc/hwloc-1.11.13/utils/lstopo/
H A Dlstopo.c548 unsigned long restrict_flags = 0; in main() local
690 restrict_flags = (unsigned long) strtoull(argv[1], NULL, 0); in main()
928 err = hwloc_topology_restrict (topology, restrictset, restrict_flags); in main()
/dports/math/librsb/librsb-1.2.0.10/
H A Dconfigure.ac797 restrict_flags="-qkeyword=restrict"
798 c99_flags="-qlanglvl=extc99 $restrict_flags"
834 restrict_flags="-restrict" # !
835 c99_flags="$restrict_flags"
850 restrict_flags="$c99_flags" # !
869 restrict_flags="$c99_flags" # !
H A Dconfigure20218 restrict_flags="-qkeyword=restrict"
20219 c99_flags="-qlanglvl=extc99 $restrict_flags"
20256 restrict_flags="-restrict" # !
20257 c99_flags="$restrict_flags"
20273 restrict_flags="$c99_flags" # !
20292 restrict_flags="$c99_flags" # !