- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am doing my research on OpenMP runtime support and I am trying to find some benchmarksfor the OpenMP workqueuing execution model. Unfortunately, I cannot find any, although severalbenchmarkshave been reported in published papers and some used to be available(at KAI's ftp site, a long time ago).
I hope this is the right place to ask.
Thank you all,
Panagiotis
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Panagiotis -
Yes, you've come to the right place. I'm here at the old KAI site. If the benchmarks that you are asking about are anywhere, they should be somewhere around here. I'll ask around and post anything that I can find.
--clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Panagiotis -
Attached is one of the zip archives that have the (proposed) OpenMP Workqueue benchmarks. The next message will have a second one.
-- clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Second workqueue benchmark example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Clay,
Thank you very much. I am grateful for your interest.
Hopefully other people will find these examples useful too.
I expect so, since the workqueuing model will probably
become official part of the OpenMP standard.
Thanks again,
Panagiotis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Panagiotis,
These test programs were developed before KAI was acquired by Intel. You will need to change 'guidec' to 'icc -openmp' in the Makefiles. Because taskq is an Intel extension to OpenMP, you will also need to add 'intel' to the taskq pragmas, e.g.:
#pragma omp parallel taskq
becomes
#pragma intel omp parallel taskq
Let us know if you have any trouble getting these programs to work.
Best regards,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your interest. In fact, I was aware of that issue but other people may not. I encountered only one problem in thestrassen benchmark, where there is a nested taskq.My primary intention, however,was tohave someexamples ofthe model.
I am working on somesimilar applications that use these directives. As soon as I have them ready, I willpostthem here.
Panagiotis
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page