search for: compound

Displaying 20 results from an estimated 805 matches for "compound".

2019 Aug 30
0
NFS Server on Centos 7.6.1810 dying without reason
...om NFS server these are the last logs... At 14:26:52 it is the last line before the NFS server suddenly hard reboots. Aug 30 14:16:12 hvmnas01 kernel: nfsd4_sequence: slotid 1 Aug 30 14:16:12 hvmnas01 kernel: check_slot_seqid enter. seqid 1641 slot_seqid 1640 Aug 30 14:16:12 hvmnas01 kernel: nfsv4 compound op ffff9c8bfcaa8080 opcnt 3 #1: 53: status 0 Aug 30 14:16:12 hvmnas01 kernel: nfsv4 compound op #2/3: 22 (OP_PUTFH) Aug 30 14:16:12 hvmnas01 kernel: nfsd: fh_verify(20: 00060001 9799be55 5a4051e2 b5f423b9 801ff55f 00000000) Aug 30 14:16:12 hvmnas01 kernel: nfsv4 compound op ffff9c8bfcaa8080 opcnt 3...
2019 Aug 30
2
NFS Server on Centos 7.6.1810 dying without reason
Good morning, in order to post proper documentation, what logs (or log level) do I need to troubleshoot a Centos 7.6.1810 3.10.0-957.27.2.el7.x86_64 tha tis running a NFS server on top LVM on top of XFS on top of VDO on top of MDAM on a 6 SSD disk RAID6 ? This physical NFS server is servign 2 NFS v4.2 shares to 2 physical KVM virtualization hosts. When remote NFS clients start doing intensive
2008 Jul 16
2
barchart with bars attached to y=0-line
Dear R users, i am using the following code to produce barcharts with lattice: Compound<-c("Glutamine", "Arginine", "Glutamate", "Glycine", "Serine", "Glucose", "Fructose", "Raffinose", "Glycerol", "Galacglycerol", "Threitol", "Galactinol", "Galactitol"...
2011 Mar 25
1
FTS Compound Search
Hi I use roundcube as the webmail fronted to a dovecot server. It currently has squat enabled. When round cube performs a search, it does a compound search even if only one field is selected. >From another thread i read, dovecot in the v1 period did not support compound searches for squat. Does the latest version of V2 support compound searches with fts squat? If not, does fts with solr support compound searches? -- View this message in c...
2018 Mar 05
1
[Gluster-devel] Removal of use-compound-fops option in afr
On Mon, Mar 5, 2018 at 9:19 AM, Amar Tumballi <atumball at redhat.com> wrote: > Pranith, > > > >> We found that compound fops is not giving better performance in >> replicate and I am thinking of removing that code. Sent the patch at >> https://review.gluster.org/19655 >> >> > If I understand it right, as of now AFR is the only component which uses > Compound FOP. If it stops using that...
2018 Feb 06
2
[RFC] Make LoopVectorize Aware of SLP Operations
...lements. On AArch64, we emit additional uzp1, uzp2 and st2 instructions for those. In the case above however, there is no need to de-interleave the loaded/stored data and instead we could mix the consecutive operands together in a single vector register and apply the operations to vectors with compounded operands. As for real-world use cases, complex number arithmetic for example could also benefit from not interleaving. In what follows, I propose an extension to LoopVectorize to make it aware of SLP opportunities and detect operations on "compound values" (for the lack of a better...
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
...process that writes HDF5 files with the following approximate structure: group "xxx" { group "yyy" { dataset {} dataset {} } group "zzz" { dataset {} dataset {} } } where dataset is a rank one dataspace having a compound datatype defined as: H5T_UNIX_TIME, float, float, float, float I have tried R packages h5r and hdf5 in an attempt to read the file but examining the source of h5r and reading documentation for hdf5 here: http://xweb.geos.ed.ac.uk/~hcp/Rhdf5.html leads me to believe that compound datatypes are n...
2018 Feb 08
0
[RFC] Make LoopVectorize Aware of SLP Operations
...ine alternatives that you mentioned. We prefer a generic implementation that can handle complicated cases to something ad-hoc for some simple ones. Because of this, we would have some comments regarding the design that you propose: > 1. Detect loops containing SLP opportunities (operations on compound > values) > 2. Extend the cost model to choose between interleaving or using > compound values > 3. Add support for vectorizing compound operations to VPlan Currently, VPlan is not fully integrated in all the stages of the inner loop vectorizer pipeline. For that reason,...
2006 Sep 23
1
variance-covariance structure of random effects in lme
Dear R users, I have a question about the patterned variance-covariance structure for the random effects in linear mixed effect model. I am reading section 4.2.2 of "Mixed-Effects Models in S and S-Plus" by Jose Pinheiro and Douglas Bates. There is an example of defining a compound symmetry variance-covariance structure for the random effects in a split-plot experiment on varieties of oats. I ran the codes from the book and extracted the variance and correlation components: >library(nlme) >data(Oats) >fm4OatsB <- lme(yield~nitro, data=Oats, random=list(Block=pdCom...
2012 Jun 26
1
compare one field of dataframe with excel sheet using R
I have a data frame consisting of three columns(name of compund,ppm and frequency).Name contains string values .ppm and frequency contains numeric values with decimal points upto four digits. I have an excel sheet which is like a library.The first column contains the name of compounds and remaining column contains the ppm values of the compound which satisfy certain rules.The number of ppm values varies for each compound from 4 to 700. I need to compare the values of ppm from the dataframe and compare it with the ppm values in excel sheet and give the result if they are similar...
2020 Jun 22
2
[PATCH 09/16] mm/hmm: add output flag for compound page mapping
...0700, Ralph Campbell wrote: > hmm_range_fault() returns an array of page frame numbers and flags for > how the pages are mapped in the requested process' page tables. The PFN > can be used to get the struct page with hmm_pfn_to_page() and the page size > order can be determined with compound_order(page) but if the page is larger > than order 0 (PAGE_SIZE), there is no indication that the page is mapped > using a larger page size. To be fully general, hmm_range_fault() would need > to return the mapping size to handle cases like a 1GB compound page being > mapped with 2MB PM...
2007 Jan 16
1
number of Nodes in Random Forest
I'm calculating nodes using Random Forest in R but i only get nodes for a fraction of the compounds i want to calculate, the rest is ommited and is not printed in the output file, (i'm working with 3012 compounds). What can i do to have nodes printed for all the compounds. Thanks Gon?alo
2011 Feb 22
1
collapsing by a key in a compound database
Hello all. I have a problem with collapsing by a key in a compound database. I have 2 databases (e.g. clients and client branches), both of them have the same attribute (with the same valueno), `client_id'. What I need is to search in both these databases and collapse results by `client_id' to get client IDs (set_collapse_key is used with collapse_max=1)....
2011 Dec 27
1
[LLVMdev] compounding loop exit conditions
...l, I got a question on loop exit condition identification based on LLVM. I made an assumption first that loop exit conditions are located in exiting basic blocks. Then I use loop->getExitingBlocks() to get all BBs. However, this policy seemed not work for combinational exit conditions, e.g. compounding conditions consists of conditions with logical predicates. *The problem is that LLVM discompose these compounding conditions and only returns the last conditions*. Obviously, it is not I wanted. I give a sample loop code segments here and attached please find my BB flow chart drawn according...
2020 Jun 22
1
[PATCH 09/16] mm/hmm: add output flag for compound page mapping
...t; hmm_range_fault() returns an array of page frame numbers and flags for > > > how the pages are mapped in the requested process' page tables. The PFN > > > can be used to get the struct page with hmm_pfn_to_page() and the page size > > > order can be determined with compound_order(page) but if the page is larger > > > than order 0 (PAGE_SIZE), there is no indication that the page is mapped > > > using a larger page size. To be fully general, hmm_range_fault() would need > > > to return the mapping size to handle cases like a 1GB compound page...
2020 May 08
2
[PATCH 4/6] mm/hmm: add output flag for compound page mapping
...0700, Ralph Campbell wrote: > hmm_range_fault() returns an array of page frame numbers and flags for > how the pages are mapped in the requested process' page tables. The PFN > can be used to get the struct page with hmm_pfn_to_page() and the page size > order can be determined with compound_order(page) but if the page is larger > than order 0 (PAGE_SIZE), there is no indication that the page is mapped > using a larger page size. To be fully general, hmm_range_fault() would need > to return the mapping size to handle cases like a 1GB compound page being > mapped with 2MB PM...
2020 Jun 22
0
[PATCH 09/16] mm/hmm: add output flag for compound page mapping
...bell wrote: >> hmm_range_fault() returns an array of page frame numbers and flags for >> how the pages are mapped in the requested process' page tables. The PFN >> can be used to get the struct page with hmm_pfn_to_page() and the page size >> order can be determined with compound_order(page) but if the page is larger >> than order 0 (PAGE_SIZE), there is no indication that the page is mapped >> using a larger page size. To be fully general, hmm_range_fault() would need >> to return the mapping size to handle cases like a 1GB compound page being >> ma...
2001 Jun 30
0
Resend:[PATCH] cleanup of gcc-3.0 depreciated label in end of compound statement
...t3 on /usr/src filesystem (production workstation) > MACH 2-gcc-2.95-3 & ext3 on / filesystem (network server) > > Keep up the good work. > Thanks, > Albert > > super.c: In function `ext3_error_behaviour': > super.c:115: warning: deprecated use of label at end of compound statement > super.c: In function `ext3_read_super': > super.c:1026: warning: deprecated use of label at end of compound statement > journal.c: In function `journal_update_format': > journal.c:1095: warning: deprecated use of label at end of compound statement > -- > --- li...
2007 Jan 01
4
if ... problem with compound instructions
...nested if statements assigning quadrant and calculating heading e.g. if ((X[i,1] < 0) & (X[i,2] >= 0)) (X[i,3] <- 4; X[i,4] <- atan(X[i,1]/X[i,2]) + 2*pi) else ( In the first instance the ';' seems to the source of a syntax error. Removing the second elements of the compound statement solves the syntax problem and the code runs. As the R syntax is supposed to be 'Algol-like' I had thought if <A> then <B> else <C> should work for compound <B> ... ie that the bracket (X[i,3] <- NA; X[i,4] <-NA) should be actioned 1) any elegant...
2023 Mar 28
1
[nbdkit PATCH 1/2] common/utils: document empty_vector compound literal assignment
We usually zero-initialize vectors like string_vector names = empty_vector; Allocating and zeroing separately is frequently useful however. Document the pattern string_vector names; names = (string_vector)empty_vector; where "(string_vector)empty_vector" is a compound literal. Link: http://mid.mail-archive.com/20230221183810.vjilfbmj3woqivlj at redhat.com Suggested-by: Eric Blake <eblake at redhat.com> Signed-off-by: Laszlo Ersek <lersek at redhat.com> --- Notes: I'll pick this patch to libnbd as well, once merged in nbdkit. contex...