From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:4f07:: with SMTP id d7mr19615782qkb.144.1595277105734; Mon, 20 Jul 2020 13:31:45 -0700 (PDT) X-Received: by 2002:a9d:a25:: with SMTP id 34mr21214251otg.5.1595277105571; Mon, 20 Jul 2020 13:31:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 20 Jul 2020 13:31:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=208.114.128.41; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.41 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3c8ea85b-501b-4489-bf85-e1f5567a14d4o@googlegroups.com> Subject: Re: 'Number_Of_CPUs' tasks creation, with discriminants, running simultaneously. From: Olivier Henley Injection-Date: Mon, 20 Jul 2020 20:31:45 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59485 List-Id: > The order of the discriminants is arbitrary; there is no guarantee that Worker (I) will have ID of I. Elaboration is sequential, so each Worker will have a unique ID. As long as all the tasks get a unique ID, I am fine. Function as a discriminant at elaboration ... should have thought about it but it looks like I am missing some wisdom points. Thank you Jeffrey.