search for: 3910

Displaying 20 results from an estimated 54 matches for "3910".

Did you mean: 310
2011 Oct 10
3
[LLVMdev] Disable Short-Circuit Evaluation?
...t-circuit evaluation of expressions in Clang/LLVM? Let's say I have C code like the following: bool validX = get_group_id(0) > 32; int globalIndexY0 = get_group_id(1)*186 + 6*get_local_id(1) + 0 + 1; bool valid0 = validX && globalIndexY0 >= 4 && globalIndexY0 < 3910; int globalIndexY1 = get_group_id(1)*186 + 6*get_local_id(1) + 1 + 1; bool valid1 = validX && globalIndexY1 >= 4 && globalIndexY1 < 3910; int globalIndexY2 = get_group_id(1)*186 + 6*get_local_id(1) + 2 + 1; bool valid2 = validX && globalIndexY2 >= 4 &a...
2011 Oct 10
1
[LLVMdev] [cfe-dev] Disable Short-Circuit Evaluation?
Justin Holewinski <justin.holewinski at gmail.com> writes: > int globalIndexY2 = get_group_id(1)*186 + 6*get_local_id(1) + 2 + 1; > bool valid2       = validX && globalIndexY2 >= 4 && globalIndexY2 < 3910; > > Clang, even at -O0, is performing short-circuit evaluation of these > expressions, resulting in a fair number of branch instructions being > generated. It has to. This is the semantics of C. Short-circuiting is used to defend against all sorts of undefined behavior in real code....
2011 Oct 10
0
[LLVMdev] [cfe-dev] Disable Short-Circuit Evaluation?
...reene" <greened at obbligato.org>: > Justin Holewinski <justin.holewinski at gmail.com> writes: > >>  int globalIndexY2 = get_group_id(1)*186 + 6*get_local_id(1) + 2 + 1; >>  bool valid2       = validX && globalIndexY2 >= 4 && globalIndexY2 < 3910; >> >>  Clang, even at -O0, is performing short-circuit evaluation of these >>  expressions, resulting in a fair number of branch instructions being >>  generated. > > It has to.  This is the semantics of C.  Short-circuiting is used to > defend against all sorts of...
2010 Dec 14
7
Environment specified by external nodes ignored
My custom external nodes script sets the environment variable, but Puppet ignores it. For testing, I have a manifest that deploys this template to a file: environment = <%= environment %> The output from my external nodes script: --- classes: - devhost environment: development parameters: memcached_memory: ''32'' But running "puppetd --test" results in the
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
...50% 100% 100% 100% 50% 100% 100% 100% 100% 30% 5% 1- 2608 1321 1311 2608 2508 3545 547 2001 2493 2702 5282 2- 2810 1440 1430 2810 2688 3835 403 2154 2679 2925 5706 3- 2913 1457 1441 2908 2778 3913 417 2253 2773 3034 5924 4- 2814 1448 1412 2812 2695 3910 401 2186 2686 2929 5712 5- 2789 1464 1432 2787 2652 3774 427 2112 2649 2879 5676 6- 2843 1460 1444 2839 2722 3948 422 2164 2713 2957 5778 rhel6 x86_64/GFS2 two nodes, shared FC lun on a SAN(Used RDM in VMWare vSphere for GFS2 lun) Tunned cluster suite cluster.conf + <dlm plock_ownership=&...
2001 Sep 17
1
tree model large dataset -error
Hi R-users, I was trying to do CART using the tree package for a dataset with 6 groups and 1000 predictor variables, number of observations 5000. The following error message is generated Error:cannot allocate vector of size 3910 kb In addition: warning message: Reached total allocation of 125Mb: I am using R 1.3 for Windows 98 in a pII with 128 MBRAM If RAM should be increased what is the ideal system configuration for processing large datasets say more than 500 MB size to perform Multivariate and Exploratory data an...
2011 Jun 22
2
environment ENC vs cmdline
Hi all, I am using puppet with an ENC script. In this scripts YAML output the environment (generally "production") is set. For testing purposes I would like to start puppet runs from the cmdline of a managed host like: $ puppet agent --onetime --no-daemonize --verbose --no-splay --environment development The problem is the --environment Parameter is not being used if an environment
2004 Sep 22
5
Issue with predict() for glm models
[This email is either empty or too large to be displayed at this time]
2005 Mar 15
6
Realtime config
...shows -nothing-, besides what I can see in the console. It shows no queries or anything, driving me nuts. I'm running asterisk 1.0.6, as head won't seem to compile (as of this this email).. I'm trying to test realtime via simply SIP REGISTER: Mar 15 13:40:39 NOTICE[7905]: chan_iax2.c:3910 register_verify: No registration for peer 'brak-test' (from blah blah) Mar 15 13:40:39 NOTICE[7906]: chan_sip.c:7681 handle_request: Registration from '<sip:brak-test@brak.netlogic.net>' failed for 'blah'
2007 Mar 14
2
Benchmarking CVS HEAD vs. v1.0
...67 2669 965 520 1866 618 3734 96% 102% --------------- mmap_disable=no seems to work more slowly after all even with etx3..: Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo C: 8254 4150 4139 8254 8244 11813 4126 2791 8234 3658 16487 S: 7833 3940 3910 7829 7821 11243 3846 2345 7816 2966 15646 95% 81% -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <h...
2010 May 18
3
[LLVMdev] selection dag speedups / llc speedups
...e_internal(char const*, char const*, unsigned int) + 370 6 llc.hg 0x0000000000886426 llvm::LiveIntervals::handleVirtualRegisterDef(llvm::MachineBasicBlock*, llvm::ilist_iterator<llvm::MachineInstr>, llvm::SlotIndex, llvm::MachineOperand&, unsigned int, llvm::LiveInterval&) + 3910 7 llc.hg 0x0000000000888429 llvm::LiveIntervals::handleRegisterDef(llvm::MachineBasicBlock*, llvm::ilist_iterator<llvm::MachineInstr>, llvm::SlotIndex, llvm::MachineOperand&, unsigned int) + 409 8 llc.hg 0x000000000088ade0 llvm::LiveIntervals::computeIntervals() + 2496...
2019 Mar 01
3
Can't authenticate to AD using Samba with SSSD
...Processing section "[testshare]" doing parameter comment = testshare doing parameter path = /testshare doing parameter valid users = @pathology_its doing parameter writable = yes doing parameter read only = No [2019/03/01 15:53:46.545573, 4] ../source3/param/loadparm.c:3910(lp_load_ex) pm_process() returned Yes [2019/03/01 15:53:46.545604, 3] ../source3/param/loadparm.c:1617(lp_add_ipc) adding IPC service [2019/03/01 15:53:46.545669, 3] ../source3/auth/auth.c:189(auth_check_ntlm_password) check_ntlm_password: Checking password for unmapped user [YALE]\[b...
2004 May 28
0
Negative binomial glm and dispersion
...he "real" chi-square probability is 1-pchisq(0.185,1) [1] 0.6671111 Thanks in advance, Dan ____________________________________ Daniel Kehler Dept. of Biology Dalhousie University, B3H 4J1 Halifax, Nova Scotia, Canada Office: LSC 800 email: kehler at mscs.dal.ca phone: 902 494 3910
2004 Aug 31
1
add single contour line to levelplot
...l=function(x,y,z,...){ panel.levelplot(x=x,y=y,z=z,...) lpoints(x[z==0],y[z==0],pch=16,cex=0.5) panel.levelplot(z~x*y,at=-3,contour=T,aspect=1) } ) _______________________________ Ian Jonsen, Postdoctoral Fellow Dept Biology, Dalhousie University, Halifax, NS, CAN Phone: 902 494 3910; Fax: 902 494 3736 jonsen at mathstat.dal.ca
2005 Jan 06
1
rbugs in linux
...wine/drive_c', useWine = TRUE, wine = '/usr/local/bin/wine', debug = TRUE, verbose = TRUE) Any suggestions are greatly appreciated. Thanks, -- Ian Jonsen, Postdoctoral Fellow Biology Dept., Dalhousie University 801 LSC, 1355 Oxford St., Halifax, NS B3H 4J1 Canada voice: 1-902-494-3910, fax: 1-902-494-3736 jonsen at mathstat.dal.ca
2010 Aug 10
0
[BUGS] [R-BUGS] error while plotting
...uk > > If this fails, mail bugs-request@jiscmail.ac.uk, NOT the whole list > > > > > -- > Trevor Davies > Ph.D. Candidate > Department of Biological Sciences > 1355 Oxford Street > Dalhousie University > Halifax, Nova Scotia, Canada, B3H 4J1 > ph: (902) 494 3910: fax (902) 494 3736 > > [[alternative HTML version deleted]]
2004 Dec 04
0
PRI debug output - still not working :(
...ption: Calling equipment is non-ISDN. (3) ] < [6c 06 01 80 33 39 31 30] < Calling Number (len= 8) [ Ext: 0 TON: Unknown Number Type (0) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) < Presentation: Presentation permitted, user number not screened (0) '3910' ] < [70 02 81 35] < Called Number (len= 4) [ Ext: 1 TON: Unknown Number Type (0) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) '5' ] < [a1] < Sending Complete (len= 1) -- Making new call for cr 4865 -- Processing Q.931 Call Setup -- Processing IE 4 (cs0, Bearer Cap...
2005 May 24
0
IAX Firefly config
...the firefly network, but simply within my own "3rd party" network as the website and setup of FireFly defines it... does anyone have a sample iax.conf and extensions.conf i could use to get this working right? i get this message on the CLI: May 25 01:55:42 NOTICE[3162]: chan_iax2.c:3910 register_verify: No registration for peer '3902999' (from 200.93.198.18) any help would be much appreciated... Thanks a ton, Jeromy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050524/036...
2006 Jan 17
0
Problem with Asterisk and DIAX, Please help me
Hi All, After few problems I have installed Asterisk and changed my iax.conf. I have defined a user in iax.conf and when I try to connect that user from DIAX phone I get the following error Jan 17 23:48:16 NOTICE[16448]: chan_iax2.c:3910 register_verify: No registration for peer 'manoj' (from 59.93.66.12) In DIAX phone I gave the below to connect username = manoj password=manoj server=mantragroup.com context=iax I am attaching my iax.conf, please help to know where I am going wrong. Thanks, Manoj. -------------- next pa...
2011 Feb 24
1
Puppet 2.6 Environments
Oh boy. I''m a bit stuck here. I just moved our puppet config into environments, and now puppet won''t serve up any files. (/Stage[yum]/Yum::Client/File[/etc/yum.conf]) Could not evaluate: Error 400 on SERVER: Not authorized to call find on /file_metadata/pax_prod/yum/client/etc/yum.conf Could not retrieve file metadata for puppet:///pax_prod/yum/client/etc/yum.conf: Error 400 on