Skip to content
Prev 13422 / 15274 Next

Guy Yollin's apply.paramset() on Windows remark and related developments

Hi,

To my knowledge, you (still) have to use a Unix based OS to run
apply.paramset in parallel.  It's possible to install Linux along side your
Windows OS without affecting anything.  I *suspect* the main issue is that
in an OS like Linux, you can "fork" (parallel processes share memory)
whereas in Windows you can't (each worker needs its own copy).

The bonus is, you'll have more RAM available to you if you were to run a
Linux OS, which can come in handy running apply.paramset.


Erol Biceroglu


*erol.biceroglu at alumni.utoronto.ca
<erol.biceroglu at alumni.utoronto.ca>416-275-7970*

On Sat, Aug 1, 2015 at 12:22 PM, Jersey Fanatic <jerseyfanatic1 at gmail.com>
wrote: