Hello. I'm working on Kotlin/Native MPI applicatio...
# kotlin-native
g
Hello. I'm working on Kotlin/Native MPI application for clusters. I'm using openmpi and for my surprise everything is working perfectly without any workarounds! I want to implement an architecture, which has one MPI thread and many worker threads on every cluster node. Is there a way to set a worker thread for coroutine without
kotlinx.coroutines
?