TwineCompile 3.2.0.213
When setting the thread count manually, it is ignored. The thread count is always equal to the processor count.
Gregor
Setting thread count is ignored
Re: Setting thread count is ignored
Is the right thread count passed to mtbcc32? It should appear on the command line as -threadsX where X is the number of threads.
Jon
Re: Setting thread count is ignored
Yes the command line has -threads4, but the compile listbox shows only two items compiling at one time. If I switch my Virtual Machine to use 4 CPU's, I get four items compiling at one time.
C++ Builder XE, Window 7 32 bit , VMware Fusion
Gregor
C++ Builder XE, Window 7 32 bit , VMware Fusion
Gregor
Re: Setting thread count is ignored
How many mtbcc32CompileExecutor processes are running in the background when you have 4 threads with only 2 CPUs?
Jon
Re: Setting thread count is ignored
There are only two running
Gregor
Gregor
Re: Setting thread count is ignored
Try closing them (TwineCompile -> Close Executors) and see how many you get on the next compile.
Jon
Re: Setting thread count is ignored
I get two back.
Re: Setting thread count is ignored
Can you copy and paste the command-line from the console window into here?
Jon