You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I check the cpu usage using top command, finding that the program only using one cpu when resampling:
I'm sure I have install gslrandom on my machine (both pip and apt):
I want to know how to make sure the resample process is running in the multi-threading mode so that I can do the resample as fast as possible.
Thank you and looking forward for your reply.
The text was updated successfully, but these errors were encountered:
Vccxx
changed the title
Multi-Threading resample seems not working for contious process.
Multi-Threading resample seems not working for continuous process.
Nov 9, 2020
I have installed both gslrandom and enabled OpenPM support on my ubuntu 18.04 machine . But when I run resample using these code:
I found this code is running too slow :
I check the cpu usage using
top
command, finding that the program only using one cpu when resampling:I'm sure I have install gslrandom on my machine (both pip and apt):
![68e47ba8cc80348754d963f05d7079f](https://user-images.githubusercontent.com/21141761/98513907-9af9ae00-22a3-11eb-98dd-72d1c1716db4.png)
I want to know how to make sure the resample process is running in the multi-threading mode so that I can do the resample as fast as possible.
Thank you and looking forward for your reply.
The text was updated successfully, but these errors were encountered: