Changes between Version 13 and Version 14 of openmp_programming
- Timestamp:
- May 23, 2008, 11:31:54 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
openmp_programming
v13 v14 105 105 Reference: GCC 4.2.3 GNU OpenMP Manual -> http://gcc.gnu.org/onlinedocs/gcc-4.2.3/libgomp/ [[BR]] 106 106 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 ! 107 113 ================================================================================================= 108 114 PS: