Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29275 Discussions

CVF6.6 / Intel Fortran 9 - Parallel Processing

mohanmuthu
New Contributor I
954 Views

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.

0 Kudos
3 Replies
TimP
Honored Contributor III
954 Views
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.
0 Kudos
mohanmuthu
New Contributor I
954 Views
Thank you Tim!

Would you please provide the link for user guide or manual for OpenMP 2.0 in ifort9?
0 Kudos
TimP
Honored Contributor III
954 Views
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.
0 Kudos
Reply