Thanks,
I see it now, was looking at the wrong CMakeLists.txt (in code).
J
Regards,
John W May
[email protected]
On 3 February 2015 at 15:04, Greg Landrum <[email protected]> wrote:
>
>
> On Tue, Feb 3, 2015 at 1:01 PM, John M <[email protected]>
> wrote:
>
>> Hi All,
>>
>> I was reading the RDKit PSQL cartridge makefile which has the following
>> build option. Not really sure whether it can/should be turned on.
>>
>> # USE_THREADS=0 # links against boost.system; required with
>> non-ancient boost versions if inchi is enabled or the rdkit is built with
>> threadsafe SSS
>>
>> Is this saying the:
>> a) it might be needed
>> b) it can be used it if the RDKit is built with threadsafe SSS (can't see
>> that option in the main cmake?)
>> c) it could in future be used if the SSS is made threadsafe
>>
>
> it's (b). The option in the main CMakeLists.txt is:
> option(RDK_BUILD_THREADSAFE_SSS "enable thread-safe substructure searching
> (requires boost.thread)" OFF )
> Adding it doesn't hurt even if the code wasn't built with the threadsafe
> version of SSS, but it does require that boost_system be there.
> (At some point this stuff really needs to be added to the cmake system)
>
> It also might be better to enable the system popcount by default.
>>
>
> Good call, I will look into that.
>
> -greg
>
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss