Hopefully this is a simple question I've overlooked an answer to, but in my searches this morning I've been fruitless.
I have four cores on my computer, and want to concurrently run different programs (loops) in R over multiple cores. If I open up four R sessions, will they automatically be places on different cores, or do I need to figure out a way to do this with snowfall?
I have successfully used snowfall before to run the same program, but with different values before. But would snowfall allow me to run completely different programs on different cores? Could I set up each simulation loop to be a different function (i.e: func1, func2, func3, func4), and then have snowfall assign each function to a different core?
Thanks for any help