Good time, sirs.
My qustion is about of using cint in multithreaded applications (since search for ‘multithread’ produced no result I thought to ask that question).
In FAQ I have found this tpoic: 4) Use multi-thread safe libcintX.so/libcintX.dll
but it says that:
"If we have multiple copies of this library and load them independently, a dynamic loader thinks they are different libraries and keeps static variable independent. This way, we can run multiple Cint"
Yes, it sounds smart enough, yet it means that cint libraries are not really multi-threaded.
Is there any plans about to move these libraries to free-threaded model or not?
thank you.