search for: utexa

Displaying 20 results from an estimated 328 matches for "utexa".

Did you mean: utexas
2003 Mar 28
1
winbind with ADS error
RedHat AS 2.1 kernel 2.4.9-e.16 with kbr5-1.2.7 I've been playing with ADS features of samba-3.0alpha21 and am having problems getting winbind to work. I can join the domain: [root@asecl etc]# net ads join Joined 'ASECL' to realm 'ASE-LRC-AD.AE.UTEXAS.EDU' After joining the domain, I can use the other 'net ads' options of user, group, status and info. Can also use the smbclient with the -k option to browse shares on the AD server. When starting winbind, I get the following error which just keeps repeating every 10 seconds...
2005 Mar 21
0
utexas mirror downtime - FIXED
...ersity of Texas at Austin was knocked offline due to a campus-wide power failure at approximately 0615 CST. The issue is now resolved. Downtime totaled a little over two hours. Apologies for the inconvenience. -- Nick F. Silkey 512.475.8284 Sysadmin / BOFH silkey@ece.utexas.edu Dept. of Electrical and Computer Engineering The University of Texas at Austin ENS 526W 1024-bit DSA Key ID via GPG 0x35EB31E2 "Friends dont let friends top-post" -RFC1855
2005 Oct 06
5
webrick seen only on local machine
...other browser it times out. I have already modified the following line in the /script/server file (I''ve tried the numeric ip address also) so that it is the real ip address (and not 0.0.0.0). I think I am entering the web address properly with the port number (e.g. http://draco.icmb.utexas.edu:3000/) :ip => "draco.icmb.utexas.edu", This seems like very odd behavior to me. Any ideas? Thank you.
2008 Sep 29
1
Testing this significance of a factor in a mixed-model "ANCOVA"
...ot significant at all. What gives? Thanks, Jesse ______________________________________________ Jesse W. Young, Ph.D. Postdoctoral Research Fellow Department of Anthropology University of Texas at Austin 1 University Station C3200 Austin, TX 78712 Phone: (512) 232-6380 Email: jesse.young@mail.utexas.edu Web page: https://webspace.utexas.edu/youngjw3/www/ [[alternative HTML version deleted]]
2005 May 06
2
bivariate normal cdf
...ould be appreciated. Thanks, Dan =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Daniel A. Powers, Ph.D. Department of Sociology University of Texas at Austin 1 University Station A1700 Austin, TX 78712-0118 phone: 512-232-6335 fax: 512-471-1748 dpowers at mail.la.utexas.edu
2019 Jun 25
5
SMB share access for machines which are not joined to the domain?
..., even if you're not a member of the domain. > Something like - Connect as: User: "somedomain\pat" with Pat's password. > When we try this from a machine that is not connected to the domain, authentication fails: C:\Users\cns-dbr2717>net use * \\cns-bio-krak1.austin.utexas.edu\emtifs /user:austin.utexas.edu\dbr2717 System error 1311 has occurred. We can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with...
2003 Oct 26
1
FLAME
Yesterday I ported FLAME to OS X (http://www.cs.utexas.edu/users/flame/index.html). FLAME is a system to automatically (currently semi-automatically) generate efficient and correct linear algebra routines in C or MATLAB or MPI from descriptions of the algorithms. It uses code that relies heavily on partitioning of matrices, and avoids indices as...
2020 Jun 09
3
Preventing function call from being optimized out in LTO
...quot; attribute. Does this seem like intended behavior or some sort of bug? Is there any way to disable this behavior? Thanks! Best, Shishir On Tue, Jun 9, 2020 at 3:53 PM David Blaikie <dblaikie at gmail.com> wrote: > On Tue, Jun 9, 2020 at 1:29 PM Shishir V Jessu <shishir.jessu at utexas.edu> > wrote: > > > > Hi David, > > > > Thanks for your detailed comments. > > > >> but without any interprocedural analysis, nor any optimization of the > body of the function, a call to an optnone function can still be removed if > the call is d...
2006 Aug 29
1
Repost: System crash on loading gdm revisited
...quot;fuzzy" screen and the system crashes requiring a power cycle) but I don't get the "kernel BUG" message in my logs. If I should submit this a but report to bugs.centos.org, please let me know. Thanks, Debbie ----- Forwarded message from Debbie Tropiano <debbiet at arlut.utexas.edu> ----- > Date: Tue, 25 Jul 2006 14:47:56 -0500 > From: Debbie Tropiano <debbiet at arlut.utexas.edu> > To: centos at centos.org > Subject: [CentOS] System crash on loading gdm revisited > > Hello - > > I've been seeing system crashes similar to this >...
2011 Sep 12
1
[LLVMdev] llvm-gfortran problems
...d. Ashay On Mon, Sep 12, 2011 at 4:12 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote: > I see. And what's the purpose for outputting bitcode into *.o and *.a > files? Do you want to perform an LLVM pass on linking step? > > 2011/9/13 Ashay Rane <ashay.rane at tacc.utexas.edu>: > > Hmm.. I didn't explain the problem completely last time. I am creating a > > drop-in replacement for gcc and gfortran that runs an additional pass on > the > > bitcode before generating the native binary. Here's whats happening: If > the > > sourc...
2020 Sep 01
2
VAAPI on GeForce GT 620M
...anything... Cheers, > > -ilia > -- Analabha Roy Assistant Professor Department of Physics <http://www.buruniv.ac.in/academics/department/physics> The University of Burdwan <http://www.buruniv.ac.in/> Golapbag Campus, Barddhaman 713104 West Bengal, India Emails: daneel at utexas.edu, aroy at phys.buruniv.ac.in, hariseldon99 at gmail.com Webpage: http://www.ph.utexas.edu/~daneel/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200901/9bf947ab/attachment.htm>
2016 May 28
1
Determination of statements that contain only matrix multiplication
...hardware preteching to prefetch the subsequent lines. This makes a lot of sense. Yet surprisingly, the BLIS implementation does not attempt at anticipating the fetch. It schedules the prefetch instruction right before the first load of a given interval. > Refs: > > [1] - http://www.cs.utexas.edu/users/flame/pubs/TOMS-BLIS-Analytical.pdf > [2] - http://wiki.cs.utexas.edu/rvdg/HowToOptimizeGemm > [3] - https://github.com/flame/blis/blob/master/kernels/x86_64/sandybridge/3/bli_gemm_int_d8x4.c >
2016 May 20
0
Determination of statements that contain only matrix multiplication
...ons of gemm micro-kernels of BLIS framework [3]. If I’m not mistaken, it’s applied to try to make sure that micro-panel Br is loaded after micro-panel Ar (as required in [1] p. 11). For example, its using helps to reduce the execution time of the attached implementation. Refs: [1] - http://www.cs.utexas.edu/users/flame/pubs/TOMS-BLIS-Analytical.pdf [2] - http://wiki.cs.utexas.edu/rvdg/HowToOptimizeGemm [3] - https://github.com/flame/blis/blob/master/kernels/x86_64/sandybridge/3/bli_gemm_int_d8x4.c -- Cheers, Roman Gareev. -------------- next part ------------...
2011 Sep 12
2
[LLVMdev] llvm-gfortran problems
...t; Sorry, at what step do you need archive? llc emits binary, it does not > perform any linking, thus it does not need anything except the input > bytecode file. Then during linking you can link whatever archives of > binaries you want. > > 2011/9/13 Ashay Rane <ashay.rane at tacc.utexas.edu>: > > Thats correct. But using llc becomes a problem when I have archives (.a > > files). I could, in theory, extract its contents to a tempdir and then > use > > llc and link but just wondering if there is a more elegant solution. > > Ashay > > > > On...
2011 Sep 12
0
[LLVMdev] llvm-gfortran problems
I see. And what's the purpose for outputting bitcode into *.o and *.a files? Do you want to perform an LLVM pass on linking step? 2011/9/13 Ashay Rane <ashay.rane at tacc.utexas.edu>: > Hmm.. I didn't explain the problem completely last time. I am creating a > drop-in replacement for gcc and gfortran that runs an additional pass on the > bitcode before generating the native binary. Here's whats happening: If the > source code compilation process bui...
2016 May 17
4
Determination of statements that contain only matrix multiplication
On 05/17/2016 01:47 PM, Michael Kruse wrote: > 2016-05-16 19:52 GMT+02:00 Roman Gareev <gareevroman at gmail.com>: >> Hi Tobias, >> >> could we use information about memory accesses of a SCoP statement and >> def-use chains to determine statements, which don’t contain matrix >> multiplication of the following form? > > Assuming s/don't/do you want
2020 Sep 01
3
VAAPI on GeForce GT 620M
...does it indicate a config problem? Thanks, AR -- Analabha Roy Assistant Professor Department of Physics <http://www.buruniv.ac.in/academics/department/physics> The University of Burdwan <http://www.buruniv.ac.in/> Golapbag Campus, Barddhaman 713104 West Bengal, India Emails: daneel at utexas.edu, aroy at phys.buruniv.ac.in, hariseldon99 at gmail.com Webpage: http://www.ph.utexas.edu/~daneel/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200901/b8242d84/attachment.htm>
2005 Jan 15
0
New mirror at the University of Texas
Thanks to Nick Silkey, the Shorewall site is now fully mirrored at the University of Texas. HTTP download: http://slovak.ece.utexas.edu/mirrors/shorewall/ FTP download: ftp://slovak.ece.utexas.edu/shorewall/ HTTP mirror: http://utexas.shorewall.net/ Thanks, Nick! -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Pu...
2002 Dec 20
0
new optimized BLAS
Dear R-help, Here's a posting to the most recent NA-digest: From: Robert van de Geijn <rvdg at cs.utexas.edu> Date: Fri, 13 Dec 2002 11:15:23 -0600 Subject: Fast BLAS Libraries for Current Architectures Recent research by Kazushige Goto, Visiting Scientist at UT-Austin, has resulted in high-performance BLAS libraries for the Intel (R) Pentium (R) III and 4 processors, the HP/Compaq/DEC alpha proc...
2003 Sep 16
6
sshd 3.7p1 dies on MacOSX
...c(0x0) Replacing uidswap.c with the version from 3.6p1 and recompiling produces a working sshd. I have not tracked down which change caused the breakage, but it should be easy enough. Jacques Distler -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (Darwin) Comment: PGP Key - http://golem.ph.utexas.edu/~distler/distler.asc iD8DBQE/Z4ZgnyqPIXpYcjcRAvD9AJ4koreDrIZTZFb17gR5hWdXdokdtgCdF8wC Ll5bysCtwPV3QVnZ7BIhgck= =XbuY -----END PGP SIGNATURE-----