「view this page in B3 βῆτα server」

Revisions №58389

branch: master 「№58389」
Commited by: Vikram K. Mulligan
GitHub commit link: 「01b8426868ea3787」 「№1010」
Difference from previous tested commit:  code diff
Commit date: 2016-01-08 03:54:10

Merge pull request #1010 from RosettaCommons/vmullig/graphics_issue Fix an issue with BOINC graphics The graphics app incorrectly defaults to sphere mode if it initializes itself before the shared memory object created by the worker app has been initialized fully. This addresses that. Tasks: - Add a wait_for_shared_memory_initialization() function that halts the graphics app until the worker app has finished initializing shared memory.

...