Displaying 16 results from an estimated 16 matches for "ncpu".
Did you mean:
cpu
2006 Mar 06
0
[patch] xenmon.py: add next/previous bindings to curses mode
...-r 7dd31dbf16e7 -r 146b5c76086c tools/xenmon/xenmon.py
--- a/tools/xenmon/xenmon.py Mon Mar 6 13:02:50 2006 -0800
+++ b/tools/xenmon/xenmon.py Mon Mar 6 13:17:38 2006 -0800
@@ -452,6 +452,12 @@ def show_livestats():
if c == ord(''c''):
cpu = (cpu + 1) % ncpu
+ # n/p = cycle to the next/previous CPU
+ if c == ord(''n''):
+ cpu = (cpu + 1) % ncpu
+ if c == ord(''p''):
+ cpu = (cpu - 1) % ncpu
+
stdscr.erase()
_c.nocbreak()
--
Web/Blog/Gallery: http://floatingsun.n...
2003 May 12
2
Proliant on a 6500
...g else happens.
>
> I am about to wipe and choose UNIXWare 7 (I chose solaris last time) and
> we'll see what happens, but I was wondering if you have seen this problem
> before.
>
> One more thing... I only had the first two SMP settings in the kernel I
had
> none of that NCPU etc stuff,... Do I need it for 4.8? If so, how do I
find
> out how many interupts to set??
>
> Any more tips??
>
> Thanks...
> -D
>
2003 May 13
2
SMP Proliants and Smart2 Array controllers. (Was: Proliant on a 6500)
...gt; > > we'll see what happens, but I was wondering if you have seen this
> > problem
> > > > before.
> > > >
> > > > One more thing... I only had the first two SMP settings in the kernel
> I
> > > had
> > > > none of that NCPU etc stuff,... Do I need it for 4.8? If so, how do
> I
> > > find
> > > > out how many interupts to set??
> > > >
> > > > Any more tips??
> > > >
> > > > Thanks...
> > > > -D
> > > >
> > >
>...
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...uting setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
num_cpu=$(echo `sysctl -n hw.ncpu`)
echo `sysctl -n hw.ncpu`
sysctl -n hw.ncpu
make -j $num_cpu
llvm[1]: Compiling Alarm.cpp for Release+Asserts build
llvm[1]: Compiling Atomic.cpp for Release+Asserts build
llvm[1]: Compiling Disassembler.cpp for Release+Asserts build
llvm[1]: Compiling DynamicLibrary.cpp for Release+Asserts build...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...fig.status: executing Makefile commands
> config.status: executing lib/Makefile commands
> config.status: executing lib/sample/Makefile commands
> config.status: executing tools/Makefile commands
> config.status: executing tools/sample/Makefile commands
> num_cpu=$(echo `sysctl -n hw.ncpu`)
> echo `sysctl -n hw.ncpu`
> sysctl -n hw.ncpu
> make -j $num_cpu
> llvm[1]: Compiling Alarm.cpp for Release+Asserts build
> llvm[1]: Compiling Atomic.cpp for Release+Asserts build
> llvm[1]: Compiling Disassembler.cpp for Release+Asserts build
> llvm[1]: Compiling DynamicLib...
2004 Jan 30
3
memory problem for R
Hi,
I try to use lm to fit a linear model with 600k rows and 70 attributes.
But I can't even load the data into the R environment.
The error message says the vector memory is used up.
Is there anyone having experience with large datasets in R? (I bet)
Please advise.
thanks,
Yun-Fang
[[alternative HTML version deleted]]
2004 Mar 02
2
Some timings for 64 bit Opteron (ATLAS, GOTO, std)
...) {
> files <- list.files(d, pattern = endPat)
> for(f in files) {
> lls <- readLines(file.path(d,f))
> if(length(i <- grep(iniStr, lls))) {
> tC <- textConnection(sub(iniStr,'', lls[i]))
> nCPU <- scan(tC, quiet=TRUE)
> close(tC)
> f <- sub(endPat,'', f)
> rr[[(ir <- ir+1)]] <- list(f, nCPU[1:3])
> }
> }
> }
> ## tranform list to matrix
> t(matrix(sapply(rr,"[[&...
2011 Nov 11
0
mc.cores and computer settings on osx and linux
...;)
if ((getOption("os") != "osx") & (getOption("os") != "linux"))
stop("You need to set options yourself. ?I only grok linux and osx\n")
options(mc.cores= as.numeric(if (getOption("os")=="osx")
system("sysctl -n hw.ncpu", intern=TRUE) else system("grep 'core id'
/proc/cpuinfo | sort | uniq | wc -l", intern=TRUE)))
options(hostname= system("hostname", intern=TRUE))
[below, I am also posting my current wrapper for the parallel library.
I know it is amateurish, but it may be usef...
2013 Jul 03
1
bcmxcp: Patch for using command map if present to control commands added by dstate_addcmd
...turn TRUE;
}
- else
+ else {
upsdebugx(1, "Invalid response received from Command List
block");
+ return FALSE;
+ }
}
}
@@ -1141,6 +1155,7 @@ void upsdrv_initinfo(void)
int iRating = 0, iIndex = 0, res, len;
int ncpu = 0, buf;
int conf_block_len = 0, alarm_block_len = 0, cmd_list_len = 0;
+ bool_t got_cmd_list = FALSE;
/* Init BCM/XCP alarm descriptions */
init_alarm_map();
@@ -1299,11 +1314,13 @@ void upsdrv_initinfo(void)
/* Get information on UPS commands */
if (cmd_list_le...
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
...imit -s `ulimit -s`
mkdir ../llvm_objdir
cd ../llvm_objdir
# ../llvm-%v/configure %c --enable-optimized --enable-assertions --enable-pic --enable-targets=host-only
../llvm-2.8/configure %c --enable-optimized --enable-assertions --enable-pic --enable-targets=host-only
num_cpu=$(echo `sysctl -n hw.ncpu`)
make -j $num_cpu
<<
InstallScript: <<
#!/bin/sh -ev
export LD=`xcode-select -print-path`/usr/bin/ld
cd ../llvm_objdir
make install DESTDIR=%d
mkdir -p %i/bin
ln -s %p/lib/llvm/bin/bugpoint %i/bin/bugpoint
ln -s %p/lib/llvm/bin/gccas %i/bin/gccas
ln -s %p/lib/llvm/bin/gccld...
2009 Oct 30
24
Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
Dear All,
I have created a virtual high performance computing (HPC) cluster of 6
compute nodes with MPICH2 using Xen-based Fedora 11 Linux 64-bit
paravirtualized (PV) domU guests. Dom0 is Fedora 11 Linux 64-bit. My Intel
Desktop Board DQ45CB has a single onboard Gigabit LAN network adapter.
I am able to bring up the ring of mpd on the set of 6 compute nodes.
However, I am consistently
2009 Oct 30
24
Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
Dear All,
I have created a virtual high performance computing (HPC) cluster of 6
compute nodes with MPICH2 using Xen-based Fedora 11 Linux 64-bit
paravirtualized (PV) domU guests. Dom0 is Fedora 11 Linux 64-bit. My Intel
Desktop Board DQ45CB has a single onboard Gigabit LAN network adapter.
I am able to bring up the ring of mpd on the set of 6 compute nodes.
However, I am consistently
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
On 04/10/2010 08:01 PM, Jack Howarth wrote:
>
> bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make
> g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"100954M\"
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote:
> Hi Jack,
>
> > Is anyone building dragon-egg on darwin?
>
> Anton built it once. There were some problems with dynamic libraries: gcc's
> plugin support requires the use of dynamic libraries, and the configure logic
> it uses thinks that darwin does not support dynamic libraries! So it is
>
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...1: 175
debug.fdc.spec2: 16
debug.fdc.settle: 0
debug.PMAP1changedcpu: 1
debug.PMAP1changed: 1622
debug.PMAP1unchanged: 162299
debug.acpi.do_powerstate: 1
debug.acpi.acpi_ca_version: 0x20041119
debug.acpi.semaphore_debug: 0
hw.machine: i386
hw.model: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
hw.ncpu: 2
hw.byteorder: 1234
hw.physmem: 2138202112
hw.usermem: 2118488064
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: i386
hw.realmem: 2147155968
hw.aac.iosize_max: 65536
hw.amr.force_sg32: 0
hw.an.an_dump: off
hw.an.an_cache_mode: dbm
hw.an.an_cache_mcastonly: 0
hw.an.an_cache_iponly: 1
hw.at...