Run multiple instances of a sketch?

edited October 2013 in Using Processing

Hi,

I am running some stochastic simulations and need to run the same sketch hundreds of times. In the past (version 1.5.1) I was able to open and run the same sketch many times concurrently, thereby making use of multiple cores on my machine. In Processing ver. 2+ this doesn't seem to work anymore. Does anyone have any suggestions on how to run multiple instances of the same sketch concurrently? I guess I could save copies with different names but this is a somewhat cumbersome workaround for making changes.

Thanks.

Windows 7 Pro 64bit Processing 2.0b8

Tagged:

Answers

  • edited October 2013 Answer ✓

    How about CTRL + E to export the program? Then, just run it as many as you like/can! :ar!

  • Thanks - I had tried that without success, but now strangely, it seems to work like a charm. Must have been doing something different. Thanks for your help.

Sign In or Register to comment.