--
You received this message because you are subscribed to the Google Groups "SNAP Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snap-user+...@googlegroups.com.
To post to this group, send email to snap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/snap-user/8e403a37-a154-4e5d-a221-e12149185f58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What OS version are you using? I’d like to repo it to see exactly what’s up.
You can safely ignore the warning. SNAP likes to force its worker threads to not switch from core to core, which results in more efficient use of the processor, because the per-thread state doesn’t have to migrate. This warning is saying that that binding failed for some reason. Because it’s just an optimization, it won’t affect your results, though it may run a little (not a lot) slower.
You can also give the –b (dash dash b) command line option to turn off the (attempted) binding, which will make the warning go away.
--Bill
To view this discussion on the web visit https://groups.google.com/d/msgid/snap-user/19A95532-F0B7-45DB-8477-004E88268F8F%40gmail.com.