Displaying 20 results from an estimated 1000 matches similar to: "Why does my cwrsync try to load ssh?"
2007 Jul 20
1
Column-mean-values for targeted rows
Hi all,
I'm handling massive data.frames and matrices in R (30000 x 400).
In the 1st column, say, I have 0s and 1s indicating rows that matter; other columns have probability values.
One simple task I would like to do would be to get the column mean values for signaled rows (the ones with 1)
As a very fresh "programmer" I have build a simple function in R which should not be very
2008 Jul 16
1
Problem with mpi.close.Rslaves()
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler
dispatching jobs and openmpi-1.0.1. I have tried running one of the
examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi
and they seem to be working, except mpi.close.Rslaves() hangs. The
slaves are closed, but the master doesn't finish its script. Below is
the example script and the call to R. The job is
2008 Nov 07
1
Rmpi task-pull
Hi, I'm testing the efficiency of the Rmpi package regarding parallelization
using a cluster.
I've found and tried the task pull programming method, but even if it is
described as the best method, it seems to cause deadlock, anyone could help
me in using this method?
here is the code I've found and tried:
# Initialize MPI
library("Rmpi")
# Notice we just say "give us
2017 Mar 20
1
outer not applying a constant function
> Or is this a bad idea?
I don't like the proposal. I have seen code like the following (in
fact, I have written such code, where I had forgotten a function was
not vectorized) where the error would have been discovered much later
if outer() didn't catch it.
> outer(1:3, 11:13, sum)
Error in outer(1:3, 11:13, sum) :
dims [product 9] do not match the length of object [1]
2019 Sep 10
1
[Intel-gfx] [PATCH v6 08/17] drm/ttm: use gem vma_node
On Sat, Sep 07, 2019 at 09:58:46PM -0400, Ilia Mirkin wrote:
> On Wed, Aug 21, 2019 at 7:55 AM Thierry Reding <thierry.reding at gmail.com> wrote:
> >
> > On Wed, Aug 21, 2019 at 04:33:58PM +1000, Ben Skeggs wrote:
> > > On Wed, 14 Aug 2019 at 20:14, Gerd Hoffmann <kraxel at redhat.com> wrote:
> > > >
> > > > Hi,
> > > >
1999 Mar 02
1
zero-offset matrices
Has anyone written subscripting methods for matrices which are indexed
from zero? i.e. functions such as "[.zoffset" and "[<-.zoffset" which
would allow, given an appropriate function "zmatrix"
"zmatrix" <- function(...)
{
robj <- matrix(...)
class(robj) <- "zoffset"
robj
}
fred <- zmatrix(1:20, 4, 5)
fred[0, 4] # would be 17
2009 Feb 06
2
Rmpi Segmentation fault
Dear all,
I have used the Rmpi package many times before however this time I've
installed it as I always do with openMPI tar.gz file direct from the
website. I'm installing on my ubuntu 8.10.
Linux 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux
All i get is:
> library(Rmpi)
Segmentation fault
:~$
Which dumps me back into the shell, and doens't give me much
2009 May 19
1
panel question (plm)
Hello,
I am working on a data set (already as a plm.data object) located
here: http://econsteve.com/arch/plmWithDensity.Robj
With the following R session:
> library(plm)
...
>load("plmWithDensity.Robj")
>model <- plm(RATE ~ density08, data=plmWithDensity)
Error: subscript out of bounds
I am not understanding the "subscript out of bounds" error, as this is
a
2012 Nov 08
1
sweave xtable and driver RweaveHTML
Hi,
So far I used Sweave to create pdf reports. I used xtable to create some
tables in the report.
But now I would like to use the same snw file to generate an HTML version.
The xtable output breaks the RweaveHTML driver.
library(R2HTML)
Sweave('analyseLFQ.Snw', driver = RweaveHTML)
Error in match.arg(options$results, c("Robj", "html", "hide")) :
2020 Sep 15
1
[PATCH v2 12/21] drm/radeon: Introduce GEM object functions
GEM object functions deprecate several similar callback interfaces in
struct drm_driver. This patch replaces the per-driver callbacks with
per-instance callbacks in radeon.
v2:
* move object-function instance to radeon_gem.c (Christian)
* set callbacks in radeon_gem_object_create() (Christian)
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
2008 Jan 02
3
cwRsync on windows
Hi folks,
It may be a very basic question for many people here but I have been
struggling with Windows commandline. My CentOS machines are running
perfectly fine.
Question:
I have installed cwRsync server on one of Windows 2003 and cwRsync
client on the other Windows 2003. What command should I run to connect
to the cwRsync server from the client? and how can I make sure that
cwRsync is even
2006 Apr 24
1
cwRsync logs
Using cwRsync on Windows, is there any way to get the standard rsync
stats at the end? It does not look like '--stats' is an option for
cwRsync and verbose does not provide the stats.
--
Robert
2004 Aug 12
1
RV: cwrsync and CPU usage
Yes I?m using cwrync 1.2.4 that it contains the 2.6.2 rsync version command.
A problem I have to use cygwin is that I have implemented the cwrsync
command in a script .js (jscript) then... Should I make a new script bash
file for linux? or is it possible call cygwin?s rsync from a DOS shell line
command?
Thank you very much :)
Jos? Luis
-----Mensaje original-----
De: Craig Barratt
2006 Jan 30
2
cwrsync server 2.0.4 / winxp / ownership problems?
Hi all!
We're using cwrsync server 2.0.4 on winxp to keep files up to date between
some operator machines.
Whenever I run rsync to send files to another machine, the read-only flag
gets set. The cwrsync user was created (the install is completely
standard)... so I'm thinking it might have something to do with that.
Here's my rsyncd.conf:
use chroot = false
strict modes = false
2006 Mar 01
3
Help understanding rsync and cwrsync
Hi all, we are just beginning to dive into rsync. I have limited
experience with just playing around with the examples and reading all
the docs that I can. I just read an interesting post from a developer
that mentions cwrsync is a minimalistic rsync and thus things like
permissions are not transfered, the post was from 2004. Here are my
questions
Windows (cw)Rsync Client --> Linux Rsync
2011 Nov 25
1
cwRsync got killed...
Last cwrsync was 4.1.0, current is 4.2.0.
It was avail on sourceforge.
Itefix.no decided "we want money for coding and support" - that itself
is not wrong. Though _I_ never needed any rsync help on neither linux
and windows (including mixed) scenarios.
But they killed their sourceforge downloads, all, including past
versions of cwrsync, including source.
The 4.2.0 client is still
2004 Aug 12
2
cwrsync and CPU usage
Hello.
I have a "problem" witch cwsrync and a questions. Does cwrsync process
(rsync.exe) use 100% (more or less) CPU in Windows 2000 server witch a high
level of kernel usage ?
I have syncronized 11 servers (unix and windos) witch all their unit?s
files, that proccess during approach 17 hours (the proccess is make every
day). Is this time normal?. (A client makes all the request and
2010 May 20
3
Where to download the rsync binaries for Windows but NOT the cwrsync version?
When I go to page
http://rsync.samba.org/download.html
then there is no download of the windows binaries except the cwRsync version.
However there must be such a pure-rsync binary version for Windows because I have already an old, outdated rsync.exe v3.0.4
So is there elsewhere a download site for the newest rsync for windows?
Ben
2006 May 19
1
cwrsync client log format ??
We were trying to introduce a better client side log format so that we could
get timestamps and module names etc. In the rsync documentation
it looks like you can use --log-format for the client ... there is even a
sentence saying that this format would not interfere with the rsybc daemons
format. We are using cwrsync and when we try and add
--log-format="%o %h [%a] %m (%u) %f %l" The
2003 Dec 11
2
cwRsync 2.5.7
Tevfik
On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote:
> I would also like to inform that I updated my cwRsync package with the
> latest rsync binary (2.5.7). http://itefix.no/cwrsync
I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a
windows share on an unknown (probably Windows) file server.
Sorry to report that it hangs at the end of transfer, as did