From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f7344,2ca728eed41e96c7 X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,2ca728eed41e96c7 X-Google-Attributes: gid103376,public From: Brendan Boulter Subject: Re: DEC Ada tasks and multiprocessors Date: 1997/05/27 Message-ID: <338AE117.2200@pdd.3com.com>#1/1 X-Deja-AN: 244237313 References: <338453EE.15F0@elca-matrix.ch> Organization: 3COM Corporation Newsgroups: comp.lang.ada,comp.os.vms Date: 1997-05-27T00:00:00+00:00 List-Id: Mats Weber wrote: > > We are running VMS 6.2 on Alpha's with multiple processors. We can't > upgrade to VMS 7.1 now due to our customer's constraints (it's a large > system with peripherals that are not yet ready for VMS 7.1 (drivers, > etc.)). > > We are using DEC Ada 3.3 for AXP, and our current problem is that we > cannot use multiple processors for the Ada tasks in a single Ada > program. We do not want to split the application into multiple > programs/processes because that would be too much work. > > I know that GNAT for VMS/alpha is soon to be released, but for VMS 7.1. > We would be ready to change to GNAT, but we can't do the 7.1 upgrade > now. > > Is there really no way (perhaps by changing the Ada run time library ?) > to make a single Ada program on VMS 6.2/alpha use multiple processors ? > > Thanks for any answers/suggestions