Displaying 20 results from an estimated 1000 matches similar to: "Synchronizing to multiple locations on a single destination s erve r"
2003 Dec 12
0
Synchronizing to multiple locations on a single destination serve r
Hi all.
This has been bugging me for quite some time and I haven't found a solution
yet. I was wondering
if anyone has any experience with similar scenarios or/and can tell me how
this process can be
optimized.
We use rsync to synchronize JAR libraries on our remote server. The catch
here is, that the
libraries must go in multiple locations (and not all the locations have all
the
2013 Jan 17
0
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi Ahmad,
If the Makefile contains only this command, then it is not worth spending time on GoldPlugin. If you are building a large project, then it will be simpler to use GoldPlugin.
The steps you are using seem right. You can possibly combine the last two steps (3&4) using only 1 clang command.
clang -g -O2 -o .libs/mergedexe .libs/mergedbc.bc -pthread -Wl,--export-dynamic
2002 Jan 26
1
Trouble with contrasts
Greetings,
I have a nagging problem with contrasts and I can't seem to resolve it.
A factor exists with four levels (lib1, lib2, con1, con2) and when I
check the contrasts or set the contrasts to any of the prespecified
ones, I do not get the exact contrasts necessary to test the
theoretically relevant ones. I need orthogonal contrasts that look just
like this matrix:
con1 con2
2013 Jan 17
0
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi Ahmad,
On 17/01/13 14:56, Hassan, Ahmad wrote:
> Hi All,
>
> I am migrating a build system of an existing project from ‘Object files’ based
> executable generation to ‘LLVM Bitcode’ files based exe generation and applying
> OPT pass to LLVM Bitcode. I found out the following 4 step procedure. Please let
> me know if this is the right procedure or is there any other easy way
2013 Jan 17
4
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi All,
I am migrating a build system of an existing project from 'Object files' based executable generation to 'LLVM Bitcode' files based exe generation and applying OPT pass to LLVM Bitcode. I found out the following 4 step procedure. Please let me know if this is the right procedure or is there any other easy way of doing it. I need to modify 'Makefile' accordingly. I
2006 Apr 28
0
trouble with make/VPATH
I've got a tough to track down problem that seems to be samba related.
I've got a directory structure like this:
topdir/
lib1/src
lib1/include
lib2/src
lib2/include
etc.
Each src directory has a makefile in it. VPATH is set to ../include.
I'm running cygwin bash and make. In some directories, make can't find
files in ../include. In other directories, make finds
2013 Jan 17
1
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi Duncan,
> 4.gcc -g -O2 -o .libs/mergedexe .libs/mergedbc.s -pthread
> -Wl,--export-dynamic .libs/lib1.a -lssl -lcrypto -ldl -pthread .libs/lib2.so
>if you pass -O4 rather than -O2 to clang I think it will in essence do this all
>for you already. It might even do the link time optimization for you at -O2
>even, I'm not sure.
No, if I use clang for producing
2009 Aug 21
2
Lightweight 'package' idea.
I'm often wanting to develop functions whilst manipulating data. But I
don't want to end up with a .RData full of functions and data. It
might be that I have functions that are re-usable but not worth
sticking in a package.
So I've tried to come up with a paradigm for function development
that more closely follows the way Matlab and Python do it (partly
inspired by a confused Matlab
2014 Dec 08
0
libgfapi disk locking in virtlockd not working
Hello.
I'm playing with libgfapi network disks, over IB and all is working
fine, but not disk locking (and true rdma transport).
I use virtlockd, and with fuse mount, locking works as expected.
But when i converted disk definitions to libgfapi, locks are not created
(but qemu starts and works fine). I used direct and indirect locking -
same result : qemu working fine, no locks.
my
2006 Mar 13
1
Help on interfacing C++ with R
Hi, I am trying to set up a C++ library for my R code. I followed the
R-extension manual but found out that the example of "X.cpp, X_main.cpp"
is somewhat too simple. Here is my code:
//lib4R.h testing for interfacing C++ with R -- using C++ library in R
#include <iostream>
using namespace std;
class lib4R {
public:
lib4R();
~lib4R();
int
2020 Sep 15
2
[ELF] String literals don't obey -fdata-sections
Hi there,
When I compile my code with -fdata-sections and -ffunction-sections, I
still see some unused string in my shared library (Android). Actually,
the strings appear together inside a .rodata.str1.1 section instead of
getting their own section. It seems that the C-string literal are
considered differently than other constant and the -fdata-sections is
not respected in
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
Hi,
We are rebasing our audio compression subsystem using OPUS rather than SPEEX. The platform is Android but this piece is written in C code: we need to support armv5/armv7/x86 architectures.... and we use the released opus-1.1beta package from here<http://downloads.xiph.org/releases/opus/opus-1.1-beta.tar.gz>.
A lot of our OPUS build system + code to drive the audio compression has been
2010 Mar 25
1
dovecot 2.0beta4 zlib
Hello,
When trying to enable the zlib and imap_zlib plugins, I get the
following error:
imap: dovecot/imap:/opt/dovecot/lib/dovecot/lib2
0_zlib_plugin.so: undefined symbol 'i_stream_create_bz2'
I did not compile it using --with-bzlib though and bz2 libs are
available on the system.
Best Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2006 Jun 20
1
Wish/suggestion: add output of citation() to package "manuals" (PR#9009)
Dear R core,
influenced by recent panel discussion in Vienna I think that it would be
nice to add package specific output of citation() function to package
reference manuals. I think that apropriate place would be just after
fields from DESCRIPTION file. This will be OK for CRAN, but not for
locally installed packages as there is not reference manual there (at
least on my linux box) - why is this
2000 Apr 12
1
Problems with SuSE 6.4
Hello!
A friend of mine tried to install R 1.0.0 on a Linux SuSE 6.4 with new
compilers and new X. First the X-libs could not be found. Using the apropriate
flags to change the paths for X-libs for configure (deleting first
configure.cache) did not solve the problem. So he copied the libs
to the expected /usr/X11/lib/ resp. include (because linking was not possible)
it compiled fine up to the
2003 Mar 25
0
Multiple source synchronizing to one unique destination
Hello,
I am wondering if there's a Rsync guru, that can just simply tell me if the
following thing is feasible with rsync 2.5.6.
I have 2 rsync source servers configured as daemon....and I would like both
of them to synchronize to a unique destination.
Fact is that when I do a synchronization one after another, both source ar
populated on the destination area (provided that the --delete
2006 Nov 16
2
efficiently synchronizing source and destination
All,
I have two fat32 formatted external drives (on the localhost) that
need sync'ing. Each of the drives contain different files. The end
result I'm looking for is two identical disks.
My question is whether or not I can encapsulate this process in a one
liner with rsync or if i need to make two independent calls to rsync
as follows:
rsync -av /path/to/source /path/to/dest &&
2006 Jul 01
2
Bug: ThunderBird and dovecot 1rc1
Hello!
It seems to me that correct deletion of message in thunderbird still
doesn't work with ThanderBird and dovectot 1rc1. As I've said before
messages are not removed phisically from filesystem, just marked for
deletetion. Though I'm not sure that this is dovecot bug and not
ThunderBird. Anyone to clarify this issue ?
2005 Nov 03
4
shared-mime-info (PR#8278)
Full_Name: Vaidotas Zemlys
Version: 2.1.1
OS: Ubuntu 05.10
Submission from: (NULL) (213.197.173.50)
Hi,
This is really a feature request, not a bug. I wrote the mail to R-devel,
but nobody answered it.
I use Gnome on my computer and sometimes I use its default text editor
gedit. It uses gtksourceview library for syntax highlighting. I
decided that it would be nice if gedit supported R
2005 Mar 10
2
How to assign Administrator's rights?
Most of my users (unfortunately me included) need to use a bloated,
badly designed piece of sh^Hoftware that only works with administrator's
rights (I won't say names but it's from a big german company strongly
pushing for software patents).
How can I assign those users Administrator's rights without phisically
going to each machine?
I cold put them in the 'Domain