karankakwani
karankakwani
I just ran this snippet in pycharm.
`python3 -m charmrun.start +p4 ./square.py ` Is this the only way to run it in order to exploit the benefits of charm4py? How to do this in a case where...
@ZwFink So I tried the way you mentioned above in my own program and getting this error:-  
@ZwFink Thanks for your reply and clarification. To explain further on my doubt earlier, what I meant is:- I have a main script say `main.py` This main.py spawns a child...
"The fork/join model you propose above is trivial to express in Charm4Py." Can you please share an example?