search for: tnum

Displaying 8 results from an estimated 8 matches for "tnum".

Did you mean: num
2007 Aug 06
2
multiple cores?
A question that someone asked me, cut and pasted from another board: >>I've got 8 cores on my machine and while encoding only one processor is used, and maxed out. Is there any way to distribute the load across multi-cores?<< I have no idea what the answer to this is. The question was about flac on OS X Scott
2010 Jul 31
3
a problem
...tafile = datafile, codefile = codefile) : ??'datafile' > write.foreign("exp-11.xls") ???list(df = df, datafile = datafile, codefile = codefile) : ??'datafile' > mydata<-scan("exp-11.xls",what=list(sex="",smo="",comp="",TNum="",TG="",Endo="",Y="",HeT="",Year="",TuS="") + + + mydata ??: ????? ? "mydata" > mydata ??: ?????'mydata' Can you tell me why the R project can't read the file,thank you !...
2004 Aug 06
7
question on downsampling
Hi, Maybe a bit off topic for this list, bt anyway. I have received several feature requests for DarkIce to support downsampling of the audio input before passing it to lame or ogg vorbis. For example the audio read from the soundcard would be 44.1kHz, and lame would get it at 22.05kHz. I figure two ways of doing this: 1. For lame, one can specify the input and the desired mp3 sampling rate,
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
Hello, Would a less resource-intensive value, such as 1, be a safer default CPU value for confint? I noticed excessive CPU usage on a I.T. administrator-managed server which was being three-quarters used by another staff member when the confidence interval calculation in an R Markdown document suddenly changed from two seconds to ninety seconds because of competition for CPUs between users. Also,
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg, still
...++OB){ if(CallInst *CI = dyn_cast<CallInst>(*OB)){ Function *F = CI->getCalledFunction(); if(F == ii || F == fi || F == vi || F == di || F == ci || F == si){ std::cerr << "This Call: " << *CI << std::endl; std::cerr << "\tNum Operands: " << CI->getNumOperands() << std::endl; handleGeneratorUses(CI->getOperand(1)); } } else if(!(*programValues.find(*OB))){ handleProgramUses(*OB); } } } } pmeredit|zion|/localhome/pmeredit/llvm/projects/MetaSplit/lib/MetaSplit|[18...
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
...ut its tunables [***], but that's a choice just like it had been a choice to link R against a parallel variant of OpenBLAS on a shared computer. This is described in R Installation and Administration, section A.3.1 [****]. -- Best regards, Ivan [*] https://math-atlas.sourceforge.net/faq.html#tnum [**] https://www.mpi-magdeburg.mpg.de/projects/flexiblas [***] https://search.r-project.org/CRAN/refmans/flexiblas/html/flexiblas-threads.html [****] https://cran.r-project.org/doc/manuals/R-admin.html#BLAS
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg, still
On Wed, 23 Jun 2004, Patrick Meredith wrote: > Somehow it fails with operand out of bounds when the number of operands > is 2 and I am asking for the second operand. Second meaning operand 1. Okay, so you have something like this: if (CallInst *CI = dyn_cast<CallInst>(...)) { ... = CI->getOperand(1); } Can you send in this snippet of code, the assertion, and the
2007 May 01
1
contstant bittrate mode - block size - packet size
...kout:%d\t",num_reads); num_reads=0; num_packets = 0; while(vorbis_bitrate_flushpacket(&vd,&op)){ /* push packed into file */ fwrite(op.packet,op.bytes,1,fp_outfile); num_packets++; fprintf(fp_enc_info,"samples consumed:%d\tnum blocks:%d\tbytes written:%d\tpackets written for block:%d\n",total_samples_consumed,num_blocks,op.bytes,num_packets); } } } has debug output: num_reads per blockout:3 samples consumed:2646 num blocks:1 bytes written:138 packets written for block:1 num_reads per b...