Displaying 2 results from an estimated 2 matches for "interrumpt".
Did you mean:
interrupt
2003 Dec 28
3
bug on --partial
Hi,
Sorry if this is well known.
Suposse I am transferring a large (by now) file, say 1Gbyte with --partial:
rsync -e ssh -a --partial 1gbfile server:
If process is interrumpted, temporary file is renamed to good filename
with size samall than original, say 400Mbyte, ok.
If from client I do again the same command, then, in server the 400Mbyte
file is COPIED to another temporary file, but this take some time.
I from client I press crtl-C when in server temporary file is...
2009 Jun 06
1
large numbers of observations using ME() of spdep
...a has 3694 samples and 13
variables.
The computer stop working after almost 4 days of processing (we found
it emitting a sharp sound and with all colors on the screen. No
wories, it was restared without problem!). And we are left with
nothing: no result file was produced since the calculations were
interrumpted!
Consequently, I am looking for a way to accelerate calculations with
ME() of spdep and to save the results step by step (for each eigen
value).
I came accross several promissing ideas: 1)make a compiled program in
C and call it in R with the command system(); 2)use muliR. However, I
do not know...