Displaying 20 results from an estimated 131 matches for "ghislain".
2007 Aug 24
1
To wiki user ghislain
Ghislain,
Please add your email address to your wiki account so we can more easily
contact you if needed. Also, thanks for the recent posts to the wiki.
Please be sure to add a comment with each change committed.
2006 Apr 20
3
The contrary of command %in%
...H<8&DBH>20,]
That's why I want to use subset in a close form to:
HData2<-subset(HData,HData$H>1.30&HData$IdentTree
"not"%in%HDataPartP2$IdentTree)
How should I do that ?
Is there any R-syntax saying "not element of that object" ?
Thanks for your help.
Ghislain.
--
Ghislain Vieilledent
06 24 62 65 07
[[alternative HTML version deleted]]
2017 Aug 21
2
Control multi-threading in standard matrix product
...piled on my
machine use 'libRblas.so' which explain the difference of behavior.
I will use RhpcBLASctl to avoid issue when combining matrix product and
other multi-threading package.
Maybe this point regarding multi-threading with BLAS could be added in
the R doc.
Thanks again,
Best,
Ghislain
Ghislain Durif
--------------------------
Research engineer THOTH TEAM
INRIA Grenoble Alpes (France)
Le 21/08/2017 ? 15:53, Tomas Kalibera a ?crit :
> Hi Ghislain,
>
> I think you might be comparing two versions of R with different BLAS
> implementations, one that is single threaded...
2008 Mar 08
1
Installing odesolve package of R under Ubuntu (Debian) Linux
...logiciel de statistique R sous
Ubuntu Linux.
C'est un package qui contient des fonctions appelant du code en Fortran.
A l'installation sous R via le shell, j'obtiens l'erreur suivante:
Hi,
I tried to install odesolve package of R under Ubuntu Linux.
But I got the following error:
ghislain@ghislain-laptop:~$ sudo R
[sudo] password for ghislain:
R version 2.6.2 (2008-02-08)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R est un logiciel libre livré sans AUCUNE GARANTIE.
Vous pouvez le redistribuer sous certaines conditions.
Tapez 'license()'...
2017 Aug 21
1
Control multi-threading in standard matrix product
...because this package is mainly used
to analyse bioinformatics data, which requires important computing
resources.
Anyway, it works well on my machine now, and I will modify my package to
ensure that users won't encounter this case of "multi" multi-threading.
Thanks again,
Best,
Ghislain
Ghislain Durif
--------------------------
Research engineer THOTH TEAM
INRIA Grenoble Alpes (France)
Le 21/08/2017 ? 17:28, Ista Zahn a ?crit :
> Hi Ghislain,
>
> The documentation at
> https://cran.r-project.org/doc/manuals/r-release/R-admin.html#BLAS
> provides a fair bit of info...
2006 Sep 02
7
BayLISA Puppet presentation video
Hi all,
Jennifer Davis from BayLISA has done us the service of already
posting the presentation from this past Wednesday night:
http://video.google.com/videoplay?docid=8202036065161263530&hl=en
http://video.google.com/videoplay?docid=7740462681265962824&hl=en
It''s about 2 hours total, and I can''t promise it''s any kind of
amazing presentation, but I do a
2007 Apr 18
14
puppet does not speak french ;)
...atest version
err: Package[mysql-client-4.1](provider=apt): Could not find latest version
err: Package[mysql-client-4.1](provider=apt): Could not find latest version
just fails in puppet but works on command line.
when doing setenv LANG C
it then works. What do you think ?
--
Cordialement,
Ghislain ADNET.
AQUEOS.
Attention ! Toute demande de support ou commande de domaine par email
sera refusée, pour cela utilisez https://support.aqueos.net.
Pour tout contact nos coordonnées :
http://www.aqueos.com/aqueos-services-informatiques-societe.php
Fax: 01.72.70.32.66
___________________...
2007 Apr 30
3
syntax error, but wherz
...nel => Linux
kernelrelease => 2.6.20.4-vs2.2.0
lsbdistcodename => sarge
lsbdistdescription => Debian GNU/Linux
lsbdistid => Debian
lsbdistrelease => 3.1
puppetversion => 0.22.3
rubysitedir => /usr/local/lib/site_ruby/1.8
rubyversion => 1.8.2
Any idea ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2005 Jul 06
2
Plotting confidence intervals for lme
...if it is possible, a bar with Estimate, upper
and lower CI for each level of the factors.
I know how to do for a lm model but for a lme one, I tried with
plot(intervals(...)) and plot(ci(...)) from the gmodels package but it
doesn't work well.
Thanks for you help and have a good day.
--
Ghislain Vieilledent
30, rue Bernard Ortet 31 500 TOULOUSE
06 24 62 65 07
[[alternative HTML version deleted]]
2007 Feb 09
3
err: Found a bug: Field dump is required
what can i do to find the bug when puppet print this:
err: Found a bug: Field dump is required
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Dec 04
6
puppet definition
...importing ''./classes/backup.pp''
Unknown function sudoensure_line in file
/etc/puppet/manifests/./classes/backup.pp at line 46
and
grep ''sudoensure_line'' /etc/puppet/manifests/functions.pp
define sudoensure_line($ligne) {
any idea ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2018 Jun 15
2
[WebAssembly] lld dynamic loader
...o set a max size.
> However, now that we have the --import-table flag I don't see why we
> shouldn't support tables without a max size. Feel free to send a
> patch, or open a bug and I will get around to it.
>
> cheers,
> sam
>
> On Fri, Jun 1, 2018 at 6:00 AM, HUDE Ghislain via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > Hello,
> >
> > The table generated by lld (Wasm target) have a max size.
> >
> > So this make impossible to add some others functions in the table .
> >
> > As for the moment only one Table is...
2017 Aug 21
0
Control multi-threading in standard matrix product
Hi Ghislain,
The documentation at
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#BLAS
provides a fair bit of information. What specifically would you like
to see added?
Best,
Ista
On Mon, Aug 21, 2017 at 10:13 AM, Ghislain Durif
<ghislain.durif at inria.fr> wrote:
> Hi Tomas,
>
&g...
2007 Feb 01
7
lockdir parameter
it seems that puppet refuse to run in the new version. It fails on the line:
err: Could not apply complete configuration: Unknown configuration parameter :lockdir
the client is .22.1 and server still .22.0
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jan 07
6
0.22.0 Errata: Facts are not downcased
I forgot to mention this in my announcement yesterday.
Puppet facts are no longer downcased in the language, and string
comparisons now default to being case-insensitive. Where your
operating system might previously have been ''solaris'' or ''debian'', it
is now ''Solaris'' or ''Debian''. However, you can still do comparisons
2003 Dec 29
2
Update
How do you update R on Windows and how do you install your own package
with windows interface ?
regards,
Ghislaine GUIGON
Biostatisticienne
Plate-forme 2 Puces a ADN
INSTITUT PASTEUR
25-28 rue du Dr ROUX
75724 Paris cedex 15
FRANCE
tel: (33) (0)1 40 61 86 51
fax: (33) (0)1 45 68 84 06
2007 Jun 08
5
website down ?
seems that the tracksite is down ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 21
5
simulating provider in a module
...nd want to have
a apache2, lighthttpd prividers. How would you do so the call to the
modules functions stay like:
webserver::addvhost { ... }
and not
webserver::apache2::addvhost
Any best practices you can share ? I know that conditional include
would not work so... :)
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Apr 26
5
class parameters
...template to say :
if $search is not '''' then print this, else print nothing, right now it
allways print a DAM BLANK LINE ;-)
anyone knows how to prevent this ? Seems not possible if i look at the
doc but who knows with the fast paced enhancements of puppet :)
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Sep 29
7
Facts load by puppet -factsync question
...for this to work only on the second run ?
Any idea of where is the mistake ? I perhaps assume too much about the
order of puppet execution or perhaps retreivedd fact are not loaded by
puppet on the run they are retreived ?
facter 1.3.4
puppet .19.3
thanks for the help :)
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users