Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parallel computing introductory text

2 views
Skip to first unread message

Luka Djigas

unread,
Nov 23, 2009, 11:38:26 PM11/23/09
to
What would be a good introductory text on the subject of parallel
computing currect capabilities of fortran, for someone who has no
knowledge of the matter?

It would be nice if it had some simple examples which could be
demonstated on today's home computers (multi processor, or multi core)
(meaning, not purely theoretical).
Doesn't have to be a book, a scripta or anything would do just as
well. I searched google a little, but it's hard to search for
something when you don't know what you're looking for.

pp, Luka

David Duffy

unread,
Nov 24, 2009, 1:00:12 AM11/24/09
to
Luka Djigas <ldigas@___gmail___.com> wrote:
> What would be a good introductory text on the subject of parallel
> computing currect capabilities of fortran, for someone who has no
> knowledge of the matter?

Maybe the linked books at http://www.co-array.org/?

David Duffy.

Colin Watters

unread,
Nov 24, 2009, 2:47:03 AM11/24/09
to

"David Duffy" <dav...@orpheus.qimr.edu.au> wrote in message
news:hefspc$2kh$1...@air.soe.uq.edu.au...

Maybe not quite so "introductory", but nevertheless:

www.openmp.org, in particular

www.openmp.org/presentations/miguel/F95_OpenMPv1_v2.pdf

--
Qolin

Email: my qname at domain dot com
Domain: qomputing


Saman Abbas

unread,
Nov 24, 2009, 6:10:37 AM11/24/09
to

If it involves parallel dense/sparse linear algebra then you can start
with examples in ScaLapack/Petsc.

rudra

unread,
Nov 24, 2009, 8:00:48 AM11/24/09
to
On Nov 24, 5:38 am, Luka Djigas <ldigas@___gmail___.com> wrote:
> What would be a good introductory text on the subject of parallel
> computing currect capabilities of fortran, for someone who has no
> knowledge of the matter?

when I started to learn OpenMP, I got a book "Using OpenMP" which
covers both C and fortran. I dont know if you really want it or some
more look in "How parallel algo. work", but if you want to write code
in openmp, that book is a good choice.

F95_OpenMPv1_v2 is also a good article, available free over internet,
hast a flowchart type representation of the omp declaration, but less
example.
you may also look at https://computing.llnl.gov/tutorials/openMP/exercise.html

Best

Luka Djigas

unread,
Nov 24, 2009, 12:31:15 PM11/24/09
to

-------------

Just wanted to thanks everyone for their suggestions and
recommendations.

@Colin Watters - yes, I saw the one you mentioned. Actually, that was
the text I read (up to a point) before asking the question. It is a
good article, but some things weren't clear to me, therefore the
question for an introductory text.
Not to be taken wrong, however, it looks like a good article. It's
just that my confusion is at a higher level these days then usually.

I should mention that Wikipedia has a few suprisingly quality articles
on the subject of APIs.

@Saman Abbas - I don't have any problem in mind currently. I'm
literally just getting to know the fundamentals (and the acronyms
used).

@rudra - thanks for the titles. I'll see if our local library has
them, or is maybe willing to order them (filling forms; oh, joy :)

pp, Luka

0 new messages