Search:

Type: Posts; User: ass

Search: Search took 0.01 seconds.

  1. [solved]

    Thank you bernt.


    #pragma omp critical//()

    Seemed to fix it.

    I might have made the error of changing
    "critical()" -> "critica()"
    Since first one gives compile error.
  2. Where is my flaw, regarding use of OpenMP critica

    How does variable "not_findable" change from line 28 to 30, sometimes.


    using namespace std;
    #include <vector>
    typedef size_t T;
    #include <assert.h>
    #include <omp.h>
    #include...
Results 1 to 2 of 2