Dear Statalist,
So the project that I am currently working on requires the creation of a lot of synthetic data for machine learning. To speed up the process, I have divided it across 12 different dofiles to run the program i parallel.
However, this also then requires me to click on each dofile to start a separate console, and then run it.
My question is now: Is there a way to execute this process from a master dofile that would allow the dofiles to run in parallel on separate consoles?
I have tried the "parallel" command previously and although it runs, it only seemed to create some auxilliary files in my dofile folder, whereas the dofiles themselves weren't executed.
Sincerely
Johan
So the project that I am currently working on requires the creation of a lot of synthetic data for machine learning. To speed up the process, I have divided it across 12 different dofiles to run the program i parallel.
However, this also then requires me to click on each dofile to start a separate console, and then run it.
My question is now: Is there a way to execute this process from a master dofile that would allow the dofiles to run in parallel on separate consoles?
I have tried the "parallel" command previously and although it runs, it only seemed to create some auxilliary files in my dofile folder, whereas the dofiles themselves weren't executed.
Sincerely
Johan
Comment