From: Peter Schaefer Date: Thu, 2 Aug 2012 23:33:34 +0000 (+0200) Subject: [src] mex omp entfernt X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=53c55d87a93185e4230d0734439afc5354a50f8c;p=bacc.git [src] mex omp entfernt --- diff --git a/src/mex_build_V.cpp b/src/mex_build_V.cpp index 3ad38d1..6f5d9dc 100644 --- a/src/mex_build_V.cpp +++ b/src/mex_build_V.cpp @@ -48,9 +48,11 @@ void evalInte(double* A, double* C, double * E, int cm, int em, int j, int k, } void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { + /* mexPrintf("%d",omp_get_max_threads()); omp_set_num_threads(3); mexPrintf("%d",omp_get_num_threads()); + */ int j, k; //Schleifenindizes int count;