mirror of https://github.com/BOINC/boinc.git
f616edc60a
It turns out we have two different encodings of process priority: 1) specified in cc_config.xml and used by the client: 0 (low) to 4 (high) 2) specified in job.xml and used by the wrapper: 1 (low) to 5 (high). This didn't cause any problems until recently when I added code to pass the cc_config.xml info to the wrapper; it was interpreting it on the 1-5 scale. Fix: have the wrapper convert it (add one). Also: I forgot to have the client actually put the priority into in the app_init_data.xml file. |
||
---|---|---|
.. | ||
condor | ||
cygwin_fstab | ||
electron_gui | ||
example_app | ||
gfx_html | ||
glut | ||
image_libs | ||
jpeglib | ||
mac_build/UpperCase2.xcodeproj | ||
multi_thread | ||
nvcuda | ||
openclapp | ||
sleeper | ||
vboxmonitor | ||
vboxwrapper | ||
vm_wrapper | ||
worker | ||
wrapper | ||
wrappture | ||
Makefile.am | ||
client_state_save.xml |