search for: westere

Displaying 20 results from an estimated 58 matches for "westere".

Did you mean: western
2004 Oct 04
3
Beginners problem
Hi, I'm new to R and have a problem with a little test program (see below). Why doesn't <<- in function rk4 assign the new value to y so that it is seen in rktest. I thought that <<- does exactly this. But it seems that I didn't get it right. I would be very appreciative for an explanation of that behaviour of <<-. I know how to write the whole thing so that it
2007 Dec 19
1
Genetic algorithm for feature selection
Hi, I'm looking for a R-package that does feature selection for PLS using a genetic optimization algorithm. I couldn't find one on CRAN and I wonder whether there is a free one. I would be very appreciative for any help. Regards Rolf
2002 Jun 26
5
[PATCH] improved chroot handling
There are a couple of niggles with the sandboxing of the unprivileged child in the privsep code: the empty directory causes namespace pollution, and it requires care to ensure that it is set up properly and remains set up properly. The patch below (against the portable OpenSSH, although the patch against the OpenBSD version is very similar) replaces the fixed empty directory with one that is
2004 Oct 06
1
Foreign code problem
Hello, I wanted to test the odesolve package and tried to use compiled C-code. But when I do: erg <- lsoda(y, times, "mond", parms, rtol, atol, tcrit=NULL, jacfunc=NULL, verbose=FALSE, dllname="mond", hmin=0, hmax=Inf) I get the error message: Error in lsoda(y, times, "mond", parms, rtol, atol, tcrit = NULL, jacfunc =
2011 Oct 25
2
PHP 5.3.3 question
Can PHP 5.3.3 be installed on CentOS 5.3, or is it not compatable, and if so what is the recommended version of CentOS to use? Thanks, Robert Anstruther. SQA Dalkeith is moving. From 21 November 2011 our address will be; Lowden, 24 Wester Shawfair, Dalkeith, Midlothian, EH22 1FD. There is no change to the address for SQA Glasgow.
2006 Nov 20
1
Research Assistant position
University of California Merced Merced, CA Programmer Analyst II/III (Research Assistant) Job Code SSNRI723A Open until filled. ? In the Sierra Nevada Research Institute at UC Merced, act in support of research in applied climatology and statistical modeling for wildfire, energy and water resource management applications and assist the Principle Investigator with the development of software,
2017 May 31
1
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
> On 31 May 2017, at 16:40 , Joris Meys <jorismeys at gmail.com> wrote: > > And with "equally spaced" I obviously meant "of equal size". It's getting > too hot in the office here... We have a fair amount of cool westerly wind up here that I could transfer to you via WWTP (Wind and Weather Transport Protocol). If you open up a sufficiently large pipe,
2004 Jan 17
0
New sounds posted
So, per the discussion last week and generous donations, we have some new sound files with which to work. The sounds are located in: http://www.loligo.com/asterisk/sounds/ For those of you who just want to download the _new_ sounds, please fetch: http://www.loligo.com/asterisk/sounds/20040117.newsounds.tar All of the sounds in that tarball are also in the main ../sounds/ directory in
2007 Jun 03
0
Or none mentone
strange insulation in the midst of boundless tracts of dry and barren name Physcon, which afterward became his historical designation, was The plan of Cleopatra the mother, after her husband's death, was to make of ancient times. We shall have something to say in the next chapter in of the court and the officers of her army, in one of the royal palaces. encroachments of other powers. He
2002 Jun 26
1
privilege separation breaks dns lookups
When the unprivileged child has chrooted it can no longer open /etc/resolv.conf, so if the resolver hasn't yet initialized itself then dns lookups will not be possible. This is unfortunately what normally happens, but sshd falls back gracefully. There are a couple of wrinkles: the resolver will typically try talking to a nameserver on the local host by default (using INADDR_ANY rather than
2007 Jun 03
0
Or none mentone
strange insulation in the midst of boundless tracts of dry and barren name Physcon, which afterward became his historical designation, was The plan of Cleopatra the mother, after her husband's death, was to make of ancient times. We shall have something to say in the next chapter in of the court and the officers of her army, in one of the royal palaces. encroachments of other powers. He
2014 May 30
0
[PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
...holder is going to get the lock and clear the pending bit soon, it is actually better to wait than to be queued up which has a higher overhead. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- -------...
2014 May 07
0
[PATCH v10 06/19] qspinlock: prolong the stay in the pending bit path
...lock and pending bits are set, the new code will also wait a bit to see if either one is cleared. If they are not, it will quit and be queued. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- -------...
2014 Apr 17
0
[PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
...lock and pending bits are set, the new code will also wait a bit to see if either one is cleared. If they are not, it will quit and be queued. The following tables show the before-patch execution time (in ms) of a micro-benchmark where 5M iterations of the lock/unlock cycles were run on a 10-core Westere-EX x86-64 CPU with 2 different types of loads - standalone (lock and protected data in different cachelines) and embedded (lock and protected data in the same cacheline). [Standalone/Embedded - same node] # of tasks Ticket lock Queue lock %Change ---------- ----------- ---------- -------...
2015 Jan 13
4
Design changes are done in Fedora
On Mon, January 12, 2015 11:47, Warren Young wrote: > On Jan 10, 2015, at 7:42 PM, James B. Byrne <byrnejb at harte-lyne.ca> > wrote: >> On Fri, January 9, 2015 17:36, John R Pierce wrote: >>> >>> Enterprise to me implies large business >> >> Enterprise literally means 'undertaking?. > > Danger: We?re starting to get into dictionary flame
2014 Jun 15
0
[PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 4281...
2014 Apr 17
0
[PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 4281...
2014 May 07
0
[PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
...ding bits are not set. The current pending bit waiting code will ensure that the bit will not be set as soon as the queue code word (tail) in the lock is set. With that change, the are some slight improvement in the performance of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket Westere-EX machine as shown in the tables below. [Standalone/Embedded - same node] # of tasks Before patch After patch %Change ---------- ----------- ---------- ------- 3 2324/2321 2248/2265 -3%/-2% 4 2890/2896 2819/2831 -2%/-2% 5 3611/3595 3522/3512 -2%/-2% 6 4281...
2015 Jan 13
0
Design changes are done in Fedora
On Jan 13, 2015, at 8:15 AM, James B. Byrne <byrnejb at harte-lyne.ca> wrote: > On Mon, January 12, 2015 11:47, Warren Young wrote: >> On Jan 10, 2015, at 7:42 PM, James B. Byrne <byrnejb at harte-lyne.ca> >> wrote: >>> On Fri, January 9, 2015 17:36, John R Pierce wrote: >>>> >>>> Enterprise to me implies large business >>>
2014 Jun 18
1
[PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
...will ensure that the bit will not be set as soon as the > queue code word (tail) in the lock is set. Just use the same word as above. > > With that change, the are some slight improvement in the performance > of the queue spinlock in the 5M loop micro-benchmark run on a 4-socket > Westere-EX machine as shown in the tables below. > > [Standalone/Embedded - same node] > # of tasks Before patch After patch %Change > ---------- ----------- ---------- ------- > 3 2324/2321 2248/2265 -3%/-2% > 4 2890/2896 2819/2831 -2%/-2% > 5 3611/359...