Home
last modified time | relevance | path

Searched refs:new_group (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/dports/net/openmpi3/openmpi-3.1.6/ompi/group/
H A Dgroup_init.c61 ompi_group_t *new_group; in ompi_group_allocate() local
68 if (NULL == new_group) { in ompi_group_allocate()
72 return new_group; in ompi_group_allocate()
85 if (NULL == new_group) { in ompi_group_allocate_plist_w_procs()
109 return new_group; in ompi_group_allocate_plist_w_procs()
126 new_group = NULL; in ompi_group_allocate_sporadic()
154 return new_group; in ompi_group_allocate_sporadic()
168 new_group = NULL; in ompi_group_allocate_strided()
180 return new_group; in ompi_group_allocate_strided()
195 new_group = NULL; in ompi_group_allocate_bmap()
[all …]
H A Dgroup.h288 ompi_group_t **new_group);
290 ompi_group_t **new_group);
292 int ranges[][3],ompi_group_t **new_group);
294 int ranges[][3],ompi_group_t **new_group);
296 ompi_group_t **new_group);
298 ompi_group_t **new_group);
300 ompi_group_t **new_group);
307 ompi_group_t **new_group);
309 ompi_group_t **new_group);
311 ompi_group_t **new_group);
[all …]
H A Dgroup_plist.c99 ompi_group_t **new_group) in ompi_group_incl_plist() argument
108 *new_group = MPI_GROUP_EMPTY; in ompi_group_incl_plist()
136 *new_group = (MPI_Group)new_group_pointer; in ompi_group_incl_plist()
146 ompi_group_t **new_group) in ompi_group_union() argument
174 *new_group = MPI_GROUP_EMPTY; in ompi_group_union()
218 *new_group = (MPI_Group) new_group_pointer; in ompi_group_union()
228 ompi_group_t **new_group) { in ompi_group_difference() argument
256 *new_group = MPI_GROUP_EMPTY; in ompi_group_difference()
292 *new_group = (MPI_Group)new_group_pointer; in ompi_group_difference()
/dports/net/openmpi/openmpi-4.1.1/ompi/group/
H A Dgroup_init.c61 ompi_group_t *new_group; in ompi_group_allocate() local
68 if (NULL == new_group) { in ompi_group_allocate()
72 return new_group; in ompi_group_allocate()
85 if (NULL == new_group) { in ompi_group_allocate_plist_w_procs()
109 return new_group; in ompi_group_allocate_plist_w_procs()
126 new_group = NULL; in ompi_group_allocate_sporadic()
154 return new_group; in ompi_group_allocate_sporadic()
168 new_group = NULL; in ompi_group_allocate_strided()
180 return new_group; in ompi_group_allocate_strided()
195 new_group = NULL; in ompi_group_allocate_bmap()
[all …]
H A Dgroup.h288 ompi_group_t **new_group);
290 ompi_group_t **new_group);
292 int ranges[][3],ompi_group_t **new_group);
294 int ranges[][3],ompi_group_t **new_group);
296 ompi_group_t **new_group);
298 ompi_group_t **new_group);
300 ompi_group_t **new_group);
307 ompi_group_t **new_group);
309 ompi_group_t **new_group);
311 ompi_group_t **new_group);
[all …]
H A Dgroup_plist.c101 ompi_group_t **new_group) in ompi_group_incl_plist() argument
110 *new_group = MPI_GROUP_EMPTY; in ompi_group_incl_plist()
138 *new_group = (MPI_Group)new_group_pointer; in ompi_group_incl_plist()
148 ompi_group_t **new_group) in ompi_group_union() argument
176 *new_group = MPI_GROUP_EMPTY; in ompi_group_union()
220 *new_group = (MPI_Group) new_group_pointer; in ompi_group_union()
230 ompi_group_t **new_group) { in ompi_group_difference() argument
258 *new_group = MPI_GROUP_EMPTY; in ompi_group_difference()
294 *new_group = (MPI_Group)new_group_pointer; in ompi_group_difference()
/dports/lang/parrot/parrot-8.1.0/lib/Parrot/Docs/Section/
H A DTests.pm41 $self->new_group( 'Tools', '', 't/harness' ),
42 $self->new_group( 'Benchmarks Tests', '', 't/benchmark' ),
43 $self->new_group( 'Coding Standards Tests', '', 't/codingstd' ),
44 $self->new_group( 'Compilers Tests', '', 't/compilers' ),
45 $self->new_group( 'Configure Tests', '', 't/configure' ),
46 $self->new_group( 'Distribution Tests', '', 't/distro' ),
47 $self->new_group( 'Examples Tests', '', 't/examples' ),
48 $self->new_group( 'Libraries Tests', '', 't/library' ),
49 $self->new_group( 'Native Bytecode Tests', '', 't/native_pbc' ),
52 $self->new_group( 'C Source Code Tests', '', 't/src' ),
[all …]
H A DC.pm117 $self->new_group(
124 $self->new_group(
137 $self->new_group(
144 $self->new_group(
150 $self->new_group(
156 $self->new_group(
163 $self->new_group(
174 $self->new_group(
191 $self->new_group(
199 $self->new_group(
[all …]
H A DExamples.pm44 $self->new_group( 'PASM and PIR', '', 'examples/pasm' ),
45 $self->new_group( 'PIR', '', 'examples/pir' ),
46 $self->new_group( 'Subroutines', '', 'examples/subs' ),
47 $self->new_group( 'Streams', '', 'examples/streams' ),
48 $self->new_group( 'Benchmarking', '', 'examples/benchmarks' ),
49 $self->new_group( 'Speed Comparison', '', 'examples/mops' ),
50 $self->new_group( 'Native Call Interface', '', 'examples/nci' ),
H A DCompilers.pm43 $self->new_group( 'IMCC', 'the Intermediate Code Compiler for Parrot', 'compilers/imcc' ),
44 $self->new_group( 'PGE', 'the Parrot Grammar Engine', 'compilers/pge' ),
45 $self->new_group( 'TGE', 'the Tree Grammar Engine', 'compilers/tge' ),
46 $self->new_group( 'PCT', 'Parrot Compiler Toolkit', 'compilers/pct' ),
47 $self->new_group( 'JSON', 'JavaScript Object Notation', 'compilers/data_json' ),
48 $self->new_group( 'NCIGEN', 'Native Call Interface Generator', 'compilers/ncigen' ),
H A DTools.pm43 $self->new_group(
50 $self->new_group(
62 $self->new_group(
69 $self->new_group(
76 $self->new_group(
81 $self->new_group(
88 $self->new_group(
H A DPerl.pm41 $self->new_group(
50 $self->new_group(
54 $self->new_group( 'IO', '', 'lib/Parrot/Distribution.pm', 'lib/Parrot/IO' ),
55 $self->new_group(
67 $self->new_group(
74 $self->new_group( 'Testing', '', $self->new_item( '', 'lib/Parrot/Test.pm' ), ),
H A DInfo.pm41 $self->new_group(
60 $self->new_group(
64 $self->new_group(
80 $self->new_group(
91 $self->new_group(
103 $self->new_group(
H A DParrot.pm52 $self->new_group(
64 $self->new_group(
72 $self->new_group(
81 $self->new_group(
93 $self->new_group(
107 $self->new_group(
/dports/www/ilias6/ILIAS-6.14/tests/UI/Component/Input/Field/
H A DOptionalGroupInputTest.php73 $new_group = $this->optional_group->withDisabled(true);
77 $this->assertNotSame($this->optional_group, $new_group);
91 $new_group = $this->optional_group->withRequired(true);
137 $new_group = $this->optional_group->withValue([1,2]);
148 $new_group = $this->optional_group->withValue(1);
155 $new_group = $this->optional_group->withValue([1]);
175 $new_group = $this->optional_group->withValue(null);
180 $this->assertEquals(null, $new_group->getValue());
237 $new_group = $this->optional_group
290 $new_group = $this->optional_group
[all …]
H A DGroupInputTest.php61 $new_group = $this->group->withDisabled(true);
65 $this->assertNotSame($this->group, $new_group);
83 $new_group = $this->group->withRequired(true);
87 $this->assertNotSame($this->group, $new_group);
129 $new_group = $this->group->withValue([1,2]);
133 $this->assertNotSame($this->group, $new_group);
172 $new_group = $this->group->withValue(1);
179 $new_group = $this->group->withValue([1]);
228 $new_group = $this->group
275 $new_group = $this->group
[all …]
H A DSwitchableGroupInputTest.php85 $new_group = $this->switchable_group->withDisabled(true);
89 $this->assertNotSame($this->switchable_group, $new_group);
103 $new_group = $this->switchable_group->withRequired(true);
107 $this->assertNotSame($this->switchable_group, $new_group);
141 $this->assertNotSame($this->switchable_group, $new_group);
148 $new_group = $this->switchable_group->withValue(null);
160 $new_group = $this->switchable_group->withValue("child1");
226 $new_group = $this->switchable_group
276 $new_group = $this->switchable_group
285 $this->assertTrue($new_group->getContent()->isError());
[all …]
/dports/sysutils/auto-admin/auto-admin-0.7.8.1/Scripts/
H A Dauto-change-primary-group33 new_group=$2
53 if awk -F : '{ print $1 }' /etc/group | fgrep -q $new_group; then
54 new_gid=`awk -F : -v group_name=$new_group '$1 == group_name { print $3 }' /etc/group`
55 elif awk -F : '{ print $3 }' /etc/group | fgrep -q $new_group; then
56 new_gid=$new_group
58 printf "$0: Error: $new_group is not an existing group.\n"
63 printf "$0: $new_group is already the primary group for $user_name.\n"
73 pw usermod $user_name -g $new_group
77 usermod -g $new_group $user_name
89 auto-change-group-ownership $user_name $old_gid $new_group $dirs
/dports/math/combblas/CombBLAS_beta_16_2/usort/src/
H A DparUtils.cpp24 MPI_Group orig_group, new_group; in splitCommBinary() local
59 MPI_Comm_create(orig_comm, new_group, new_comm); in splitCommBinary()
73 MPI_Group orig_group, new_group; in splitCommBinaryNoFlip() local
108 MPI_Comm_create(orig_comm, new_group, new_comm); in splitCommBinaryNoFlip()
125 MPI_Group orig_group, new_group; in splitComm2way() local
166 MPI_Group_incl(orig_group, numIdle, ranksIdle, &new_group); in splitComm2way()
170 MPI_Comm_create(comm, new_group, new_comm); in splitComm2way()
186 MPI_Group orig_group, new_group; in splitCommUsingSplittingRank() local
214 MPI_Comm_create(comm, new_group, new_comm); in splitCommUsingSplittingRank()
227 MPI_Group orig_group, new_group; in splitComm2way() local
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Ddesktop-parse.c349 FcitxDesktopGroup *new_group; in fcitx_desktop_file_hash_new_group() local
356 return new_group; in fcitx_desktop_file_hash_new_group()
397 new_group->next = *prev_p; in fcitx_desktop_group_set_link()
398 new_group->prev = *next_p; in fcitx_desktop_group_set_link()
399 *prev_p = new_group; in fcitx_desktop_group_set_link()
400 *next_p = new_group; in fcitx_desktop_group_set_link()
558 if (!new_group) { in fcitx_desktop_file_load_fp()
801 FcitxDesktopGroup *new_group; in fcitx_desktop_file_add_group() local
803 if (!new_group) { in fcitx_desktop_file_add_group()
808 return new_group; in fcitx_desktop_file_add_group()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DProcessHandleApplicInterface.cpp150 pid = create_analysis_process(block_flag, new_group); in create_evaluation_process()
245 bool new_group = evalProcessIdMap.empty(); in create_evaluation_process() local
252 join_evaluation_process_group(new_group); in create_evaluation_process()
293 if (new_group) in create_evaluation_process()
332 bool new_group = true; in asynchronous_local_analyses() local
339 pid = create_analysis_process(FALL_THROUGH, new_group); in asynchronous_local_analyses()
341 new_group = false; in asynchronous_local_analyses()
355 new_group = analysisProcessIdMap.empty(); in asynchronous_local_analyses()
365 ++send_cntr; new_group = false; in asynchronous_local_analyses()
391 bool new_group = true; size_t num_running = 0; in serve_analyses_asynch() local
[all …]
H A DForkApplicInterface.hpp54 pid_t create_analysis_process(bool block_flag, bool new_group);
59 void join_evaluation_process_group(bool new_group);
60 void join_analysis_process_group(bool new_group);
92 void join_process_group(pid_t& process_group_id, bool new_group);
121 inline void ForkApplicInterface::join_evaluation_process_group(bool new_group) in join_evaluation_process_group() argument
122 { join_process_group(evalProcGroupId, new_group); } in join_evaluation_process_group()
125 inline void ForkApplicInterface::join_analysis_process_group(bool new_group) in join_analysis_process_group() argument
126 { join_process_group(analysisProcGroupId, new_group); } in join_analysis_process_group()
/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Dprivconfig.c69 static gid_t new_group = 0; variable
115 new_group = pwe->pw_gid; in privc_setup()
125 new_group = gre->gr_gid; in privc_setup()
177 if (setgroups(1, &new_group) < 0) { in privc_become()
185 if (setregid(new_group, new_group) < 0) { in privc_become()
187 "couldn't become group %u: %s", new_group, strerror(errno)); in privc_become()
199 if (setgid(new_group) < 0) { in privc_become()
201 "couldn't become group %u: %s", new_group, strerror(errno)); in privc_become()
/dports/science/openmx/openmx3.8/source/
H A Dtest_mpi.c51 MPI_Group new_group,old_group; in main() local
61 MPI_Group_incl(old_group,Pnum[k],new_ranks,&new_group); in main()
62 MPI_Comm_create(MPI_COMM_WORLD,new_group,&mpi_comm_level1); in main()
80 MPI_Group new_group,old_group; in main() local
90 MPI_Group_incl(old_group,numprocs0,new_ranks,&new_group); in main()
91 MPI_Comm_create(MPI_COMM_WORLD,new_group,&mpi_comm_level1); in main()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucg/base/
H A Ducg_group.c401 if (new_group == NULL) { in ucg_group_create()
407 new_group->is_barrier_outstanding = 0; in ucg_group_create()
411 new_group->iface_cnt = 0; in ucg_group_create()
413 ucs_queue_head_init(&new_group->pending); in ucg_group_create()
416 new_group->params.distance = (typeof(params->distance))((char*)(new_group in ucg_group_create()
423 new_group->cache[idx] = NULL; in ucg_group_create()
442 ucs_assert(kh_get(ucg_group_ep, &new_group->eps, my_index) == kh_end(&new_group->eps)); in ucg_group_create()
451 new_group->group_id, &new_group->params); in ucg_group_create()
465 *group_p = new_group; in ucg_group_create()
471 planner->destroy((void*)new_group); in ucg_group_create()
[all …]

12345678910>>...29