Displaying 20 results from an estimated 77 matches for "stony".
Did you mean:
tony
2001 Jul 10
1
Object finalization
...#39;t see
how to get it to operate on the pointer, since the pointer is not passed
to the function when its called. RegisterFinalizer takes an R closure,
but how is it called from R (tried .Internal)?
Tim
--
Timothy H. Keitt
Department of Ecology and Evolution
State University of New York at Stony Brook
Stony Brook, New York 11794 USA
Phone: 631-632-1101, FAX: 631-632-7626
http://life.bio.sunysb.edu/ee/keitt/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", &quo...
2016 Jul 31
0
[Openmp-dev] How to get the function definition of a kmpc_micro call
...I mean where I can manipulate IR and LLVM methods (and not
> > compare strings).
> >
> > Thanks in advance for any help,
> >
> >
> > --
> > Dounia KHALDI
> > Research Assistant Professor
> > Institute for Advanced Computational Science
> > Stony Brook University
> > Stony Brook, NY 11794-5250
> > www.iacs.stonybrook.edu
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
&...
2016 Jul 26
2
[LLVMdev] Interprocedural use-def chains
...et argument no. of Use &
> if (auto *F = getCallTargetIfPossible()) {
> pushToWorklist(F->getArgument(ArgNo)->users()); // Or recurse
> }
> }
>
> -- Sanjoy
>
--
Dounia KHALDI
Research Assistant Professor
Institute for Advanced Computational Science
Stony Brook University
Stony Brook, NY 11794-5250
www.iacs.stonybrook.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/e33544a2/attachment.html>
2016 Jul 26
2
[LLVMdev] Interprocedural use-def chains
...of* foo*, and get me the users of that
argument in the called function as well. Currently, what USE does is that
it returns the call as a use and stops there.
Any information or ideas would be appreciated.
--
Dounia KHALDI
Research Assistant Professor
Institute for Advanced Computational Science
Stony Brook University
Stony Brook, NY 11794-5250
www.iacs.stonybrook.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/40900586/attachment.html>
2003 Apr 18
1
MCMCpack gelman.plot and gelman.diag
...: *******
Cannot compute Gelman & Rubin's diagnostic for any chain
segments for variables (Intercept) Age Status sigma2
This indicates convergence failure
Should I have run them with more chains? Any hint?
thanks in advance,
--
Sung-youn Kim
--------------
Dept. of Political Science
Stony Brook University (SUNY at Stony Brook)
Office: (631)-632-7664
Web: http://www.ic.sunysb.edu/www/stu/sungyoki
2005 Oct 30
1
Help with Subtracting an effect from a Mixed Model
...eorganizing the code, so that the interaction
would be left out. But there is no way to take out host*sire while
still leaving in host*dam nested within sire.
any help will be greatly appreciated!
Matt
- - -
Matthew L Forister
Department of Ecology and Evolution
State University of New York at Stony Brook
650 Life Sciences Building
Stony Brook, New York 11794-5245
Email: forister at life.bio.sunysb.edu
Webpage: http://life.bio.sunysb.edu/~forister/
Lab phone: (631) 632-8609
Fax: (631) 632-7626
- - -
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried putting the following in a
file:
username="SMB-SRV\stonyy...
2002 Mar 22
1
name spaces?
...witch to 'library' or global option that strips
off the 'DBI' prefix.) Anyway, it would help in nailing down the DBI
interface to know if some name space mechanism is in the works.
Cheers,
Tim
--
Timothy H. Keitt
Department of Ecology and Evolution
State University of New York at Stony Brook
Stony Brook, New York 11794 USA
Phone: 631-632-1101, FAX: 631-632-7626
http://life.bio.sunysb.edu/ee/keitt/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "...
2012 Aug 25
2
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
2012/8/25 Iaroslav Markov <ymarkov at cs.stonybrook.edu>:
> Can't you do it by performing some analysis on CFG? You can traverse that structure with BFS. And after that for all the BB you have visited more than once, you try to find a parent that has a branch instruction as a terminator. Additionally you ensure that there are no BB wi...
2012 Apr 14
2
master thesis
Hi,
For my master thesis I have 24 micro-plots on which I did measurements during 3 months.
The measurements were:
- Rainfall and runoff events throughout 3monts (runoff being dependant on the rainfall, a coefficient (%) has been made per rainfall event and per 3 months)
- Soil texture (3 different textures were differentiated)
- Slope (3 classes of slopes)
- Stoniness (one time measurement)
2012 Oct 17
3
Install rgdal, lazy loading error
...$`svn rev`
[1] "58522"
$language
[1] "R"
$version.string
[1] "R version 2.14.2 (2012-02-29)"
Any thoughts are appreciated,
Best,
ben
please forgive cross-posting on R-sig geo for those who subscribe to both.
Ben Weinstein
Graduate Student
Ecology and Evolution
Stony Brook University
http://life.bio.sunysb.edu/~bweinste/index.html
[[alternative HTML version deleted]]
2012 Nov 05
2
[LLVMdev] Unable to Run Inline Asm with MCJIT
Hi,
I am first year PhD student at Stony Brook University. For one of my projects I am trying to JIT compile and run a C program containing inline assembly using MCJIT but I am not able to.
I have cloned and build LLVM-3.1. Below are more details.
Arch : x86
OS : Linux ubuntu 2.6.35-22-generic
Sample program : test_inline_asm.c
------...
2007 Aug 01
4
tc shown rate larger than ceil (was "Weird rate in HTB")
An earlier exchange about someone seeing the rate larger than the
ceiling is posted below. Andy explained the reason for the "above
ceiling" rate in Daniel''s output . . . but I just saw an example that
doesn''t fit.
>> tc output >>
class htb 1:14 parent 1:1 leaf 14: prio 1 quantum 3072 rate 256000bit
ceil 282000bit burst 1820b/8 mpu 0b overhead 0b
2013 Oct 11
2
[LLVMdev] Building for a specific target, corei7
...cution, different cache sizes, etc.).
For clang, I was passing the "-march=corei7" flag.
For gcc, I was passing the "-mcpu=corei7" flag.
Am I passing the correct flags?
Any help, comments or suggestions, would be helpful.
Thanks,
--
Varun Agrawal
PhD Student
Computer Science, Stony Brook University
http://compas.cs.stonybrook.edu/~vagrawal/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131011/a6c5c399/attachment.html>
2010 Oct 27
2
[LLVMdev] llvm can't use headers from gcc 4.4 on centos Linux x86
Tried building a simple cout << "Hello!" << endl program using
<iostream> and failed while trying to compile the iostream headers and
their dependencies. The errors effected gcc 4.4 on x86_64 Centos
Linux.
--
Richard P. Spillane
File Systems and Storage Lab
Stony Brook University
necro351 at gmail.com
2016 Jul 30
0
How to get the function definition of a kmpc_micro call
...rings) to get the
defintion of the outlined function from the call __kmpc_fork_call? By
clean I mean where I can manipulate IR and LLVM methods (and not compare
strings).
Thanks in advance for any help,
--
Dounia KHALDI
Research Assistant Professor
Institute for Advanced Computational Science
Stony Brook University
Stony Brook, NY 11794-5250
www.iacs.stonybrook.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160729/0681fd24/attachment.html>
2016 Aug 01
1
[LLVMdev] Interprocedural use-def chains
On Tue, Jul 26, 2016 at 3:05 PM Dounia Khaldi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Thanks for your reply.
>
> Yes, I was about to recurse over the use list of the argument in the
> called function. I did not want to pursue that because with this solution,
> I am going to implement the interprocedural part myself and was wondering
> if that was not already
2018 Jan 18
0
MCMCvis 0.9.2 on CRAN
...* speed improvements (particularly for large model objects)
CRAN: https://CRAN.R-project.org/package=MCMCvis
GitHub: https://github.com/caseyyoungflesh/MCMCvis
Full tutorial here: http://www.caseyyoungflesh.com/software/
Cheers,
Casey
--
*Casey Youngflesh*
Department of Ecology and Evolution
Stony Brook University
Stony Brook, NY 11794 USA
www.caseyyoungflesh.com <http://www.caseyyoungflesh.weebly.com>
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packag...
1999 Mar 26
1
factor analysis
Hi, is there R function that does factor analysis? Thanks in advance.
Kenny Ye
Assistant Professor
Department of Applied Math and Statistics
SUNY at Stony Brook
Stony Brook, New York 11794-3600
(516)632 9344
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body&...
2001 Apr 16
2
leaps for windows
Is there any plan to compile leaps library for windows? thanks.
Kenny
Kenny Ye
Assistant Professor
Department of Applied Math and Statistics
SUNY at Stony Brook
Stony Brook, New York 11794-3600
Phone (631)632-9344
Fax (631)632-8490
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe...