karankakwani

Results 5 comments of karankakwani

`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:- ![image](https://user-images.githubusercontent.com/42809551/99931893-40208600-2d7c-11eb-9062-eba97a116cc5.png) ![image](https://user-images.githubusercontent.com/42809551/99931904-49a9ee00-2d7c-11eb-807b-773a5a94d477.png)

@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?