Changes between Version 13 and Version 14 of openmp_programming


Ignore:
Timestamp:
May 23, 2008, 11:31:54 AM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openmp_programming

    v13 v14  
    105105Reference: GCC 4.2.3 GNU OpenMP Manual -> http://gcc.gnu.org/onlinedocs/gcc-4.2.3/libgomp/ [[BR]]
    106106
     107== Example OpenMP Code Structure ==
     108
     109=== Fortran - General Code Structure ===
     110=== C / C++ - General Code Structure ===
     111
     112'''Conclusion''': EZ Code Revision - All you need to do is just parallelize the loop in your code by following the structure. Enjoy Using OpenMP !
    107113=================================================================================================
    108114PS: