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,f5ecd18050e2e823 X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,f5ecd18050e2e823 X-Google-Attributes: gid103376,public From: Charlie McCutcheon Subject: re: DEC Ada Tasks and multiporcessors Date: 1997/02/17 Message-ID: <3308B48E.41C6@begin.enet.dec.com>#1/1 X-Deja-AN: 219435771 CC: begin::cmccutcheon, Mats.Weber@elca-matrix.ch Content-Type: text/plain; charset=us-ascii; name="t.txt" Organization: CTG Mime-Version: 1.0 Newsgroups: comp.os.vms,comp.lang.ada Content-Disposition: inline; filename="t.txt" X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V4.0 alpha) Date: 1997-02-17T00:00:00+00:00 List-Id: Hi, sorry I'm not able to reply to this properly. I got this as mail forwarded to me (I'm not on internet enough), I wasn't able to see this original posting, only replies to it, and now my server isn't even showing me the replies. I can however see postings much older than Feb 11, the date this was posted. Sigh! >Article 165128 of comp.os.vms: >From: Mats Weber >Newsgroups: comp.lang.ada,comp.os.vms >Subject: DEC Ada Tasks and multiporcessors >Date: Tue, 11 Feb 1997 12:09:38 +0100 >Organization: ELCA Matrix SA >Lines: 9 >Message-ID: <33005327.4E54@elca-matrix.ch> >Reply-To: Mats.Weber@elca-matrix.ch >NNTP-Posting-Host: hlm127.elca-matrix.ch >Mime-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit >X-Mailer: Mozilla 3.01 (Macintosh; I; PPC) > >The current DEC Ada on AXP does not support multiprocessors; that is, >tasks in the same program cannot execute on multiple processors. > >Will this be possible in a (near) future release of DEC Ada ? Likely support for this is in OpenVMS Alpha V7.1, which supports Kernel Threads (see VMS documentation for more information). DECthreads, which DEC ada uses to implement Ada tasking on Alpha, gives the kind of support we need for allowing DEC Ada tasks to run on multiple processors. We are in the process of testing DEC Ada on OpenVMS 7.1 to confirm our general support. We have run the subset tests which would be likely to give us problems, and saw no problems. We did a lot of this subset testing while the VMS engineering group was developing Kernel Threads. >I know GNAT is getting ported to VMS/AXP and will support >multiprocessors. When will this port become available ? > >Is GNAT going to be DEC's standard Ada 95 compiler for VMS/AXP ? I saw some postings from Robert Dewar who I assume answered this to your satisfaction. Gnat is in field test now. For more help with either topic, you can contact me or the DEC Ada Product Manager, Cathy Axel (axel@teamlk.dec.enet.com). Charlie DEC Ada