Skip to content

Commit

Permalink
Removed openmp test from default test contexts (still too experimenta…
Browse files Browse the repository at this point in the history
…l for now)
  • Loading branch information
giadarol committed Apr 25, 2022
1 parent 9c37064 commit e1b21ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xobjects/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def get_test_contexts():
ctxstr = os.environ.get("XOBJECTS_TEST_CONTEXTS")
if ctxstr is None:
yield xo.ContextCpu()
yield xo.ContextCpu(omp_num_threads=2)
#yield xo.ContextCpu(omp_num_threads=2)
if xo.ContextCupy in xo.context.available:
yield xo.ContextCupy()
if xo.ContextPyopencl in xo.context.available:
Expand Down

0 comments on commit e1b21ae

Please sign in to comment.