Displaying 20 results from an estimated 23 matches for "ccl".
Did you mean:
cc
2007 Oct 02
2
Strange errors
One of our users seems to have strange problems with his mailbox:
Oct 2 00:36:42 postamt dovecot: IMAP(rbxxxx): Corrupted transaction log file /home/r/b/rbxxxx/Maildir/.listen.CCL/dovecot.index.log: Append with UID 1096, but next_uid = 1097
Oct 2 00:36:42 postamt dovecot: IMAP(rbxxxx): Corrupted transaction log file /home/r/b/rbxxxx/Maildir/.listen.CCL/dovecot.index.log: Append with UID 1096, but next_uid = 1097
Oct 2 00:36:42 postamt dovecot: IMAP(rbxxxx): Unexpected tran...
2010 Aug 17
1
replace loops with matrix
...000 obs. and the
optimization command that I use is:
optim(guess,myfunc1,data=mydata, method="BFGS",hessian=T))
then I tried matrix form?computation, it takes only 1/10 of the time the loop
method takes. it may still have room to improve it. at least, the?following
part?looks ugly.
ccl[,m]<-lia[,1]*lia[,2]*lia[,3]*lia[,4]*lia[,5]
any suggestion are appreciated.
The Loop code:
for(m in 1:ns){
?for(i in 1:nt){
??? vbar2[,i]=a[1]+???? eta[m]+acedu[,i]*a[2]+acwrk[,i]*a[3]
??? vbar3[,i]=b[1]+b[2]*eta[m]+acedu[,i]*b[3]+acwrk[,i]*b[4]
??? v8[,i]=1+exp(vbar2[,i])+exp(vbar3[,i])...
2010 Sep 07
5
question on "optim"
...thanks for any suggestion.
Nan
from Montreal
#the function
myfunc1<-function(par,data) {
# define the parameter matrix used in following part
vbar2<-matrix(0,n,nt)
vbar3<-matrix(0,n,nt)
v8 <-matrix(0,n,nt)
regw<-matrix(0,n,nt)
wden<-matrix(0,n,nt)
lia<-matrix(0,n,nt)
ccl<-matrix(1,n,ns)
eta<-c(0,0)
# setup the parts for loglikelihood
q1<-exp(par[1])
pr1<-q1/(1+q1)
pr2<-1-pr1
eta[2]<-par[2]
a<-par[3:6]
b<-par[7:11]
w<-par[12:npar]
for(m in 1:ns){
?for(i in 1:nt){
?? regw[,i]<-w[1]+ w[2]*eta[m]+exp(w[3]+w[4]*eta[m])*actr[,i]+w[5]*acwr...
2010 Sep 15
1
optim with BFGS--what may lead to this, a strange thing happened
...ny suggestion in advance.
Nan
from Montreal
# the main function
mymatrix<-function(par,data) {
# define the parameter matrix used in following part
vbar2<-matrix(0,n,nt)
vbar3<-matrix(0,n,nt)
v8 <-matrix(0,n,nt)
regw<-matrix(0,n,nt)
wden<-matrix(0,n,nt)
lia<-matrix(0,n,nt)
ccl<-matrix(1,n,ns)
eta<-c(0,0)
# setup the parts for loglikelihood
q1<-exp(par[1])
pr1<-q1/(1+q1)
pr2<-1-pr1
eta[2]<-par[2]
a<-par[3:6]
b<-par[7:11]
w<-par[12:npar]
for(m in 1:ns){
regw<-exp(w[1]+w[2]*eta[m])*actr+exp(w[3]+ w[4]*eta[m])*acwrk
vbar2=a[1]+...
2012 May 23
3
[LLVMdev] problem on clang+gold
.../../../../crt1.o
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crti.o
/usr/lib/gcc/i386-redhat-linux/4.1.2/crtbegin.o
-L/usr/lib/gcc/i386-redhat-linux/4.1.2
-L/usr/lib/gcc/i386-redhat-linux/4.1.2/../../.. -L/lib -L/usr/lib
-plugin /path/to/my/llvm/../lib/LLVMgold.so -plugin-opt=also-emit-llvm
ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o
skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o
tables_shared.o filter.o regex.o -lm -L /s/gcc-4.3.1/lib -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
--no-as-needed /usr/lib/gcc/i386-re...
2010 Jul 20
3
[LLVMdev] gold and debug information
...vocation and the .o files given to it.
>
> All the .o files are in the tarball. You can download it here (too large to
send through the list):
http://pages.cs.wisc.edu/~aliang/goldAndDebugTest.tar.gz
The command is:
llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-
llvm -g -O4 -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o
nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o
tables.o tables_shared.o filter.o regex.o -lm
Then I got:
$ llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm -g -O4 -o
flex ccl.o dfa.o ecs.o scanflags.o gen.o mai...
2009 Oct 26
1
[LLVMdev] RegAllocSimple doesn't work
...typedef char bool;
# define false 0
# define true 1
# define NULL 0
# define MAXSTR 100
# define MAXPAT MAXSTR
# define ENDSTR '\0'
# define ESCAPE '@'
# define CLOSURE '*'
# define BOL '%'
# define EOL '$'
# define ANY '?'
# define CCL '['
# define CCLEND ']'
# define NEGATE '^'
# define NCCL '!'
# define LITCHAR 'c'
# define DITTO -1
# define DASH '-'
# define TAB 9
# define NEWLINE 10
# define CLOSIZE 1
typedef char character;
typedef char string[MAXSTR];
boo...
2009 Oct 22
0
[LLVMdev] request for help writing a register allocator
Hi Susan,
> But this doesn't seem to be happening; the stores to memory are there but
> the loads are not.
>
> Any ideas what's going wrong?
Are you using VirtRegMap::addSpillPoint and VirtRegMap::addRestorePoint ? If
not you may need to add calls to them to let the rewriter know where to
insert the loads/stores.
> If not, any advice on how to generate the loads
2009 Oct 22
4
[LLVMdev] request for help writing a register allocator
I found the problem! My generated code is spilling correctly but is not
reloading at all. For example, if the original code has the equivalent of
this (where %1024 is a virtual reg):
%1024 = xxx
...
yyy = %1024
and I find no physical register for %1024, then I assign it to physical
register %edi and to a stackslot. That creates code like this:
%edi = xxx
store from %edi to the
2012 Apr 11
1
row.names in dunes and dunes.env?
...ut using the edit() command shows a column named "row.names".
I assume that the the "row.names" column is used to link the two files together.
My turtle data is saved as a *.csv, and I've added a column called "row.names", so that it looks like this
row.names,CL,CCL,CW,CCW,CH,CCH
1,104.4,131.8,89.887,137.4,43.391,89.7
2,108.79,135.9,87.78,118.1,50.72,71.2
3,114.12,126.1,89.33,132.8,142.39,78.3
4,102.87,128.2,84.2,125,45.42,72.4
5,84.6,104.8,72.61,111.8,41.1,57.3
I've called this file "turtles_dca.csv". I've also created a file called "t...
2010 Jul 20
0
[LLVMdev] gold and debug information
> export PATH="$LLVMPREFIX/bin:$LLVMGCCPREFIX/bin:$PATH"
> export CC="llvm-gcc -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
> export CXX="llvm-g++ -use-gold-plugin -Wl,-plugin-opt=also-emit-llvm"
> export RANLIB=/bin/true
> export CFLAGS="-O4 -g"
>
> then configure, make, and then hit the error.
>
> The error only happens if
2004 Sep 29
4
* and Fax
...hylafax
without having to route it via some analog device on the same machine (eg.
pstn -> voip ->fax svr-> email rather than pstn -> voip -> analog line
->fax svr ->email)
Am i barking up the wrong tree or do others also need this functionality?
Sam
J?rn Eriksen <jorn@ccl-network.com> wrote on 29/09/2004 10:35:30:
> Hi all,
>
> I've read a bit lately on Asterisk & Fax issues - I also saw, in some
> notes from Astricon, that the developer of panDSP - Steve Underwood -
> was looking for support (finacial and/or technical). If we are enou...
2010 Jul 20
4
[LLVMdev] gold and debug information
On 7/20/2010 1:25 AM, Eli Friedman wrote:
> On Mon, Jul 19, 2010 at 11:06 PM, Guoliang Jin<jingl1345 at gmail.com> wrote:
>> Hi,
>>
>> I would like to get the whole program bitcode with debug information in it.
>>
>> I tried to use CFLAGS = "-O4 -g", but it ends with the following error:
>> collect2: ld terminated with signal 6 [Aborted]
2010 Jul 21
0
[LLVMdev] gold and debug information
> All the .o files are in the tarball. You can download it here (too large to
> send through the list):
> http://pages.cs.wisc.edu/~aliang/goldAndDebugTest.tar.gz
There is also something strange with these files, buf.o is actually a
.tar.gz file :-)
>
> Thanks,
> Guoliang
>
Cheers,
--
Rafael Ávila de Espíndola
2010 Jul 21
1
[LLVMdev] gold and debug information
.../local.toadette/aliang/packages/llvm-2.7/llvm-gcc/lib/gcc/i686-pc-linux-gnu/4.2.1/crtbegin.o
-L/local.toadette/aliang/packages/llvm-2.7/llvm-gcc/lib/gcc/i686-pc-linux-gnu/4.2.1
-L/local.toadette/aliang/packages/llvm-2.7/llvm-gcc/lib/gcc/i686-pc-linux-gnu/4.2.1/../../..
-plugin-opt=also-emit-llvm ccl.o dfa.o ecs.o scanflags.o gen.o main.o
misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o
scanopt.o buf.o tables.o tables_shared.o filter.o regex.o -lm -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
--no-as-needed
/local.toadette/aliang/packages/llvm-2....
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers,
since R 2.15.2 I?m getting an error with my RNetLogo package.
The package uses rJava and connects to the Java program NetLogo
(http://ccl.northwestern.edu/netlogo/).
When starting it in so-called GUI-mode, i.e.:
library(RNetLogo)
NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the
path to your NetLogo installation directory
on a 32-bit Windows (Vista) system, I?m getting the following error me...
2001 May 16
5
the R package - relation to R project?
I stumbled across this link and was wondering if this has any relation to
the R project.
http://www.fas.umontreal.ca/BIOL/Casgrain/en/labo/R/index.html
-jennifer
-----------------------------------
J. Steinbachs, Ph.D.
Computational Biologist
http://compbiology.org
-----------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2000 Oct 15
2
File permissions problem
...he Linux box
is the only server on the network, the rest of the machines are 95/98, I
have user level security turned on.
Many thanks
Ash
Attached is the contents of the smb.conf file (apologies for the length of
this post)
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = CCL
# server string is the equivalent of the NT Description field
server string = Samba Server
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the &q...
2003 Dec 01
0
No subject
...il.infinite.com [199.29.68.126]) by
lists.samba.org (Postfix) with ESMTP id 3212D4423 for
<samba@lists.samba.org>; Mon, 20 Aug 2001 22:01:52 -0700 (PDT)
X-WM-Posted-At: operamail.com; Tue, 21 Aug 01 01:05:27 -0400
X-WebMail-UserID: noppie
Date: Tue, 21 Aug 2001 01:05:27 -0400
From: Naomi McClarrionon <noppie@operamail.com>
To: samba@lists.samba.org
X-EXP32-SerialNo: 00000000
Subject: help me to set up samba
Message-ID: <3B83CB6E@operamail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: InterChange (Hyd...
2003 Dec 01
0
No subject
...)
Received: (qmail 79604 invoked from network); 15 Aug 2001 15:43:27 -0000
Received: from dhcp114-208.ocp.internap.com (HELO joshm98)
(64.94.114.208) by wiggley.nichebox.com with SMTP; 15 Aug 2001
15:43:27 -0000
Message-ID: <005d01c125a1$6f4c0560$d0725e40@internap.com>
From: "Joshua McClintock" <joshuam@gravityedge.com>
To: <samba@samba.org>
References: <004301c12502$f4ae23e0$d0725e40@internap.com>
<3B7A034B.AB0B9119@valinux.com>
Subject: Re: BUG [Internal Error]
Date: Wed, 15 Aug 2001 08:46:22 -0700
X-Mailer: Microsoft Outlook Express 5.50.4522.1200...