-
Notifications
You must be signed in to change notification settings - Fork 12
GCC and OMP
pac3 edited this page Jul 24, 2015
·
1 revision
GCC version 4.9 supports version 4.0 of OpenMP[1]. This makes any code compiled with OMP before GCC 4.9 binary uncompatable with code compiled under 4.9 or higher. One error cause by this is something similar to Undefined "GOMP_parallel".
To resolve this error, you can either downgrade your compiler to GCC 4.8 or earlier, or recompile all OMP code under GCC 4.9 or later.
2D
- Using Background
- Using Canvas
- Using Shapes
- Using Text and Images
- Using Colors
- Animation Loops
- Using Functions
- Using Keyboard And Mouse
- Command-line arguments
- Bringing It All Together
3D