Description Usage Arguments Details Author(s)
Creates an Rdsm lock.
1 | mgrmakelock(cls,lockname,boost=F)
|
cls |
The parallel cluster. |
lockname |
Name of the lock, quoted. |
boost |
If TRUE, boost locks will be used. |
Run this from the manager (the R process from which you create the
cluster) if you need a lock. The lock is created, lockable/unlockable
by all threads. If boost is TRUE, The variable will be of class
boost.mutex
; see the library synchronicity for details.
Norm Matloff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.