search for: utah

Displaying 20 results from an estimated 705 matches for "utah".

2010 Jan 26
2
[LLVMdev] some llvm/clang missed optimizations
A few random observations: 1. Clang could do better with large but boring switches like this: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/E8/E88C5111.shtml Performance of clang's output will be fine but this is a major code size lose. 2. Destruction of stupid loops is incomplete, sometimes due to phase ordering problems: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/FC/FC...
2020 Jul 10
3
Compilation error for R 4.0.2
...charset.c grep.c(74): catastrophic error: cannot open source file "pcre2.h" # include<pcre2.h> (The pcre2.h header file is actually present!) I used the following compiler flags: # PCRE2: # ----- setenv CC gcc setenv CFLAGS " -O2 -fPIC " ./configure --prefix=/uufs/chpc.utah.edu/sys/installdir/pcre2/10.35 \ --enable-pcre2-16 --enable-pcre2-32 --with-pic module purge module load intel/2019.5.281 # USe a modern version of curl & pcre2 (The current one on Centos 7 is TOO old) setenv CURLDIR "/uufs/chpc.utah.edu/sys/installdir/curl/7.65.3" seten...
2003 Jun 27
1
PHP Web interface testing and RFC
...ad the conf files. Again I have not spent a lot of time on making it user friendly…. Just working good and parsing the correct stuff out. I hope to release the code to Mark soon. Any comments welcome, just look for me on IRC (p0lar) or use the list. Here is the link http://warpcore.netcom.utah.edu/openconf/openconf.php Dave Packham University of Utah NetCom Manager R & D D.S.O. University Incident Response Team c. 712-0364@801 w. 587.0907@801 Dave.Packham@Utah.edu Trillian/ICQ#:45818442 Current Trillian status: 45818442@pager.icq.com SMS: (Send an SMS message to my ICQ):...
2010 Jan 27
2
[LLVMdev] some llvm/clang missed optimizations
>> Repetitive code with lots of bitwise operations is compiled by LLVM into >> much larger code than the other compilers: >> >> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/ED/ED37DAF5.shtml >> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/1F/1F4003C7.shtml >> >> Note that this is straight-line code, so LLVM's output will run 4-5 >> times longer than everyone else's. >> >>...
2010 Jan 27
2
[LLVMdev] some llvm/clang missed optimizations
> Umm, can you find one that isn't a popcount implementation? Ok. MMX psadbw instruction: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/CE/CE3DA132.shtml Position of first set bit: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/1F/1F4003C7.shtml Log2 floor: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/83/837A80E9.shtml Pixel format conversion: http://embed.cs....
2010 Jan 26
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 12:36 PM, John Regehr <regehr at cs.utah.edu> wrote: > 2. > Sometimes not: > > http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/EC/ECC74C0C.shtml The primary issue here is that scalar evolution doesn't know how to deal with loops using "sle" for the exit condition. Shouldn't be too hard to fix...
2014 Apr 21
2
TLS and intermediate CA
...ecompiling with various debug statements) that the gnutls libraries are successfully loading both certs from the cacert.pem file. When I try to connect with openssl s_client -connect <host>:16514 I get something similar to this: --- Certificate chain 0 s:/CN=kvm999.example.com i:/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com --- Server certificate -----BEGIN CERTIFICATE----- ... omitted for brevity -----END CERTIFICATE----- subject=/CN=kvm999.example.com issuer=/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com --- Acceptable client certificate CA names /C=US/ST=Utah/O=Qualt...
2007 Jul 23
4
RoR Postion. Full time, Utah
We have 2 positions open for experienced ROR programmers. If you feel like you are a experienced ROR programmer and are looking for a full time position, please send over you resume. You must be willing to re- locate. No contract jobs. We have an in house team and have only 2 positions left. Starting Salary DOE. $30,000-$60,000 with housing, full benefits, 401k, paid vacation, ext. Don''t
2010 Jan 27
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 5:55 PM, John Regehr <regehr at cs.utah.edu> wrote: >>> Repetitive code with lots of bitwise operations is compiled by LLVM into >>> much larger code than the other compilers: >>> >>> >>> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/ED/ED37DAF5.shtml >>> >>>...
2012 Dec 31
3
cut ()
...tegory variable (p1_st_data$ob_mrj_cat), based on the p1_st_data$obt_mrj_p variable, using the following code for 50 States and District of Columbia (N=51). p1_st_data$ob_mrj_cat <- cut (p1_st_data$obt_mrj_p, quantile (p1_st_data$obt_mrj_p, (0:5/5), include.lowest=TRUE)) The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in the ob_mrj_cat column. Is there a way to tweak the code (i.e., programmatically) to resolve the issue? I would appreciate receiving your help. Happy New Year and Best Wishes to R Expert-members, who have been so kind and helpful to beginner R u...
2008 May 22
4
winbind,ads, win2k3, trusted domains, user mapping
...cups options = raw print command = lpq command = %p lprm command = [test] comment = testing browsable = yes read only = yes create mode = 0644 path = /home/jason Here is my krb5.conf [libdefaults] default_realm = UTAH.EDU [realms] UTAH.EDU = { kdc = 155.99.1.95 } [domain_realm] .utah.edu = DOMAIN.EDU DOMAIN.EDU = DOMAIN.EDU scl.DOMAIN.EDU = DOMAIN.EDU [loggin] default = FILE:/var/log/krb5.log [appdefaults] pam = {...
2010 Jan 20
5
[LLVMdev] updated code size comparison
Hi folks, I've posted an updated code size comparison between LLVM, GCC, and others here: http://embed.cs.utah.edu/embarrassing/ New in this version: - much larger collection of harvested functions: more than 360,000 - bug fixes and UI improvements - added the x86 Open64 compiler John
2008 Sep 03
0
[LLVMdev] Merge-Cha-Cha
.../gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/regehr/llvm-gcc/build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/regehr/llvm-gcc/build' make: *** [all] Error 2 regehr at john-home:~/llvm-gcc/build$ -- John Regehr, regehr at cs.utah.edu Assistant Professor, School of Computing, University of Utah http://www.cs.utah.edu/~regehr/ On Tue, 2 Sep 2008, Bill Wendling wrote: > As you all have undoubtedly noticed, I recently did Yet Another Merge > to Apple's GCC top-of-tree. This merge was prompted by several > importa...
2020 Jul 11
0
Compilation error for R 4.0.2
...: cannot open source file "pcre2.h" > # include<pcre2.h> > (The pcre2.h header file is actually present!) > I used the following compiler flags: > # PCRE2: > # ----- > setenv CC gcc > setenv CFLAGS " -O2 -fPIC " > ./configure --prefix=/uufs/chpc.utah.edu/sys/installdir/pcre2/10.35 \ > --enable-pcre2-16 --enable-pcre2-32 --with-pic > module purge > module load intel/2019.5.281 > # USe a modern version of curl & pcre2 (The current one on Centos 7 is TOO > old) > setenv CURLDIR "/uufs/chpc.utah.edu/sys/inst...
2002 Aug 24
1
nlme
...~ 'primary covariate' | 'grouping factor'. In experiments creating response surfaces there are 2 or more primary covariates. Is there any way to use the groupedData() function to include 2 primary covariates? Thanks -- Nathan Leon Pace, MD, MStat Work:nlpace at bigpace.med.utah.ed Department of Anesthesiology Play:nlpaces at attbi.com University of Utah Voice Work:801.581.6393 Play:801.467.2925 Salt Lake City, Utah Fax Work:801.581.4367 Play:801.467.0555 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing...
2005 Sep 30
0
Co-author of O'Reilly's Asterisk book presenting in Utah Valley
Anyone in the area (Utah Valley) is welcome to join us (UVLUG) at this free event. Besides being a great presentation, there will be plenty-o-swag (books etc..) If you need more info, this page has it: http://uvlug.org/modules/news/article.php?storyid=96 Hope to see you there! -- Gabriel Gunderson http://gundy.org
2005 Oct 21
1
samba-3.0.14a binaries for HP-UX-11.0
Hi, im looking for a binary package of samba with a libnss_winbind.1 for HP-UX-11.0 The depot files in http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-3.0.14a look good, but there are these three requierements: OpenLdap 2.1.3 (http://hpux.cs.utah.edu) OpenSSL 0.9.7d (http://hpux.cs.utah.edu) LibIconv 1.9.2 (http://hpux.cs.utah.edu) I was unable to locate this Packages on the HP site. Can anybody point me to a location, where I can find these required files? Thanks, Mark
2007 Apr 12
3
Centos DVD image... for NON bittorrent users?
Hello, could someone (some mirror) please provide DVD isos of the Centos5 also via ftp/http. The bittorent ports on out network are blocked and at the moment I couldn't find any DVD isos for "regular" download. Thanks, Gernot -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc:
2008 Sep 03
3
[LLVMdev] Merge-Cha-Cha
As you all have undoubtedly noticed, I recently did Yet Another Merge to Apple's GCC top-of-tree. This merge was prompted by several important fixes in the "blocks" implementation. There are still many testcases that need to be moved over, but those can come at our leisure. I compiled both the "Apple way" and the "FSF way". It also passed the tests in
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...------------------------------------------ ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 110 LCB beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -...