Page 1 of 1

SuperTuxKart 100% CPU Usage

PostPosted: 24 May 2017, 16:45
by Super
That is definitely not normal, that's is a bug in the game?, i put the minimal graphic settings and run alone in the track and still this use the 100% of the cpu, that will be fixed in the next version of stk?

Edit: my cpu is an FX 6300 overclocked at 4.3 ghz

Re: SuperTuxKart 100% CPU Usage

PostPosted: 24 May 2017, 19:12
by Seebi
If you are using windows, the 100% CPU usage is caused by OpenMP because it uses busy waiting by default.

You can switch that off by setting the environment variable OMP_WAIT_POLICY to passive (see also this issue on GitHub).

Re: SuperTuxKart 100% CPU Usage

PostPosted: 28 May 2017, 01:26
by QwertyChouskie
Also, I'm pretty sure OMP is not used anymore in the git version (so this issue will be gone in the next release).

Re: SuperTuxKart 100% CPU Usage

PostPosted: 02 Jun 2017, 14:37
by Super
QwertyChouskie {l Wrote}:Also, I'm pretty sure OMP is not used anymore in the git version (so this issue will be gone in the next release).

That's good to know