- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do any one practices parallel processing (involving multiple processor) in CVF6.6 or Intel Fortran 9? If yes, can a sample program be shared for my reference?
Thanks, Mohan.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CVF had no built-in parallelism. If you wished to employ Windows threads, any examples of that might be suitable.
ifort 9 had the same OpenMP 2.0 capability as current Fortran compilers, so you should be able to make progress with any reference on that.
ifort 9 had the same OpenMP 2.0 capability as current Fortran compilers, so you should be able to make progress with any reference on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Tim!
Would you please provide the link for user guide or manual for OpenMP 2.0 in ifort9?
Would you please provide the link for user guide or manual for OpenMP 2.0 in ifort9?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the manuals which come with ifort, or any web references, including openmp.org. The post-OpenMP 2.0 features of current ifort are minimal (the best supported one being tasking), so it won't be difficult to avoid them.

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