search for: 5f1b

Displaying 2 results from an estimated 2 matches for "5f1b".

Did you mean: 1f1b
2008 Dec 10
6
WIndows 2008, Quard Core Opteron, xen
...e way, my windows is enterprise version, and as far as I know, it allows up to 8 processor sockets, so the trouble is not, that windows treats 4 cores as 4 different processors. My machine config file is next: [root@loft1569 ~]# cat /etc/xen/win1 name = "win1" uuid = "c95bf204-b312-5f1b-0784-da44c9cb63f3" maxmem = 3584 memory = 3584 vcpus = 4 timer = 1 #I tried ALL variants of CPUID provided here #cpuid = [''1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxx00010000xxxxxxxxxxxxxxxx''] #cpuid = [''1:ebx=xxxxxxxx00001010xxxxxxxxxxxxxxxx,edx=xxx1xxxxxx...
2006 Mar 08
0
survival
...SE do read the posting guide! http://www.R-project.org/posting-guide.html > ------------------------------ Message: 22 Date: Tue, 7 Mar 2006 11:22:09 -0500 From: Jason Horn <jhorn at bu.edu> Subject: [R] How to change time zones? To: R-help at stat.math.ethz.ch Message-ID: <5CB24417-5F1B-49AC-AACF-4FD5479BC7D6 at bu.edu> Content-Type: text/plain Say you have a POSIX object that is in UTC. How do you change the values to another timezone? If I do this: times <- strptime(times, "%H:%M:%S") times1 <- as.POSIXct(times, tz="UTC") times2 <- as.POSIX...