| http://www.w3.org/ns/prov#value | - I am using the version provided with g++ 4.2 by Apple on MacOS.According to the reading I did on an Intel web site, I expected #pragma omp parallelto have no effect except to set up some mechanism, which would then get used the first time I said something like#pragma omp sections or something like that.So, I went to a function that contained some parallelization fodder.
|