search for: ouvertes

Displaying 20 results from an estimated 33 matches for "ouvertes".

2006 Nov 11
1
Install bioconductor
Hello useRs, I'm trying to install bioconductor on ubuntu edgy eft and R 2.4.0. I have some error messages during installation, in particular for the package "affy" : "Error: package 'affy' required by 'makecdfenv' could not be found" I have tryed to install 'makecdfenv' with the command : getBioC("makecdfenv") But I have this message
2010 Feb 26
2
Are two passes useful in CBR mode ?
Hi, I try to use the video tag to post videos on my blog I'm using ffmeg2theora to transcode videos in theora Resolution of 320x240 pixels and constant bitrate (CBR) of ~400 kbps seems to be ok for publishing on my blog. I've read that CBR is a better choice than VBR for web publishing regarding the way TCP/IP works. ("In TCP it takes a while for a connection to increase its
2012 Jan 12
2
defmacro installation issue
Hi everybody, I want to use macro in my R code. But defmacro was not in my libraries. So I installed it : > install.packages("gtools") Installing package(s) into ?C:/Program Files/R/R-2.13.2/library? (as ?lib? is unspecified) essai de l'URL 'http://cran.cict.fr/bin/windows/contrib/2.13/gtools_2.6.2.zip' Content type 'application/zip' length 102500 bytes (100 Kb)
2006 Dec 22
2
Pb with R.matlab
Hello, I have problems running the R.matlab package. I work with R 2.3.1, under windows (using the Rgui). It seems that, even after loading the package, the "simple" functions such as writeMat() or readMat() are not recognized. For example, the following script leads to an error: > install.packages("R.matlab") --- Please select a CRAN mirror for use in this session ---
2016 Sep 26
2
Publication & Project: Verificarlo: checking floating point accuracy through Monte Carlo Arithmetic
...tp://llvm.org/pubs/ ? Verificarlo: checking floating point accuracy through Monte Carlo Arithmetic. Christophe Denis, Pablo de Oliveira Castro, and Eric Petit. 23rd IEEE International Symposium on Computer Arithmetic (ARITH), July 2016. The preprint is available online at <https://hal.archives-ouvertes.fr/hal-01192668>. Could you please also add our tool to http://llvm.org/ProjectsWithLLVM ? Verificarlo: A tool for automatic Montecarlo Arithmetic analysis. https://github.com/verificarlo/verificarlo Verificarlo is an LLVM based tool to automatically use the Monte Carlo arithmetic in place...
2016 Jun 28
2
[GSoC 2016] Implementation of the packing transformation
...ay expansion and storage mapping optimization? I've found the following papers that are probably related to this: [1] and [2]. However, maybe I missed something. Refs.: [1] - http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.29.5704&rep=rep1&type=pdf [2] - https://hal.archives-ouvertes.fr/hal-01257316/document -- Cheers, Roman Gareev.
2009 Dec 12
4
grid et boxsizer
Bonjour. Une fois mon application ouverte, je voudrais savoir, si cela est possible, comment dimensionner automatiquement la totalité des colonnes du grid à la taille de mon boxsizer, quand je change la taille de mon application? (puique mon grid est inséré dans mon boxsizer). merci
2008 Nov 07
1
Failed to init inotity
Hi samba team, I my log I have sometimes this message : smbd/notify_inotify.c:inotify_setup(283) Failed to init inotify - Trop de fichiers ouverts : 2661 Time(s) Informations : Samba 3.2.4 (ldap backend and acl support) Redhat Enterprise Linux 5.1 (data on XFS FS) What's means ? Thanks Stephane Purnelle ----------------------------------- St?phane PURNELLE
2016 Jun 29
0
[GSoC 2016] Implementation of the packing transformation
...research to be done in the area, with short term applications and implementation in production. E.g., on-demand expansion on top of the Live Range Reordering technique implemented in isl and PPCG (papers and slides below): http://impact.gforge.inria.fr/impact2016 > [2] - https://hal.archives-ouvertes.fr/hal-01257316/document That one is rather specific to parallel programs and also theoretical. State of the art: - POPL 2016 http://conf.researchr.org/event/POPL-2016/popl-2016-papers-smo-an-integrated-approach-to-intra-array-and-inter-array-storage-optimization http://dl.acm.org/citation.cfm?id...
2012 Oct 22
2
Problem installing ndf library
Hello, I am a new user of R and Linux (debian squeeze), and I am trying to install the ncdf library. First I don't know wich is the best to use (ncdf or ncdf4), But not matter the one I tried to install, it always failled. I try to find a solution to this common problem on the web, but I never find the good way to solve it. I hope you could help me I try many things during two days and now I
2008 Aug 21
5
psychometric functions
Hi, I want to fit some psychophysical data with cumulative gaussians. There is quite a convenient toolbox for matlab called 'psignifit' (formerly known as 'psychofit'). It allows the lower bound of the sigmoid to vary slightly from zero, aswell as the upper bound to vary from one. with these two free parameters, the fitted function is less sensitive to noisy data and outliers.
2009 Apr 20
2
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Dear all, This new version of the paper at: http://hal.archives-ouvertes.fr/docs/00/36/53/37/PDF/RR-6799.pdf got ride of libJIT. Now my question is the how scientific is this research and research paper if instead of using libJIT and Portable.NET JIT: authors of "VMKit: a Substrate for Virtual Machines by Nicolas Geoffray — Gaël Thomas— Charles Clément —Bertil Fol...
2019 Jul 21
6
[RFC] A new multidimensional array indexing intrinsic
...stic run-time checks with delinearization was not possible, so this kind of intrinsic was _necessary_ for the application, not just _good to have_. More details are available in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). In particular, Chapter 9 contains a detailed discussion. # Representations ## Intrinsic ### Syntax ``` <result> = llvm.multidim.array.index.* <ty> <ty>* <ptrval> {<stride>, <idx>}* ``` ### Overview: The `llvm.multidim.array.index.*` intri...
2009 Apr 20
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
On Apr 20, 2009, at 12:42 PM, Kirill Kononenko wrote: > Dear all, > > > This new version of the paper at: > > http://hal.archives-ouvertes.fr/docs/00/36/53/37/PDF/RR-6799.pdf > > got ride of libJIT. Now my question is the how scientific is this > research and research paper if instead of using libJIT and > Portable.NET JIT: > authors of "VMKit: a Substrate for Virtual Machines by Nicolas > Geoffray — Gaël Thomas...
2002 Jun 28
0
NT permissions on Solaris
Hello, I try to use NT permissions on 2 Sun Solaris with ACL and samba 2.2.5. I configure samba --with-acl. I can modify permissions on the PDC (security = USER). But on the other one (XYZ) (security = SERVER and password server = PDC) i get on error message when i click on the ADD button (property of a file/Security) "The selector of object cannot be open because it cannot determine if XYZ
2013 Apr 25
0
Problem with package RNetCDF when attached
I have a problem with the RNetCDF package in MacOSX 10.8.3, R3.0.0. If you have a solution, it would be great ! Thanks a lot. Marc Girondot > install.packages("RNetCDF") essai de l'URL 'http://cran.at.r-project.org/bin/macosx/contrib/3.0/RNetCDF_1.6.1-2.tgz' Content type 'application/x-gzip' length 2071758 bytes (2.0 Mb) URL ouverte
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...t; with delinearization was not possible, so this kind of intrinsic was _necessary_ >> for the application, not just _good to have_. More details are available >> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). >> In particular, Chapter 9 contains a detailed discussion. >> >> # Representations >> >> ## Intrinsic >> >> ### Syntax >> ``` >> <result> = llvm.multidim.array.index.* <ty> <ty>* <ptrval> {<stride&...
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...with delinearization was not possible, so this kind of intrinsic was _necessary_ > for the application, not just _good to have_. More details are available > in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). > In particular, Chapter 9 contains a detailed discussion. > > # Representations > > ## Intrinsic > > ### Syntax > ``` > <result> = llvm.multidim.array.index.* <ty> <ty>* <ptrval> {<stride>, <id...
2019 Jul 25
0
[RFC] A new multidimensional array indexing intrinsic
...h delinearization was not possible, so this kind of intrinsic was _necessary_ >>> for the application, not just _good to have_. More details are available >>> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).>> In particular, Chapter 9 contains a detailed discussion. >>> >>> # Representations >>> >>> ## Intrinsic >>> >>> ### Syntax >>> ``` >>> <result> = llvm.multidim.array.index.* <ty> <ty&g...
2017 Dec 16
0
OpenBLAS in everyday R?
It seems that reproducibility across systems is also an issue with multithreaded BLASes: https://hal.archives-ouvertes.fr/hal-01202396/file/exblas.pdf On Sun, Dec 17, 2017 at 11:50 AM, Keith O'Hara <keith.ohara at nyu.edu> wrote: > On point 1): > > The standard approach seems to favor the reference BLAS for reasons other > than speed. > > For example, vecLib, Apple's multi-threaded...