Hello,
I need to somehow track the information that a master node sends to a
worker node in order to fire a task in that worker node. (In cases like
"On" statement) So I looked through runtime/src/comm/gasnet/comm.gasnet.c
and found wrapper functions such as fork_wrapper...
The parameter that was fed into such functions are of type fork_t*, my
question is: what would be affected if I simply add another field
"my_field"in that struct : fork_t ?
(I'm wondering maybe gasnet interface needs to be adjusted as well, but
hopefully not...)
I've tried that, it'll compile chapel program successfully, but the program
got terminated during the runtime and
it only printed out the message "Cleaning up orphaned process..." (it's
probably the message came from the scheduler on the cluster...)
Any ideas ?
--
Best regards
Hui Zhang
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers