search for: alig

Displaying 20 results from an estimated 82 matches for "alig".

Did you mean: align
2017 Jul 11
2
Extremely slow du
...3.9.0/ > <https://gluster.readthedocs.io/en/latest/release-notes/3.9.0/> > > [2] https://github.com/gluster/glusterfs/issues/166 > <https://github.com/gluster/glusterfs/issues/166> > > On Fri, Jun 16, 2017 at 2:49 PM, mohammad kashif > <kashif.alig at gmail.com <mailto:kashif.alig at gmail.com>> wrote: > > Hi Vijay > > Did you manage to look into the gluster profile logs ? > > Thanks > > Kashif > > On Mon, Jun 12, 2017 at 11:40 AM, mohammad kashif > <...
2009 Dec 30
2
Positioning plots on top of each other (aligment & borders)
Hello, I want to place two plots on top of each other. However, the problem is that I can't figure out a simple way to align them correctly. Is there a way to specify this? Since the data is bunch of coordinates and the second layer is an outline of a map (a .ps file I import using the grImport package), I suppose one option would be to specify a set of "artificial" coordinates that make up the very corners of...
2007 Feb 26
0
[LLVMdev] another problem with function arguments aligment
On Mon, 26 Feb 2007, Lauro Ramos Venancio wrote: > The problem is: llvm-gcc generates the same bytecode for both functions: > > declare void @f(i32, i64) > declare void @g(i32, i64) > > I can't differ an i64 argument from a struct argument. Oops. You can fix this by changing llvm-gcc: gcc/llvm-abi.h Grep for instances of Int64Ty there. I can help answer any q's you
2015 Sep 29
10
[PATCH 0/2] Fixes for gcc 5
From: Sylvain Gault <sylvain.gault at gmail.com> TL;DR: The section aligment in linker scripts messed-up the memory mapping needed for the compression / decompression to work. The bug with gcc 5 is not trivial, I'll do my best to explain it here. Basically, there are two memory mappings of the code. One in "virtual memory", and one in "load memory&q...
2007 Feb 26
3
[LLVMdev] another problem with function arguments aligment
The ARM EABI (AAPCS) defines: - i64 values are 8-bytes aligned - "The alignment of an aggregate shall be the alignment of its most-aligned component." So, struct ss { int x; int y; }; void f(int a, struct ss b); r0 <- a r1-r2 <- b void g(int a, long long b); r0 <- a r2-r3 <- b The problem is: llvm-gcc generates the same byteco...
2017 Jun 18
1
Extremely slow du
...2] improvements? Adding Poornima and Raghavendra who worked on these enhancements to help out further. Thanks, Vijay [1] https://gluster.readthedocs.io/en/latest/release-notes/3.9.0/ [2] https://github.com/gluster/glusterfs/issues/166 On Fri, Jun 16, 2017 at 2:49 PM, mohammad kashif <kashif.alig at gmail.com> wrote: > Hi Vijay > > Did you manage to look into the gluster profile logs ? > > Thanks > > Kashif > > On Mon, Jun 12, 2017 at 11:40 AM, mohammad kashif <kashif.alig at gmail.com> > wrote: > >> Hi Vijay >> >> I have enabled...
2012 Apr 11
0
phangorn and calculation of a rate matrix
Hi, I'm trying to calculate a ratematrix for a RNA aligment (U instead of T) in order to use it as a ratematrix in Profidst (a phylogenetic program which takes into account both the primary sequence and the secondary structure of the RNA, in my case rRNA). The sequence-structure aligment has been made in 4SALE (a java app) and saved as one-letter encode...
2007 Feb 27
2
[LLVMdev] another problem with function arguments aligment
I think, we must move function arguments lowering from frontend to LLVM core. This lowering is generating machine dependent bytecode. See http://llvm.org/bugs/show_bug.cgi?id=1230 Lauro 2007/2/26, Chris Lattner <sabre at nondot.org>: > On Mon, 26 Feb 2007, Lauro Ramos Venancio wrote: > > The problem is: llvm-gcc generates the same bytecode for both functions: > > > >
2017 Jun 16
0
Extremely slow du
Hi Vijay Did you manage to look into the gluster profile logs ? Thanks Kashif On Mon, Jun 12, 2017 at 11:40 AM, mohammad kashif <kashif.alig at gmail.com> wrote: > Hi Vijay > > I have enabled client profiling and used this script > https://github.com/bengland2/gluster-profile-analysis/blob/ > master/gvp-client.sh to extract data. I am attaching output files. I > don't have any reference data to compare with m...
2017 Jun 12
2
Extremely slow du
...on can help us figure out where the latency > could be stemming from. > > Regards, > Vijay > > [1] https://gluster.readthedocs.io/en/latest/Administrator%20Guide/ > Performance%20Testing/#client-side-profiling > > On Fri, Jun 9, 2017 at 7:22 PM, mohammad kashif <kashif.alig at gmail.com> > wrote: > >> Hi Vijay >> >> Thanks for your quick response. I am using gluster 3.8.11 on Centos 7 >> servers >> glusterfs-3.8.11-1.el7.x86_64 >> >> clients are centos 6 but I tested with a centos 7 client as well and >> result...
2015 Sep 29
0
[PATCH 0/2] Fixes for gcc 5
On Tue, Sep 29, 2015 at 12:46 AM, celelibi--- via Syslinux <syslinux at zytor.com> wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > TL;DR: The section aligment in linker scripts messed-up the memory mapping > needed for the compression / decompression to work. > > The bug with gcc 5 is not trivial, I'll do my best to explain it here. > > Basically, there are two memory mappings of the code. One in "virtual memory", > an...
2008 Jul 02
2
FXTextField and text alignment
Hi, When the text inside an FXTextField is larger that the available space, the FXTextField apparently "switches" from left alignment to right aligment: you only see the end of the text. When the text is smaller than the available space, text is aligned on the left. Is there a way to change that, and have left alignment all the time? I''ve been trying a few things, like LAYOUT_SIDE_LEFT or LAYOUT_LEFT, but without s...
2011 Feb 18
2
[LLVMdev] Structure Types and ABI sizes
...Dave said that this translates to %I = type { i32, i8, i16 } %J = type { %I, i8, i16 } because the frontend has to communicate the ABI to llvm since llvm is language agnostic. What I really wonder is why it isn't %I = type { i32, i8 } %J = type { %I, i16, i8 } because llvm at least knows alignment rules by target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16... Therefore llvm has no other choice than assigning %I a size of 8 since an array may consist of %I elements and size of 5 would violate the aligment of the i32 member. If the ABI requires that member c has an offset o...
2018 May 01
0
Usage monitoring per user
...have daily/weekly cron jobs that output text reports, without maintaining a separate database. But there is no way to avoid doing a recursive POSIX tree traversal, since that is how you get your info out of your filesystem. Regards, Alex On Tue, May 1, 2018 at 5:30 AM, mohammad kashif <kashif.alig at gmail.com> wrote: > Hi > > Is there any easy way to find usage per user in Gluster? We have 300TB > storage with almost 100 million files. Running du take too much time. Are > people aware of any other tool which can be used to break up storage per > user? > > Thanks...
2018 May 01
2
Usage monitoring per user
Hi Is there any easy way to find usage per user in Gluster? We have 300TB storage with almost 100 million files. Running du take too much time. Are people aware of any other tool which can be used to break up storage per user? Thanks Kashif -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jun 09
2
Extremely slow du
...Jun 9, 2017 at 2:34 PM, Vijay Bellur <vbellur at redhat.com> wrote: > Can you please provide more details about your volume configuration and > the version of gluster that you are using? > > Regards, > Vijay > > On Fri, Jun 9, 2017 at 5:35 PM, mohammad kashif <kashif.alig at gmail.com> > wrote: > >> Hi >> >> I have just moved our 400 TB HPC storage from lustre to gluster. It is >> part of a research institute and users have very small files to big files >> ( few KB to 20GB) . Our setup consists of 5 servers, each with 96TB RAI...
2017 Jun 10
0
Extremely slow du
...[1]. Providing the client profile information can help us figure out where the latency could be stemming from. Regards, Vijay [1] https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Performance%20Testing/#client-side-profiling On Fri, Jun 9, 2017 at 7:22 PM, mohammad kashif <kashif.alig at gmail.com> wrote: > Hi Vijay > > Thanks for your quick response. I am using gluster 3.8.11 on Centos 7 > servers > glusterfs-3.8.11-1.el7.x86_64 > > clients are centos 6 but I tested with a centos 7 client as well and > results didn't change > > gluster vol...
2011 Jun 26
2
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
...don't want to generate elf or something like this. Here's an example: suppose i have C source file which contain: Global variables ---------------- Function Foo() ---------------- Function Too() when i request the JIT code i want the JIT to be in continuous memory addresses (with 4-bytes aligment): 0x100: Global Vars (take 16 Byte) 0x110: Foo() Code (take 32 Byte) 0x130: Too() Code (take 32 Byte) 0x150: end. So i can save the JIT code (form 0x100 -> 0x150) and i can load it in the execution process in any virtual address, assume (0x300 -> 0x350) and execute it by jump to the ep....
2018 May 02
1
Usage monitoring per user
...have daily/weekly cron jobs that output text reports, without maintaining a separate database. But there is no way to avoid doing a recursive POSIX tree traversal, since that is how you get your info out of your filesystem. Regards, Alex On Tue, May 1, 2018 at 5:30 AM, mohammad kashif <kashif.alig at gmail.com<mailto:kashif.alig at gmail.com>> wrote: Hi Is there any easy way to find usage per user in Gluster? We have 300TB storage with almost 100 million files. Running du take too much time. Are people aware of any other tool which can be used to break up storage per user? Thanks...
2015 May 28
2
Re: [PATCH v2 04/11] resize: add support for logical partitions for calculate_surplus
...logical partitions. > - count number of logical_partition (we've split partitions list) > - don't count size of extended partition > For it'll duplicate with logical partition, we'll count it later > - we need at leat 1 gap between logical partitions. > so --aligment=1 will be increased by 1 > > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> > --- > resize/resize.ml | 17 +++++++++++++++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > > diff --git a/resize/resize.ml b/resize/resize.ml > index 92f7304..a0ed71...