Hello,

I was trying to monitor the performance of a simple Chapel code, but even I
don't use parallelism in the code(like forall, coforall...), just as simple
as a single-thread C program, I found Chapel still creates a worker thread
for the user code, and the master thread to initialize and finalize the
program. Therefore, I want  to know :

1. When and how the worker thread is spawned ?
2. What's your suggestion to monitor the worker thread since all I'm
getting now is from the master thread, which isn't useful to me.
3. Further, if parallelism is used(like forall,etc), is there any way to
monitor all the threads ?

Thanks

-- 
Best regards


Hui Zhang
------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to