search for: smalltest

Displaying 5 results from an estimated 5 matches for "smalltest".

Did you mean: smallest
2005 May 26
1
Help needed - Use of RSrvr in macro mode
Dear All, I am experiencing a problem for which I need some help. I have created a small file containing a simple function File name = smalltest.r Content : smalltest=function(extvar) { itworks=paste('Ca marche',date()) setwd("c:/windows/temp") write.table(itworks,file="resultat.csv", append=FALSE) } This function works when operated from R environment To get it performed from Excel, I have write a small...
2001 Nov 26
1
predict.nnet (PR#1181)
Full_Name: Jeff Schwarz Version: R1.3.1 OS: Windows 2000 Submission from: (NULL) (129.22.170.115) Error message (using predict and predict.nnet) > predict (smalltest, smallx[-jj,]) Error in matrix(NA, length(keep), nout, dimnames = list(rn, dimnames(object$fitted)[[2]])) : length of dimnames[1] not equal to array extent *** all relevant code and data source is given below *** I have successfully built an object of type nnet using... nnet.formula(form...
2009 May 29
2
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
...est] Error 2 make[1]: Leaving directory `/home/foad/llvm/poo/build/test-suite' make: *** [test] Error 2 ... because the makefile uses $(TCLSH), which hasn't been set to anything. How is this supposed to work? Does the attached patch look reasonable? It seems to work for me. Alternatively, smalltest.tcl and speedtest.tcl could be given the svn:executable property, so that if $(TCLSH) is empty they just get executed directly. Thanks, Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.tclsh Type: application/octet-stream Size: 491 bytes Desc: not avai...
2009 May 29
0
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
...ectory `/home/foad/llvm/poo/build/test-suite' > make: *** [test] Error 2 > > ... because the makefile uses $(TCLSH), which hasn't been set to > anything. How is this supposed to work? Does the attached patch look > reasonable? It seems to work for me. > > Alternatively, smalltest.tcl and speedtest.tcl could be given the > svn:executable property, so that if $(TCLSH) is empty they just get > executed directly. > Doesn't the toplevel configure set TCLSH in Makefile.config? Best regards, --Edwin
2017 Jul 25
0
[Questions] About small files performance
...10GB*2 netcard clientA: 10.254.3.75 clientB: 10.254.3.76 1) 10.254.3.* is for test segment, 10.128.3.* is for cluster internal communication. #####vdbench setup##### hd=default,vdbench=/root/vdbench/,user=root,shell=ssh #hd=hd1,system=10.254.3.xx #hd=hd2,system=10.254.3.xx fsd=fsd1,anchor=/mnt/smalltest1/smalltest/,depth=2,width=100,openflags=o_direct,files=100,size=64k,shared=yes fwd=format,threads=256,xfersize=xxx fwd=default,xfersize=xxx,fileio=random,fileselect=random,rdpct=60,threads=256 #fwd=fwd1,fsd=fsd1,host=hd1 #fwd=fwd2,fsd=fsd1,host=hd2 rd=rd1,fwd=fwd*,fwdrate=max,format=restart,elaps...