search for: explcit

Displaying 13 results from an estimated 13 matches for "explcit".

Did you mean: explicit
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 p...
2012 Apr 02
1
yet another update error
...(infinite loop?) error reading package index file /usr/local/lib/R/library/tcltk2/tklibs/getstring0.1/pkgIndex.tcl: too many nested evaluations (infinite loop?) --------------8><-------------- Left the process running during almost four hours and not only never returned but also had to be explcitly killed (ctrl-c won't do the job). Attached here the scripts I use to perform all upgrades and updates unattended as cron jobs. But don't think they are the culprits. :-) Thanks. -- Alexandre -- Alexandre Santos Aguiar, MD, SCT gpg public key: mailto:gpgkey at asaguiar.net -----...
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
...2013 1:14 pm To: "Reindl Harald" <h.reindl at thelounge.net> -------------------------------------------------------------------------- > > > Am 24.03.2013 17:52, schrieb Max Pyziur: >> Diffing php -m results: > > a diff does not interest > i requested explcitly the output of "php -m" on the new machine On CentOS 5 it is: php -m [PHP Modules] bz2 calendar ctype curl date dbase exif ftp gd gettext gmp hash iconv ldap libxml mbstring mcrypt mime_magic mysql mysqli openssl pcntl pcre PDO pdo_mysql pdo_pgsql pdo_sqlite pgsql posix pspell Reflectio...
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
...ddraw: When restoring the display mode, use the mode set before the first mode change on any ddraw object. ddraw/tests: Add some display mode set / restore tests with multiple ddraw objects. wined3d: Explicitly check the shader type in shader_glsl_gen_sample_code(). wined3d: Explcitly check the shader type in shader_glsl_get_sample_function(). wined3d: Implement WINED3DSIH_UDIV in the GLSL shader backend. wined3d: Implement WINED3DSIH_USHR in the GLSL shader backend. user32: Implement GetRawInputDeviceList(). wined3d: Explicitly check the shader type in...
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