Need to run single-threaded on a Linux cluster
Posted on
smedland
Joined: 08/04/2009
Forums
Hi
I need to find out how to run openMx singlethreaded on a Linux system running R 2.15.1
It seems to be running multi-threaded by default and spawning a couple of hundred threads which is causing issues on our cluster which runs a condor queueing system.
thanks
Sarah
I need to find out how to run openMx singlethreaded on a Linux system running R 2.15.1
It seems to be running multi-threaded by default and spawning a couple of hundred threads which is causing issues on our cluster which runs a condor queueing system.
thanks
Sarah
the solution....
mxOption(NULL, "Number of Threads", 2)
-Sarah
Log in or register to post comments
In reply to the solution.... by smedland
That will work. Or rather
Log in or register to post comments