Displaying 13 results from an estimated 13 matches for "explcitely".
Did you mean:
explicitely
2011 Mar 15
1
Special BLAS and explcit parallel code
Hi
I just read the thread on gotoBLAS, as well as the excellent vignette of
gcbd. I still have some confusion and would like to ask very basic
questions, hope I am not taking too much of your time.
The point that retained my attention was the question of using implicit
(multi-threaded blas) versus explicit (parallel code) optimisation. As I
understood, the ideal would be to use a
2010 Nov 15
2
How to move an internal function to external keeping same environment?
...which works as long as foo2 is
within foo1, but not anymore if foo2 is external, as is the case now.
Now, I could add all those arguments as inputs to foo2, but I feel if
foo2 is called often, I would be copying those objects more than
required. Am I wrong?
I then used this to avoid to declare explcitely each argument to foo2:
foo1<-function(x){
b<-x[1]+2
environment(foo2)<-new.env(parent =as.environment(-1))
c<-foo2(x)
return(c)
}
foo2<-function(x) x*b
#try:
foo1(1:100)
This works. But I wanted to be sure:
-am I right that if I instead declare each element to be pass...
2012 Apr 02
1
yet another update error
Hi,
After upgrading R I always update installed packages to the new version.
This time an error I have never seen or heard of appeared: thousands,
perhaps millions of lines like the ones below.
--------------8><--------------
error reading package index
file /usr/local/lib/R/library/tcltk2/tklibs/datefield0.2/pkgIndex.tcl:
too many nested evaluations (infinite loop?)
error reading
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
---------------------------- Original Message ----------------------------
Subject: Re: [CentOS] PHP Questions on move from CentOS 5.x to CentOS 6.x
From: "Max Pyziur" <pyz at brama.com>
Date: Sun, March 24, 2013 1:14 pm
To: "Reindl Harald" <h.reindl at thelounge.net>
--------------------------------------------------------------------------
>
>
2008 Oct 21
2
For loop - how to assign "i" when it is not an element of an index?
Hello,
I'm trying to build a for loop, where I estimate a series of models with
different sets of (time series) data.
However my for loop doesn't recognize the "i"
##################### code################
window.1=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1971") &
positions(anomalies.CAK)<=timeDate("6/30/1991") )]
....
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Since the original buildit script doesn't cover my needs I switched to a custom but really similar script, in the meantime I also got the habit
to dig for new flags and support and the __GLIBCXX__ define was hiding
some of this errors. I see that other linux-based operating system offer this kind of support and they even use the same core components of my
GNU/Linux distribution.
You are
2008 Jul 31
9
Terrible zfs performance under NFS load
Hello,
We have a S10U5 server sharing with zfs sharing up NFS shares. While using the nfs mount for a log destination for syslog for 20 or so busy mail servers we have noticed that the throughput becomes severly degraded shortly. I have tried disabling the zil, turning off cache flushing and I have not seen any changes in performance. The servers are only pushing about 1MB/s of constant
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
On Mon, 2018-08-06 at 23:35 +0300, Michael S. Tsirkin wrote:
> > As I said replying to Christoph, we are "leaking" into the interface
> > something here that is really what's the VM is doing to itself, which
> > is to stash its memory away in an inaccessible place.
> >
> > Cheers,
> > Ben.
>
> I think Christoph merely objects to the
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
On Mon, 2018-08-06 at 23:35 +0300, Michael S. Tsirkin wrote:
> > As I said replying to Christoph, we are "leaking" into the interface
> > something here that is really what's the VM is doing to itself, which
> > is to stash its memory away in an inaccessible place.
> >
> > Cheers,
> > Ben.
>
> I think Christoph merely objects to the
2012 Oct 26
0
Wine release 1.5.16
The Wine development release 1.5.16 is now available.
What's new in this release (see below for details):
- New version of the Mono package.
- Many improvements to the CMD command-line parser.
- More stream classes in the C++ runtime.
- Support for managing services in WMI.
- Improved CPU detection.
- Various bug fixes.
The source is available from the following locations:
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in
the libxl interface followed by auto-generation of a destructor
function for each type. In the future it may be possible to use the
related data structures for other purposes, for example auto-generation
of the functions to marshal between C and language binding data types.
tools/_libxl_types.h should be identical both before
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a