running two python script in parallel in pycharm

sariii picture sariii · Jul 12, 2018 · Viewed 16.8k times · Source

I have looked at this question but I am not sure I got it correctly or not.

I have opened pycharm and one python script and its running (it's topic modeling).

Also I have another python script in which I opened in another pycharm in the same server. I also run it.

Now these two program are running in the same server, I should mention that I have not changed any configuration neither server nor pycharm.

Do you think its ok in this way? or one script technically won't run(in terms of progressing I mean it just show its running but practically wont run) until the other script finished?

Answer

W.Perrin picture W.Perrin · Nov 8, 2019

Edit Configurations -> Allow parallel run. Done

enter image description here