I want to run my 'main.py' file with a certain hard-coded variable, then change the variable and run it again simultaneously. The code takes a while to run, so I want them to be parallel.
I've tried going into the 'Run Configurations' menu and ticking allow parallel run, but it doesn't do anything. Is there any way I can do this?
you can create a Run Config for each of the different ways you want to run main.py and then use a Compound run config to run all of the separate run configs.