Noah Evans
Noah Evans
@eschnett This actually dovetails into some work I'm doing here. I'll see if I can fix the problem. Can you give me sample code, along with examples of the expected...
Have you looked at the [binders](https://github.com/Qthreads/qthreads/blob/master/src/affinity/README.binders) options at all?
What if MPI used Qthreads?
Imagine if MPI's underlying threading runtime (for progress and computation threads) were actually Qthreads. So if you're using MPI and Qthreads together they just "work". This space has been mined...
Can you dump the output of ./configure? It looks like it's not including include/fastcontext/386-ucontext.h correctly, which I suspect is because the KNL is throwing autoconf for a loop.
@nmhamster Any updates?
@nmhamster Any updates? If not I'm going to close this issue.
Is `qt_feb_schedule()` in the right place? It seems like the problem is that you want different FEB scheduling disciplines depending on your scheduler. Using `qt_threadqueue_choose_dest()` sort of does that, but...
http://ftp.ics.uci.edu/pub/centos0/ics-custom-build/BUILD/hwloc-1.4.1/doc/doxygen-doc/html/a00010.html may offer a solution for what you're trying to do.
@ronawho Would there be any reason from the chapel side not to move to embedded hwloc?