Skip to content

Instantly share code, notes, and snippets.

@haoel
Created February 17, 2014 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haoel/9045153 to your computer and use it in GitHub Desktop.
Save haoel/9045153 to your computer and use it in GitHub Desktop.
int main() {
#pragma omp parallel for
for (int i = 0; i < 16; ++i) {
while (true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment