Displaying 20 results from an estimated 100 matches similar to: "Time Series with Neural Networks"
2007 Oct 19
3
Problem with nr_nodes on large memory NUMA machine
We''ve run into an issue with an 8 node x3950 where xm info is showing
only 6 nodes. I''ve traced the problem to the clip_to_limit function in
arch/x86/e820.c.
#ifdef __x86_64__
clip_to_limit((uint64_t)(MACH2PHYS_COMPAT_VIRT_END -
__HYPERVISOR_COMPAT_VIRT_START) << 10,
"Only the first %u GB of the physical memory map
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
Testing on an 8-node 128-way NUMA machine has exposed a problem with
Xen''s nr_cpus calculation. In this case, since Xen cuts off recognized
CPUs at 32, the machine appears to have 16 CPUs on the first and second
nodes and none on the remaining nodes. Given this asymmetry, the
calculation of sockets_per_node (which is later used to calculate
nr_cpus) is incorrect:
2008 Sep 03
1
portfolio.optim and assets with weigth equals to zero...
Hello.
I don't understand a particular output of portfolio.optim (tseries).
I have 4 assets and the portfolio.optim returns an asset with weight equals
to zero.
If I do a portfolio.optim with 3 assets, without the asset with weight
equals to zero,
it returns a completely different result.
That's I would expected the same weights as the run with 4 assets.
Below the code.
Thanks in
2006 Oct 20
2
SUSE Patches
Hello all,
I am running SLES9 with the latest kernel patches (2.6.5-7.282-bigsmp)
and ocfs2 version (1.2.1-SLES), I was wondering if anyone had any info
on if the latest ocfs2 will be included in SLES anytime soon. Or how to
get the patches from Novell. Thanks in advance!
- Andy
Andy Kipp
Network Administrator
Velcro USA Inc.
406 Brown Ave.
Manchester, NH 03103
Phone: (603) 222-4844
Email:
2011 May 09
6
SLES 11 SP1 Client rpms built but not working
Hi all,
I used the method described below to build client rpms with the source kit lustre-1.8.5.tar.gz.
There was only one error reported during the make rpms, relating to lustre-iolit-1.2-root,
but the rpms were built under /usr/src/packages/RPMS/x86_64.
The rpms lustre-modules, lustre and lustre-tests were then installed smoothly without any complaints.
But the subsequent "modprobe
2009 Oct 05
0
Locking Options for OCFS2
Hi all:
I am pending abandonment of OCFS2 on one of my projects due to how both the
application _AND_ OCFS2 are competing for locks on files.
Are there any methods by which I can extend the locking functionality of
OCFS2, disable it, make it behave more like NFS, or otherwise?
The hints I have of this as the culprit are some entries that mention
"invalid lock mode"
:Sep 25 12:11:30
2003 Nov 11
0
Problems with installation of samba
Hello,
We are running IBM's aix 4.3.3 ptf set 10.
We have a problem with some of our smit options missing under the devices
menu.
The only change made recently has been the installation of samba version
2.2.8a.
Has there been any reports about the above issue during the installation of
the samba software?
Your help is much appreciated.
Thanks
Jim Trauzzi
jtrauzzi@alldata.net
2002 Jul 20
0
libvorbis 1.0 compile time err.
Hi there I get the following err. while compiling libvorbis:
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char
-DUSE_MEMORY_H
-static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so
-L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath
-Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs
/lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64'
2006 Nov 29
0
Problem with PPC packages on Intel Mac
Hi all
I have recently moved to an Intel Mac and installed the latest R (2.4.0) but
I am having trouble with a number of packages. When I try to load them I
often get the following message:
Error: package 'pspline' was built for powerpc-apple-darwin6.8
I have tried to update all the packages I use with Package Manager but this
doesn't appear to help.
Is there some way of
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have
"UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh?
"UPS.PowerSummary.FullChargeCapacity"
"UPS.PowerSummary.RemainingCapacity"
"UPS.PowerSummary.RemainingCapacityLimit"
"UPS.PowerSummary.WarningCapacityLimit"
According to nut-names.txt, NUT has:
battery.charge | Battery
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
Kelly Byrd <kbyrd at memcpy.com> writes:
> Making progress on this PR. I have question about storing and checking
> state in a subdriver
> HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
> the spec, the values are:
> 0: maH
> 1: mwH
> 2: percent (%)
> 3: Boolean support only (OK or failed)
>
> Grep'ing the source,
2002 Jun 14
10
Opposite of Samba (Anti-Samba?)
Is there a package to do the opposite of Samba?
I.e. I want to use (mount) Win filesystems from a Unix client.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rick von Richter Production Support Manager Voice: 858-831-2222
rickv@mwh.com Maintenance Warehouse/Home Depot Fax: 858-831-2221
2007 Dec 09
1
Setting the grid of a graph of timeseries
I have the following code
####################################################################
library(zoo)
miedate <- yearmon((2006)+seq(0,23)/12)
tab <- zoo(cbind(A = c(79.47, 89.13, 84.86, 75.68, 72.82, 78.87, 93.46,
78.18, 82.46, 77.25, 80.95, 84.39, 81.7, 74.76, 65.29, 60.3,
66.59, 73.19, 92.39, 65.76, 77.45, 74.22, 101.36, 100.01), B = c(77.95,
76.73, 51.2, 51.86, 51.29, 49.45,
2011 Jul 08
2
[LLVMdev] Best location in code generation for insertion of instrumentation to measure stack depth?
Hi list,
I am trying to implement the technique outlined in the following paper:
http://www.cs.umd.edu/~mwh/papers/martin10ownership.html in LLVM. My
approach so far involves the use of an IR level transform (via
runOnFunction) to identify memory loads and stores. One thing I need to do
(I am pretty sure I need to do it at least) is automatically mark each stack
frame as "owned" by the
2012 May 11
2
cannot set gpfs:sharemodes to yes
Hi,
I'm trying to set up samba share exporting gpfs filesystem and I strugle
with setting sharemode to yes. Samba is 3.6.5, gpfs version is 3.2.1-29
(the latest available for 3.2 branch). Everything works fine when sharemode
is set to no, but I'd rather insist to switch it to yes. That's what man
page says:
no - do not propagate sharemodes across all GPFS nodes. This should only
be
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
Making progress on this PR. I have question about storing and checking
state in a subdriver
HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
the spec, the values are:
0: maH
1: mwH
2: percent (%)
3: Boolean support only (OK or failed)
Grep'ing the source, nothing makes use of this now (some subdrivers have it
mapped to
2011 Jul 08
0
[LLVMdev] Best location in code generation for insertion of instrumentation to measure stack depth?
On 7/8/11 4:09 PM, Andrew Ruef wrote:
> Hi list,
>
> I am trying to implement the technique outlined in the following
> paper: http://www.cs.umd.edu/~mwh/papers/martin10ownership.html
> <http://www.cs.umd.edu/%7Emwh/papers/martin10ownership.html> in LLVM.
> My approach so far involves the use of an IR level transform (via
> runOnFunction) to identify memory loads and
2005 Oct 12
12
[Bug 1102] C program 'write' with zero length hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=1102
Summary: C program 'write' with zero length hangs
Product: Portable OpenSSH
Version: 4.1p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: timc at
2011 Jul 08
2
[LLVMdev] Best location in code generation for insertion of instrumentation to measure stack depth?
I investigated the MachineFunctionPass (that is runOnMachineFunction, I
believe). In my experimentation it didn't seem that the MachineFrameInfo was
populated (it consistently said that the stack depth was 0, for example). I
might have been doing something wrong?
On Fri, Jul 8, 2011 at 5:21 PM, John Criswell <criswell at illinois.edu> wrote:
> On 7/8/11 4:09 PM, Andrew Ruef wrote:
2017 Feb 17
0
EATON 9SX not display battery.charge
Privet Yaroslav,
all my apologies for the eternity taken to answer.
2014-12-30 18:22 GMT+01:00 Charles Lepple <clepple at gmail.com>:
> On Dec 29, 2014, at 10:03 AM, ??????? ??????? <freemgm at gmail.com> wrote:
>
> Any news?
>
> Send dubug with explore one more time
> in attach
>
>
> Unless I am mistaken, there is no new information in the latest debug