Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!umd5!uflorida!gatech!hubcap!Bjorn From: lisper-bjorn@YALE-BULLDOG.ARPA (Bjorn Lisper) Newsgroups: comp.parallel Subject: Re: parallel numerical algorithms Message-ID: <1759@hubcap.UUCP> Date: 27 May 88 11:57:50 GMT Sender: fpst@hubcap.UUCP Lines: 18 Approved: parallel@hubcap.clemson.edu In article <1684@hubcap.UUCP> eugene@pioneer.arc.nasa.gov (Eugene N. Miya) writes: >for comp.parallel: >>Although I am mostly interested in true parallelism, I wouldn't mind >>receiving algorithms based on vectorization, and such like. > >The English language is marvelously vague. I wish I knew what 'true' >parallelism is or was. .... >If we are going to make a distinction between vector and parallel, it had >better have better basis for making that distinction. In my world it is very simple. parallelism is when you do several things at once, at different places. Vector operations are usually executed in a pipeline. When the pipeline is filled every stage in it will execute in parallel. Thus vector operations provide a special form of parallelism. Bjorn Lisper