search for: smcc

Displaying 20 results from an estimated 29 matches for "smcc".

Did you mean: smc
2007 Dec 12
6
namespace problem / 1.1beta11
Hi all, actually I got a problem with the namespaces in dovecot 1.1 beta11. It occured after purging index files and resynch via imapsync. Dovecot complains about "Unknown namespace", though it worked with versions before. I cannot comfirm for 1.1beta10, but I surely know 1.1beta9 worked with these settings. Example: From Folder [INBOX/Trash] To Folder [___________] To Folder
2002 Aug 03
2
smcc/ make failure/ R CMD INSTALL package
Software information: R Version 1.5.1 (2002-06-17) ESS 5.1.20 Emacs 21.1.1 Mozilla 1.0 Linux Mandrake 8.2 Colleagues I am having a little trouble installing packages. Having downloaded the gzipped tarball of a package, put it in a /tmp directory, and using this command: [root at localhost /]# R CMD INSTALL -l 'usr/lib/R/library/' '/home/smc/tmp/sgeostat_1.0-18.tar.gz' I
2011 Feb 25
3
[LLVMdev] [MC] Removing relaxation control
>> Can someone else try to reproduce this? I tried gcc.c from http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the difference is a bit more noticeable: -O0 -mno-relax-all real 0m13.182s user 0m12.690s sys 0m0.450s -O0 gcc.o is 10932968 bytes. real 0m12.969s user 0m12.520s sys 0m0.410s gcc.o is 11410552 bytes IMHO it would still be reasonable to switch to no-relax-a...
2004 Jan 13
1
reinstalling R/ mandrake 9.1/ rpm
...hanks. Sam -- Sam McClatchie, Sub-program leader, Pelagic Fisheries South Australian Aquatic Sciences Centre PO Box 120, Henley Beach 5022 Adelaide, South Australia email <mcclatchie.sam at saugov.sa.gov.au> Telephone: (61-8) 8200 2433 FAX: (61-8) 8200 2481 Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx><<
2002 Sep 17
2
legend in image()
..., zlim=c(2,6.5), cex=0.5) Thanks in advance, Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx><< -.-.-...
2011 Feb 26
0
[LLVMdev] [MC] Removing relaxation control
On Feb 25, 2011, at 11:38 AM, Rafael Avila de Espindola wrote: >>> Can someone else try to reproduce this? > > I tried gcc.c from > http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the > difference is a bit more noticeable: > > -O0 -mno-relax-all > > real 0m13.182s > user 0m12.690s > sys 0m0.450s > > -O0 > > gcc.o is 10932968 bytes. > > real 0m12.969s > user 0m12.520s > sys 0m0.410s > &g...
2002 Sep 09
3
loading data from a specified directory
...;) <- read.table.... Can you help, please? Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx><< -.-.-...
2003 Jan 29
2
calling sweave function from latex
...the short answer is 'no'. Best fishes Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx>&...
2003 Jan 29
2
calling sweave function from latex
...the short answer is 'no'. Best fishes Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx>&...
2010 Jun 20
2
[LLVMdev] Disabling assertions in llvm.org releases
Török Edwin schrieb: > Had assertions been off I think bad/invalid code would have been > generated silently, resulting in a much harder to debug segfault. Just a thought: how about distributing a "production build" with only the most important assertions active, and a "diagnostic build" that has all assertion checking on? In that case, if there's "funny
2010 Jun 20
0
[LLVMdev] Disabling assertions in llvm.org releases
On 20 June 2010 22:03, Joachim Durchholz <jo at durchholz.org> wrote: > In that case, if there's "funny behaviour" in the generated code, people > can be instructed to try running their code through diagnostic build and > see whether it assertion checks. Userland don't tend to have source trees to build with diagnostic flags. Maybe if distributions had two
2010 Jun 24
1
[LLVMdev] Disabling assertions in llvm.org releases
Hi Renato, > Btw, has anyone measured the delay of full assertions compared to no > assertions at all? We may be discussing over nothing... I measured the effect of turning assertions off when compiling a huge file (gcc.c from http://people.csail.mit.edu/smcc/projects/single-file-programs/) using dragonegg, and when using opt and llc on the unoptimized bitcode: * gcc-4.5+dragonegg -S -O3 -> 22% faster with assertions off * opt -std-compile-opts -> 22% faster with assertions off * llc -> 16% faster with assertions...
2011 Feb 25
0
[LLVMdev] [MC] Removing relaxation control
> E.g. -mrelax-all is either harmful or not improving enough to give a > measurable improvement. > > Can someone else try to reproduce this? I can. I tried these builds on tmpfs so as to give -mno-relax-all an smaller advantaged for less IO: --enable-optimized --with-optimize-option=-O0 real 3m38.568s user 24m15.097s sys 1m33.550s clang is 69661804 bytes --enable-optimized
2002 May 02
0
tab complete for R under ESS
...ould be sweet. NOTE: this works for ESS 5.1.21 or 5.1.20 (and R 1.4.1) under the win32 port of XEmacs 21.4.1. It also works for GNU Emacs as the problem is in ESS, not (X)Emacs. ------------------------------- Sam Sam McClatchie, Research scientist (fisheries acoustics)))))))))) http://www.smcc.150m.com/ NIWA (National Institute of Water & Atmospheric Research Ltd) Postal address: PO Box 14 901, Kilbirnie, Wellington, New Zealand. Street address: 301 Evans Bay Parade, Greta Point, 6003 Wellington, New Zealand. phone 64-04-386-0300, FAX: 64-4-386 0574. /\ ......
2002 Sep 17
0
legend in image
...developers certainly provide a splendid tool. Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx><< -.-.-...
2003 Jan 16
1
help.start() setup with netscape
...ep mozilla as my primary browser. Best fishes Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx>&...
2004 Mar 10
1
Fisheries acoustics
Hi, member-list i'm searching for packages or routines to analise fisheries acoustics data. Something make import data of scientific ecosound (EK500) of paralel port, filter signal, analyse pattern of pixel fish shoals... Is there someone work with this ? If no, why dont make colective effort to do this?? (package fish_acoustic). Thanks Marcelo
2004 Aug 09
1
returns the value of a polynomial of degree n evaluated at x.
...-program leader, Pelagic Fisheries > South Australian Aquatic Sciences Centre > PO Box 120, Henley Beach 5022 > Adelaide, South Australia > email <mcclatchie.sam at saugov.sa.gov.au> > Telephone: (61-8) 8200 2448 > FAX: (61-8) 8200 2481 > Research home page <http://www.smcc.150m.com/> > > /\ > ...>><xX(??> > //// \\\\ > <??)Xx><< > ///// \\\\\\ > ><(((??> > >><(((??> ...>><xX(??>...
2004 Aug 09
0
returns the value of a polynomial of degree n evaluated a t x.
...-program leader, Pelagic Fisheries > South Australian Aquatic Sciences Centre > PO Box 120, Henley Beach 5022 > Adelaide, South Australia > email <mcclatchie.sam at saugov.sa.gov.au> > Telephone: (61-8) 8200 2448 > FAX: (61-8) 8200 2481 > Research home page <http://www.smcc.150m.com/> > > /\ > ...>><xX(??> > //// \\\\ > <??)Xx><< > ///// \\\\\\ > ><(((??> > >><(((??> ...>><xX(??>...
2003 Feb 10
0
calling sweave function from LaTex re directories, formatting
...Any help, gratefully received. Best fishes Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Research home page <http://www.smcc.150m.com/> /\ >><xX(&> /// \\\ //// \\\\ /// <%)Xx><< ///// \\\\\\ ><(((@> ><(((%> ..>><xX(?>O<?)Xx>&...