Enable parallel tests.
[hoomd-blue.git] / test / hoomd_script / configure.ocelot
blob89388fb8eafbcdac08f237fcc07567947ff86412
2     ocelot: "ocelot-refactored",
3     version: "1.0.65",
4     trace: { 
5         enabled: true,
6         database: "traces/database.trace",
7         memory: false,
8         branch: false,
9         sharedComputation: false,
10         instruction: false,
11         parallelism: false,
12         cacheSimulator: false,
13         memoryChecker: true,
14         raceDetector: false,
15         warpSynchronous: {
16             enabled: false,
17             emitHotPaths: true
18         }
19     },
20     cuda: {
21         implementation: "CudaRuntime",
22         runtimeApiTrace: "trace/CudaAPI.trace"
23     },
24     executive: {
25         devices: [ emulated ],
26         optimizationLevel: basic,
27         workerThreadLimit: 1
28     }