Displaying 16 results from an estimated 16 matches for "szi".
Did you mean:
sti
2013 Feb 03
0
[LLVMdev] [Polly]
Dear all,
Yesterday, from the customer's code I observed relatively simple case,
where Polly is unable to detect parallelizable outer loop. Consider two
versions of Fortran routine:
1)
subroutine filter(H, szh, X, szx, Y, szy)
implicit none
integer(kind=IKIND), intent(in) :: szh, szx, szy
real(kind=RKIND), intent(in) :: H(szh), X(szx)
real(kind=RKIND), intent(out) :: Y(szy)
2013 Feb 03
2
[LLVMdev] [Polly] Parallelizing outer loop containing inner reduction loop
Oops, sorry for the message title, making it more descriptive now...
2013/2/3 Dmitry Mikushin <dmitry at kernelgen.org>
> Dear all,
>
> Yesterday, from the customer's code I observed relatively simple case,
> where Polly is unable to detect parallelizable outer loop. Consider two
> versions of Fortran routine:
>
> 1)
>
> subroutine filter(H, szh, X, szx, Y,
2003 Jun 30
3
Cups or Samba?
Hi all!
Please help me...
Scenario:
- linux box, turned on only for developing and printing purposes, printing
uses cups and samba
- 2 winXP box most of the time turned on
The following happened:
- installed the latest gentoo distro, updating all the time, prinitng worked
fine for couple weeks
- 2 days ago it started not to print
What I discovered:
- after linux box boot it didn't print
2005 Jan 11
4
thanks
.... Is there any way
possible to do this? The reason is, the calculation that I'm doing takes a
few hours, and I would like to automatize it.
Or does it mean that I have to run source within the R prompt?
Or is there a way to do the automatization within the R prompt?
Thanks, Matthew
u.i. K?szi, Zoli!
2010 Nov 11
3
Battlefield 2 & Battlefield 2142 : startup resolution issue
Hi
I am trying to get Battlefield 2 and Battlefield 2142 to launch under Kubuntu 10.04 & Wine 1.3.6. I'm using an Nvidia 8800 GTX 768Mb GPU with Nvidia blob driver 260.19.12.
Anyway launching BF2142 (retail copy, patched to v1.5) gives me the following error (2x) in the console output streams:
Code:
...
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32
2008 Mar 01
2
How to cache data in a plugin
Hi,
I''m using CountryCodes to get countries list for select box. It
provides self.countries_for_select(*args) method exactly for this
purpose. I''m using it in only one place in my view. So I was thinking
about caching this data somehow, so it won''t have to be recreated
every time the page is loaded.
The problem is that the plugin initializes its main @countries
2008 Apr 17
4
Do I need to use sessions if I don't store anything in them?
Hi,
I got very small app that has user part and admin part. The problem is
that after a while the sessions table has ~150mb. I don''t really need
to store any user data in the session for the user part. I only need
it for the admin part.
Can I simply turn session off in controllers from the user part? Are
there any drawbacks of turning the session off?
Regards
2008 May 28
1
Attachment_fu, polymorphism and customization
Hi,
I got Image model that has_attachment and belongs_to 2 other models
via polymorphic association.
The problem is that I''d like to customize has_attachment options
(resize image) depending on which model the Image is related to - i.e.
if Image belongs to Article it should be resized using different
settings than if it belongs to Header.
Is there a smart way to do it or do I have to
2004 Aug 06
2
Hello
...nkI>o(\&OqH
\1OV~kVPO&^hRzu:nq,1Iys]hQ0;
QDJW7J"'k0dCb{dctH1a{mR-n<|vqbdsA8*%)EJF?eCcITVc-80Np{b^RXG8A[SA6Qa,8\1WPS
;64T'ihT-R-JAa}#ZLv`DbfJ2Za.WS(< J?llV\m;jjXgcB[0*]c0nYW5C0/ ?z}n
)Jc
*>x
A9;9giI*E`COwWr"uN4x.:n~3W
:']_4B<0qZQ]Vu`.iW48cT1V&_
[/hu;:szi!pam!R0}Eo8 NM/YxI
~zbZT#\XWMAkg6qC1
kt
o#[$8X2gWwA_xZzI"`q!Qf3C}J[8V;oaL4dY09FxU(kaJm:a9W(UI
{^O(bc8IK?P$d9WWes%0!3IiG'e8[~c
Ca.MAMUAuTM_g><3*kV`yL92lj`(..wpQ^n\^ak*Mwm.,W<T9uX!QXRi\\)*#
zo9&^
Ct2`FD0NgU(G(/Q
X'cuWh"Uy89/oWyBIa3bud]cH?6!:%&y,&b
z'*/2
.nT\*...
2008 Apr 01
1
"Undefined method merge" when using sweeper
Hi,
I''m trying to use sweepers for the first time and got a problem - I
get "undefined method `merge'' for "/signature/
f2d7c7c66450b169.html":String". The "/signature/f2d7c7c66450b169.html"
part of the error message is the cached page.
Here''s my sweeper:
class FooSweeper < ActionController::Caching::Sweeper
observe Foo
def
1999 Oct 28
0
AW: SAMBA digest 2286
...by Andrew Tridgell <tridge@linuxcare.com>
> 15) nmb/nmbd: Multiple(2) responses received ...
> by Richard Hogue <hogue@bnl.gov>
> 16) Re: DIAGNOSIS.txt TEST 5
> by Herb Lewis <herb@chomps.engr.sgi.com>
> 17) NT_STATUS_WRONG_PASSWORD
> by Ziemann <szi@khs-ag.de>
> 18) Smb.log error
> by "Bonnie Stiewing" <BStiewing@phshealthplans.com>
> 19) 3com 3c509
> by Asgeir Stangeland <ps-net@online.no>
>
> ----------------------------------------------------------------------
>
> Date: Tue, 26 O...
2006 Apr 20
0
Major internal changes, TI DSP build change
>> You found it. The SHL32 (not SHR32) line fixes the problem. It must be
>> doing a 16-bit shift, then extending the result (which is reasonable).
>> As
>> it happens, that it the same macro which gave us trouble last May
>> (25th/26th), when the C55 build was more subtlely broken.
>
> Yes, that's what I finally remembered. I think I've fixed all
2006 Apr 19
2
Major internal changes, TI DSP build change
> You found it. The SHL32 (not SHR32) line fixes the problem. It must be
> doing a 16-bit shift, then extending the result (which is reasonable). As
> it happens, that it the same macro which gave us trouble last May
> (25th/26th), when the C55 build was more subtlely broken.
Yes, that's what I finally remembered. I think I've fixed all
occurrences (by adding EXTEND32)
2003 Dec 01
0
No subject
...his.
When the bug is properly fixed, any user/group listed in admin users
under a printer share (or via printer ACL's) should be able to do driver
uploads, queue management, etc. Best of luck!
John Laur
Return-Path: <wow@net.e.pl>
Delivered-To: samba@lists.samba.org
Received: from demon.szi.pl (demon.szi.pl [195.117.88.17]) by
lists.samba.org (Postfix) with SMTP id 99CFA421E for
<samba@lists.samba.org>; Mon, 25 Jun 2001 22:07:19 -0700 (PDT)
Received: (qmail 12540 invoked by uid 0); 26 Jun 2001 05:09:44 -0000
Received: from pe53.rzeszow.sdi.tpnet.pl (HELO jajks) (213.77.160.5...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
1999 Oct 27
0
NT_STATUS_WRONG_PASSWORD
Hi,
I have a problem with the NT domain password validation.
When I define a user a local Unix user with the same name like the Windows user the password
validation works fine:
[1999/10/27 19:52:19, 1] smbd/service.c:make_connection(488)
miriam (10.133.122.42) connect to service fax as user lp (uid=4, gid=501) (pid 18676)
The above service fax was configured with
force user = lp
Because