You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/17 20:32:33 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18740: test_sparse_operator.py::test_elemwise_binary_ops

leezu edited a comment on issue #18740:
URL: https://github.com/apache/incubator-mxnet/issues/18740#issuecomment-660324478


   The pytest workers are all in separate processes. I'm only aware of the difference that `OMP_NUM_THREADS=$(expr $(nproc) / 4)` is exported before running the parallel pytest processes for non-serial tests. Serial tests will be run in a separate process without the `OMP_NUM_THREADS` variable after all non-serial tests finished.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org