CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

OMP

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2002, 01:46
Default OMP
  #1
Tareq Al-shaalan
Guest
 
Posts: n/a
I create small program in fro tan 90. This program just add two vectors, such that

A = B + C

The size of A, B, and C are 1,000,000. I run this program on IBM winterhawk II with 16 CPU on OMP paradigm. However I found it to be unscalable.

(The Speed of 16 CPU)/ (The Speed of 1 CPU) ~ 6

So, any idea why I do not get good scalability. Ideally addition of the two vectors should be 100% scalable.

Thanks

Tarq
  Reply With Quote

Old   July 5, 2002, 04:34
Default Re: OMP
  #2
Julian
Guest
 
Posts: n/a
Do you hav OMP_SET_DYNAMIC set to true or false? Are you actually running on 16 processors all of the time or is the number varying as processors become available.

What is the speedup for 2, 4, and 8 processors? Is this linear? Parallel speedup = (time for 1 processor)/(time for n processors)

What is the efficiency of the code? Parallel efficiency = (speedup)/(number of processors)

(Definitions from Edinburgh Parallel computing centre)

Have you varied the size of the problem and how does this scale on different numbers of processors?

Julian
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:34.