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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f7344,2ca728eed41e96c7,start X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,2ca728eed41e96c7,start X-Google-Attributes: gid103376,public From: Mats Weber Subject: DEC Ada tasks and multiprocessors Date: 1997/05/22 Message-ID: <338453EE.15F0@elca-matrix.ch>#1/1 X-Deja-AN: 243130790 Organization: ELCA Matrix SA Reply-To: Mats.Weber@elca-matrix.ch Newsgroups: comp.lang.ada,comp.os.vms Date: 1997-05-22T00:00:00+00:00 List-Id: 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