Skip to content
Snippets Groups Projects
Commit 3c5b4684 authored by Muhammad Rizki Fonna's avatar Muhammad Rizki Fonna
Browse files

Tambah openmp

parent b1e9a505
No related merge requests found
......@@ -13,6 +13,7 @@ int main()
srand(13516001);
#pragma omp parallel for num_threads(10)
for (i = 0; i < N; i++)
{
for (j = 0; j < N; j++)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment