Vin?cius da Silva wrote: > #pragma omp parallel for > for( int i = 0; i < dispatchedThreads; ++i )
Does OMP guarantee that there is exactly one thread for each loop iteration? > sqlite3_exec( m_db, "PRAGMA synchronous = OFF", NULL, NULL, NULL ); > sqlite3_exec( m_db, "PRAGMA journal_mode = OFF", NULL, NULL, NULL ); Does it work without those? Regards, Clemens

