Displaying 20 results from an estimated 144 matches for "lvl".
Did you mean:
ll
2008 Feb 08
16
Dom0 issues: snv_79b and Tecra M9
Hi all,
I have a Toshiba Tecra M9 and have not been able to boot it dom0. This
is running SXDE 01/08, snv79b.
After booting under kmdb and setting moddebug=80000000 before booting
the Solaris kernel (with help from Dan Mick), I was able to see
mac_ether as the last thing loading, right after loading the e1000g
driver. I cannot drop into kmdb via F1-A after it hangs. I''ve also
2011 Feb 09
2
assign factor levels based on list
...noted below. I'm lost in the world of do.call, assign, paste, and can't find my way through. For example:
#set up df
y <- data.frame(colOne = c(1,2,3), colTwo = c("apple","pear","orange"))
factor.defs <- list(colOne = list(name = "colOne",
lvl = c(1,2,3,4,5,6)),
colTwo = list(name = "colTwo",
lvl = c("apple","pear","orange","fig","banana")))
#A standard way to define levels
y$colTwo <- factor(y$colTwo , levels = c("apple","pear","orange",&quo...
2010 Jan 14
1
lattice dotplot with missing levels in factor variable
...I am trying to create a dotplot where each panel shows levels vs.
responses; the levels are sorted by responses but levels vary from one
panel to another. However, I run into problems with controlling the
y-limits and y-labels.
In particular, suppose I have a data frame
rsp <- c(10,2,4,0,2,3)
lvl <-
factor(c("L1","L2","L3","L2","L3","L4"),levels=c("L1","L2","L3","L4"))
cat <- factor(c("A","A","A","B","B","B"),levels=c("A&q...
2006 May 19
11
tracking error to file
...0 ONLINE 0 0 0
c2d0p1 ONLINE 0 0 0
c3d0p1 ONLINE 0 0 0
c0d0s7 ONLINE 0 0 0
errors: The following persistent errors have been detected:
DATASET OBJECT RANGE
1b 2402 lvl=0 blkid=1965
I haven''t found a way to report in human terms what the above object
refers to. Is there such a method?
I can clear the error using existing tools, but I''d like to know what
is broken before I destroy it.
Thanks!
-----
Gregory Shaw, IT Architect
Phone: (303)...
2009 Aug 26
1
Issues with factors with duplicate (empty) levels
Hello!
I imported a DJI survey[1] from an SPSS file. When looking at some of
the variables, I noticed problems with the `table` function and similar.
It seems to be caused by duplicate levels which are generated from the
value labels. Not all values have labels, so those who don?t get an
empty string as the level, which leads to duplicates.
I hope the code and output below illustrates the
2010 Feb 24
3
How to know the recordsize of a file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would like to know the blocksize of a particular file. I know the
blocksize for a particular file is decided at creation time, in fuction
of the write size done and the recordsize property of the dataset.
How can I access that information?. Some zdb magic?.
- --
Jesus Cea Avion _/_/ _/_/_/ _/_/_/
jcea at
2005 Mar 08
1
rsync with 8bit filename characters or UTF8
...all rsync something like
rsync --include-from=files_c.inc /cygdrive/c/
tester@blabla.com:data/current/c
(some params omitted for readability's sake)
Now c:\backup\l?l will not be synced because the -/backup/* rule
excludes it. It seems this is because rsync is seeing /backup/l?l as
/backup/lvl, which is the non-extended ascii version of this path (? is
246 in ascii extended, 246-128=118, which is v).
I have tried putting + /backup/lvl in the include file, without success.
Does anyone know how to avoid this problem (workaround or real
solution), and who is actually the originator of t...
2010 Sep 17
3
ZFS Dataset lost structure
...he file was a backing device of a Xen VM, but i cannot access the directory structure of this dataset.
However i can send a snapshot of this dataset to another system, but the same behavior occurs.
If i do
zdb -dddd dataset
at the end of the output i can se the references to my file:
Object lvl iblk dblk dsize lsize %full type
7 5 16K 128K 149G 256G 58.26 ZFS plain file
264 bonus ZFS znode
dnode flags: USED_BYTES USERUSED_ACCOUNTED
dnode maxblkid: 2097152
path /vdisk.raw
uid...
2006 May 09
3
Possible corruption after disk hiccups...
...c6d0 ONLINE 0 0 0
c6d1 ONLINE 0 0 0
c7d0 ONLINE 0 0 0
c7d1 ONLINE 0 0 0
errors: The following persistent errors have been detected:
DATASET OBJECT RANGE
ac 0 lvl=0 blkid=18584
ac 0 lvl=0 blkid=18585
ac 0 lvl=0 blkid=18586
ac 0 lvl=0 blkid=18587
ac 0 lvl=0 blkid=18588
ac 913a9 lvl=0 blkid=0
I''ve set off a scrub to check things, there was no re...
2006 Aug 25
2
Nvidia card fails with new kernel 2.6.9-42.EL
I have a NVIDIA 5200 FX graphics card. After reinstalling the nvidia driver for kernel 2.6.9-42-EL and doing a startx command from lvl 3, the x window software issues a failed to get interupt from graphics driver. I tried to reinstall the graphics driver again and got the same results. I changed back to the previous kernel and reinstalled the nvidia driver and the problem went away. I am at wonder why this would happen with a kern...
2018 Jan 19
1
Does OpenMP hints bypass the vectorisation legality check in llvm
...ut it
---- due to historical reasons ---- and I'm trying to resolve them one small step at a time.
See http://lists.llvm.org/pipermail/llvm-dev/2018-January/120164.html.
For example, load/store masking is part of "legality" we have to enforce even for OpenMP SIMD code. Whether we run LVL.canVectorize()
or not, we still have to record such information so that correct vector code will be generated. Also, unless programmer specifies all "cost model
decisions", we still have to run cost model to fill the gap. There are many OpenMP SIMD loops w/o SIMDLEN clause ---- vectorizer...
2007 Oct 26
1
data error in dataset 0. what''s that?
...not have been online, but it was. I immediately switched off the machine, booted without that disk connected and destroyed zpool B. I managed to get zpool A back and all of my data appears to be there, but I have a data error which I am unable to track. Apparently it is:
DATASET 0, OBJECT a, RANGE lvl=0 blkid=0
I have found this line from output of zdb:
Dataset mos [META], ID 0, cr_txg 4, last_txg 1759562, 406M, 362 objects
Is anyone able to shed any light on where this error might be and what I might be able to do about it? I do not have a backup of this data so restoring is not an option....
2008 Sep 24
1
FW: My Contact Details in B'lore
...da at sta.nsw.gov.au
[mailto:Srinivas_Manda at sta.nsw.gov.au]
Sent: Wednesday, 24 September 2008 11:44 AM
To: Harry Sukumar
Subject: My Contact Details in B'lore
Home: +90-80-26681118
Mob: +91-9986032562
Regards,
Srinivas Manda
Graduate Engineer
Fleet Systems
State Transit Authority
Lvl 1, 219-241 Cleveland St
Strawberry Hills, NSW 2010
Ph - (02) 9245 5435
Fax - (02) 9245 5431
"Harry Sukumar" <hsukumar at bond.edu.au>
24/09/2008 11:02 AM
To
<Srinivas_Manda at sta.nsw.gov.au>
cc
Subject
RE: Details for April
Thanks Mate :-)...
2018 Mar 10
17
[RFC PATCH 00/13] SVM (share virtual memory) with HMM in nouveau
From: Jérôme Glisse <jglisse at redhat.com>
(mm is cced just to allow exposure of device driver work without ccing
a long list of peoples. I do not think there is anything usefull to
discuss from mm point of view but i might be wrong, so just for the
curious :)).
git://people.freedesktop.org/~glisse/linux branch: nouveau-hmm-v00
2018 Jan 19
2
Does OpenMP hints bypass the vectorisation legality check in llvm
...ized even the compiler think it
might not be safe to do so?
So my assumption is that such force-vectorization hints should bypass
both the vectorization legality and cost model check. However, in
LoopVectorize.cpp, I can't see how this is done. All loops will be sent
to a legality check of LVL.canVectorize() and, if this condition does
not fit, it return to false directly without actually reaching the
vectorization stage.
Is there anything wrong with my assumption made on the use of
force-vectorization hints?
Thanks in advance,
T
-------------- next part --------------
An HTML att...
2007 May 15
2
Clear corrupted data
...0 0
> c3d0 ONLINE 0 0 0
> c4d0 ONLINE 0 0 0
> c0d1 ONLINE 0 0 10
>
> errors: The following persistent errors have been detected:
>
> DATASET OBJECT RANGE
> 1c8 10a5 lvl=0 blkid=1919
>
When accessing the file I''ll get an I/O error, is it possible to clear the
error and overwrite the corrupted data with all zeroes? I don''t know how
much data that is corrupted but it''s from the Ubuntu 7.04 iso which is
downloaded with a torrent and my c...
2019 Feb 18
4
RFC: changing variable naming rules in LLVM codebase
On 2/18/2019 4:15 AM, Michael Platings via llvm-dev wrote:
> Taking my previous example [1]:
>
> InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
> &LVL, &CM);
>
> If we imagine that over time it evolves such that 50% of the variables have been renamed to camelBack versions of the type names, then it will look like this:
>
> InnerLoopVectorizer LB(loop, PSE, loopInfo, DT, targetLibraryInfo, TTI,
> assumptionCache, ORE, vecto...
2009 Jan 07
2
Plotting a graph for every Level of a Factor
Hello,
I'm sorry if this seems similar to my last post but I thought it was
significantly different to warrent a new thread. Using the dataset below,
is there a way to generate a bar/line plot for the TACC/Catch of every lvl
of stock? i.e. OR1,OR3,OR5. The picture at the bottom of this post is an
example of the bar/line plot for OR1 which was generated when OR1 was the
only stock in the table. This was created, with help from Marc Schwartz,
using:
> mp <- barplot(fish$TACC, space = 0, names.arg = fish$Year,y...
2016 Jun 23
1
rsync Digest, Vol 162, Issue 18
...68 (Docklands and Clayton)
T +61 3 9669 8102 (Docklands only)
Mob +61 428 108 333
Robert.Bell at csiro.au<mailto:Robert.Bell at csiro.au> | www.csiro.au
https://wiki.csiro.au/display/ASC/Scientific+Computing+Homepage
Also: Bureau of Meteorology Scientific Computing Services
Street: CSIRO SC Lvl 11, 700 Collins Street, Docklands Vic 3008, Australia
Postal: CSIRO SC Lvl 11, GPO Box 1289, Melbourne Vic 3001, Australia
Street: CSIRO IMT, Rivett Room RNW 2.03, Clayton Vic 3168, Australia
Postal: CSIRO IMT, Private Bag 10, Clayton South Vic 3169, Australia
Parcels: CSIRO IMT, Gate 3 Normanby Ro...
2017 Oct 16
0
[PATCH] drm/nouveau/bios/init: use ARRAY_SIZE
...ubdev/bios/init.c
index b58ee99f7bfc..9cc10e438b3d 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
@@ -36,6 +36,8 @@
#include <subdev/i2c.h>
#include <subdev/vga.h>
+#include <linux/kernel.h>
+
#define bioslog(lvl, fmt, args...) do { \
nvkm_printk(init->subdev, lvl, info, "0x%08x[%c]: "fmt, \
init->offset, init_exec(init) ? \
@@ -2271,8 +2273,6 @@ static struct nvbios_init_opcode {
[0xaa] = { init_rese...