Displaying 20 results from an estimated 1000 matches similar to: "Help on rsync delete option"
2007 Mar 20
2
Any R function for self-controlled case series method /effect absorption?
Hello,
Has anyone written R functions for applying self-controlled case series
methods (http://statistics.open.ac.uk/sccs/).
In fact only thing needed is to modify glm function to allow absorption
of effect. Eg. in Poisson model individual effect is used as factor, but
it is considered as nuisance term where parameter estimates are not needed.
Could anyone point how absorbing individual
2006 Sep 29
2
[LLVMdev] FunctionPass requiring SCCs
I have a FunctionPass F that needs a list of all the SCCs for use in its
doFinalization() method. Let's say I write a CallGraphSCCPass C that
creates an array of all SCCs. Let C be required by F, and let F call
getAnalysis<C>() from its doFinalization() method. Am I guaranteed that
C's runOnSCC() method will have executed on all SCCs before F's
doFinalization() method?
2009 Sep 03
3
[LLVMdev] SCCIterator and unconnected graphs
Hi,
I am using the scc_iterator class in my code on a CallGraph, where some
functions are not called from within the module. It seems that
scc_iterator does not list all SCCs if the graph is not connected; only
those nodes connected to the node pointed to by
GraphTraits<...>::getEntryNode() are returned.
Can someone verify this behavior?
Any tips on how I should go about extending the
2013 Aug 21
2
Re: Oracle RAC in libvirt+KVM environment
>From the fedora 19 host:
[root@fedora ~]# sg_inq /dev/sdc
standard INQUIRY:
PQual=0 Device_type=0 RMB=0 version=0x05 [SPC-3]
[AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=0
SCCS=1 ACC=0 TPGS=1 3PC=0 Protect=0 [BQue=0]
EncServ=0 MultiP=0 [MChngr=0] [ACKREQQ=0] Addr16=0
[RelAdr=0] WBus16=1 Sync=1 Linked=0 [TranDis=0] CmdQue=1
length=36 (0x24)
2018 May 31
1
-O1 with clang and gcc
Thanks for the quick reply.
`-O0` is too slow with Valgrind and `-O2` is not recommended. We use `-O1`
in Valgrind runs.
> Use of -O2 and above is not recommended as Memcheck occasionally reports
uninitialised-value errors which don't really exist.
http://valgrind.org/docs/manual/quick-start.html
On Thu, May 31, 2018 at 5:34 PM, Michael Kruse <llvmdev at meinersbur.de>
wrote:
2009 Sep 15
0
[LLVMdev] SCCIterator and unconnected graphs
On Sep 3, 2009, at 4:15 AM, Hans Vandierendonck wrote:
Hi,
>
> I am using the scc_iterator class in my code on a CallGraph, where
> some
> functions are not called from within the module. It seems that
> scc_iterator does not list all SCCs if the graph is not connected;
> only
> those nodes connected to the node pointed to by
> GraphTraits<...>::getEntryNode() are
2006 Feb 27
1
problem with rakefile
hi,
I am having a problem with the rake test_units in my RoR application.
when i''m running it it tries to run all the files that end in *.rb (i
think) under the /unit folder in the project and it''s subfolders.
The problem is that my source control system (bitkeeper) saves an
subfolder named SCCS under each of the project folders, and in it, for
eack .rb file another file
2018 May 31
2
-O1 with clang and gcc
Hi,
The binary gotten via clang's `-O1` runs much slower (3x) than that gotten
via GCC's `-O1`.
Reproducible with:
https://github.com/m-chaturvedi/test_valgrind_slowdown
We are seeing this difference between gcc and clang at other places as well.
The `-O0` and `-O2` times are comparable, however. Are there some compile
time flags one could add to make the `-O1` times comparable?
2016 Jan 19
3
CFG SCCs vs Loops and loop breaking transformations
I ran across an interesting case and wanted to share it. I'm not
proposing any particular changes, but the experience seemed interesting
to discuss.
First, a bit of background. An LLVM Loop models a specific type of
cycle in the CFG. Not all cycles are Loops. Many of our optimization
transforms are phrased over loops, which means that a non-loop cycle
tends to be less well optimized.
2004 Aug 06
2
Using liveice-xmms with icecast
hi,
in an attempt to set up a little stream, i downloaded and installed
both icecast2 and liveice-xmms. i can start icecast2, and i can
modify the settings to the xmms plugin from within xmms, but i'm at a
loss as to how to create a stream, connect it to the server, or then
listen to it. i've been looking at the docs on the icecast page[1].
can anyone point me in the right direction?
2017 Aug 09
2
[ThinLTO] Suggestions on how to traverse SCCs in the Module Summary Index bottom up
Hey all,
I'm working on adding function attribute propagation to function summaries
in the ThinLTO index, and have run into some trouble with ensuring
bottom-up traversal when finding the SCCs in the call graph.
I'm basing my implementation for the GraphTraits for the ModuleSummaryIndex
off the GraphTraits<CallGraph *> implementation (
2009 May 10
2
[LLVMdev] Get the call graph SCCs from a function pass
Hello,
I'm writing a Function Pass. This function pass needs access to the
CallGraph and CallGraph SCCs. Is there any way I can get CallGraph
information without changing my pass to a CallGraphSCCPass ?
Thanks,
--
Nick Johnson
2009 May 10
2
[LLVMdev] Get the call graph SCCs from a function pass
On 5/10/09, Török Edwin <edwintorok at gmail.com> wrote:
> On 2009-05-10 20:11, Nick Johnson wrote:
> > Hello,
> >
> > I'm writing a Function Pass. This function pass needs access to the
> > CallGraph and CallGraph SCCs. Is there any way I can get CallGraph
> > information without changing my pass to a CallGraphSCCPass ?
>
>
> Does
2002 Jun 20
2
Could see the share
Hi, Samba world:
It is my first time to use samba to share a folder from a solaris 7 to our
windows 2000 clients. After I have the following, I could not see the unix
share point. Your help is highly appreciated!
1) Install samba 2.0.5.
2) done the following:
Edit /etc/services and make the following changes.
Immediately after the line which reads:
sunrpc 111/tcp rpcbind
2013 Aug 21
2
Re: Oracle RAC in libvirt+KVM environment
On Wed, 2013-08-21 at 11:09 +0200, Paolo Bonzini wrote:
> Il 21/08/2013 04:11, Timon Wang ha scritto:
> > From the fedora 19 host:
> > [root@fedora ~]# sg_inq /dev/sdc
> > standard INQUIRY:
> > PQual=0 Device_type=0 RMB=0 version=0x05 [SPC-3]
> > [AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=0
> > SCCS=1 ACC=0 TPGS=1 3PC=0 Protect=0
2009 Dec 23
3
Question on SSH_ASKPASS
Hi everybody,
I have asked a question a long time ago regarding SSH_ASKPASS, but with the
latest version of OpenSSH I am not able to get the desired result.
My goal is to launch a script on a remote server via SSH without having to
type a password, because it is locally executed from a script. This should
not be too complicated, but somehow I am not able to figure this out myself.
I have
2015 May 19
2
[LLVMdev] Processing functions in call graph SCC "order" with function-level analyses
Hi all,
I have one analysis pass that I want to perform on call graph SCCs. However, for each function in the SCC, I need function-level analyses, like the dominator tree and the memory dependency analysis.
I’ve been told before <http://stackoverflow.com/questions/30059622/using-dominatortreewrapperpass-in-callgraphsccpass> that these were not available from a CallGraphSCCPass. What would
2015 May 19
3
[LLVMdev] Processing functions in call graph SCC "order" with function-level analyses
Thanks John.
Does this solve the problem of analysis availability though? If I still have to run the function analyses manually, I might as well keep rolling with the CallGraphSCCPass. (I probably should have mentioned that this is what I’m using right now.)
Félix
> Le 2015-05-19 à 10:12:32, John Criswell <jtcriswel at gmail.com> a écrit :
>
> On 5/18/15 10:45 PM, Félix Cloutier
2004 Aug 06
3
Using liveice-xmms with icecast
on Sun, 25 Apr 2004 04:31:31AM +1000, Geoff Shang insinuated:
> On Sat, 24 Apr 2004, Nori Heikkinen wrote:
>
> > in an attempt to set up a little stream, i downloaded and
> > installed both icecast2 and liveice-xmms.
>
> Note that liveice-xmms more than likely does not work with icecast
> 2.0. You can of course opt to use it with icecast 1.3.12, but the
>
2018 May 31
0
-O1 with clang and gcc
What are you trying to achieve? If faster runs is the goal, why not
compile with -O2?
Michael
2018-05-31 16:27 GMT-05:00 M. Chaturvedi via llvm-dev <llvm-dev at lists.llvm.org>:
> Hi,
>
> The binary gotten via clang's `-O1` runs much slower (3x) than that gotten
> via GCC's `-O1`.
>
> Reproducible with:
>
>