Displaying 20 results from an estimated 8000 matches similar to: "removing loop in array recalculation"
2016 Dec 29
0
Structure Padding and GetElementPtr
Here is an example:
I can define two classes: A and Apad:
class A {
bool b1, b2;
double d1;
int i1;
};
class Apad {
bool b1, b2;
bool pad1[6];
double d1;
int i1;
bool pad2[4];
};
A and Apad will have the same layout, from the LLVM IR level:
%class.A = type <{ i8, i8, [6 x i8], double, i32, [4 x i8] }>
%class.Apad = type { i8, i8, [6 x i8], double, i32, [4
2016 Dec 29
1
Structure Padding and GetElementPtr
Yes.
LLVM types != C++ types.
There is no mapping except that produced if you add debug info.
On Wed, Dec 28, 2016 at 6:51 PM, Hong Hu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Here is an example:
>
> I can define two classes: A and Apad:
>
> class A {
> bool b1, b2;
> double d1;
> int i1;
> };
>
> class Apad {
> bool b1, b2;
2020 Feb 11
3
[v 2.3.4.1][quota] recalculation
Hello,
I can't find the information on the wiki :(
When is the quota recalculated after a mail deletion ?
For instance, I am running low of storage and I use Thunderbird to
delete large mail. I only notice a recalculation when I quit
Thunderbirdb and I relaunch it.
Even, with doveadm CLI, as long as Thunderbird is not disconnected on
the client side, the server didn't recalculate the
2020 Feb 11
0
[v 2.3.4.1][quota] recalculation
Hi,
Does thunderbird even delete the mail from storage if you delete it from UI?
Most imap clients with default configuration just flag the mail \Deleted but do not actually expunge if from server.
In Apple Mail.App that I use there is "Erase Deleted Items" to actually expunge mails previously flagged \Deleted.
Sami
> On 11 Feb 2020, at 11.18, Thomas Criscione <thomas at
2007 Nov 23
4
recalculation of maildir Quota
Hello,
I intend to use maildir Quota for measurement only, not for applying
restrictions. Therefore I defined rather high values. That's working as
expected. Nevertheless it's not useful, because the recalculation time
is to high. This takes some minutes for my own mailaccount with 250.000
mails on a NFS storage. This would be to bad, but whilst this time, the
Mailclient hangs. Probably
2010 Apr 13
1
dict quota and quota recalculation
Hi
I am trying to migrate my courier server to dovecot and I've run into
some problems.
One of the motive that I chose to migrate is quota reporting mechanism
which in courier is a pain (if you need to display an accurate quota
usage in the control panel). So I follow the instructions on migrations
, I convert all the mailboxes, and the next step was to populate the
quota table (I use
2010 Sep 02
1
Maybe wrong quota recalculation behaviour on overquota delivery try
Hi all,
we are experencing some, may be strange, slowness in our dovecot/postfix
mail system.
We have three dovecot 2.0.1 server with LMTP, POP3 and IMAP enabled.
Three shared OCFS2 filesystem are used for mail storage.
We have too a load balancer based on dovecot director in front of these
three server.
Our SMTP cluster receives mail and send by LMTP to load balancer.
Everything work flowless,
2005 Dec 22
3
reading long matrix
Hi,
I'm needing some help finding a function to read a large text file into an array in R. The data are essentially presence / absence / na data for many species and come as a grid with each species name (after two spaces) at the beginning of the matrix defining the map for that species. An excerpt could therefore be:
SPECIES1
999001099
900110109
011101000
901100101
110100019
901110019
2020 Nov 14
0
Samba broken after dist-upgrade in Ubuntu 20.04?
On 14/11/2020 12:56, Joachim Lindenberg via samba wrote:
> Sure. Here they are:
>
> root at cobra:/var/log/samba# cat /etc/apt/sources.list
> # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
> # newer versions of the distribution.
> deb http://de.archive.ubuntu.com/ubuntu focal main restricted
> # deb-src http://de.archive.ubuntu.com/ubuntu focal main
2020 Nov 14
2
Samba broken after dist-upgrade in Ubuntu 20.04?
Sure. Here they are:
root at cobra:/var/log/samba# cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu focal main restricted
# deb-src http://de.archive.ubuntu.com/ubuntu focal main restricted
## Major bug fix updates produced after the final release of the
##
2020 Feb 11
1
[v 2.3.4.1][quota] recalculation
On 11/02/2020 17.23, Sami Ketola wrote:
> Does thunderbird even delete the mail from storage if you delete it from UI?
You have to right click on Trash and select Empty Trash to force it.
In the Trash Folder Properties, you can also select a Retention Policy (eg 30 days, 2000 messages).
P.
2020 Nov 14
3
Samba broken after dist-upgrade in Ubuntu 20.04?
On 14/11/2020 15:51, Rowland penny via samba wrote:
> On 14/11/2020 12:56, Joachim Lindenberg via samba wrote:
>> Sure. Here they are:
>>
>> root at cobra:/var/log/samba# cat /etc/apt/sources.list
>> # See http://help.ubuntu.com/community/UpgradeNotes for how to
>> upgrade to
>> # newer versions of the distribution.
>> deb
2007 Jan 26
2
Using functions within functions (environment problems)
Hi everyone,
I've been having difficulty writing wrapper functions for some
functions where those same functions include other functions with
eval()
calls where the environment is specified. A very simple example using
function lmer from lme4:
lmerWrapper <- function(formula, data, family = gaussian, method =
c("REML",
"ML", "PQL", "Laplace",
2020 Mar 20
0
Re: libvirt dynamic file ownership
On Fri, Mar 20, 2020 at 03:38:36PM +0000, Joe Muro wrote:
>Hi,
>
Hi, could you please configure your client to send plaintext version as well?
We mainly prefer plaintext on this list ;-)
>I am trying to understand libvirt dynamic ownership behavior. I have a VM that
>uses a qcow2 image with the following permissions:
>
>$ ll t257kvxg-10-20-101-40.qcow2
>-rw-r--r-- 1 jmuro
2020 Mar 23
1
Re: libvirt dynamic file ownership
Hi Martin, thanks for the explanation. Now I understand why libvirt doesn't
revert the file permissions back to the original. I am running these VMs on
an isolated test machine, so I'll disable dynamic file ownership and make
sure libvirt has access to image files.
Sorry about the message formatting. I modified settings on my client,
hopefully it sends plaintext now. (I'll switch to
2015 Oct 19
1
More information about - Dovecot 2.2.x quota mysql and dict
On 17 Oct 2015, at 12:41, Timo Sirainen <tss at iki.fi> wrote:
>
>> Connect postfix at localhost on postfix
>> 134 Query SELECT bytes FROM quota2 WHERE username =
>> 'user at mydomain.lan'
>> 135 Query SELECT bytes FROM quota2 WHERE username =
>> 'user at mydomain.lan'
>> 135 Query BEGIN
2020 Mar 20
3
libvirt dynamic file ownership
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" > </div>
<div dir="ltr" ><div dir="ltr" >Hi,</div>
<div dir="ltr" > </div>
<div dir="ltr" >I am trying to understand libvirt
2023 May 05
1
Opus: No translation path after upgrade ubuntu focal => jammy
Hey!
I just upgraded our machines from Ubuntu focal to jammy.
A separate package asterisk-opus does not exist any more.
https://launchpad.net/ubuntu/+source/asterisk-opus/+changelog
It looks like this is now included in the default packages.
Required modules are loaded:
*CLI> module show like opus
Module Description Use Count Status
2007 May 25
0
Help with complex lme model fit
Hi R helpers,
I'm trying to fit a rather complex model to some simulated data using
lme and am not getting the correct results. It seems there might be
some
identifiability issues that could possibly be dealt with by
specifying
starting parameters - but I can't see how to do this. I'm comparing
results from R to those got when using GenStat...
The raw data are available on the
2024 Aug 18
1
Can't join new samba dc to existing dc
Pada Min, 18 Agu 2024 pukul 16.38 Rowland Penny via samba <
samba at lists.samba.org> menulis:
> On Sat, 17 Aug 2024 16:21:14 +0700
> fransnicho via samba <samba at lists.samba.org> wrote:
> > Hi Rowland,
> > Thanks for your response
> >
> > Is it ok to have 2 records on the
> >
>