Displaying 20 results from an estimated 1100 matches similar to: "howto achieve 'hide unreadable' for msdfs symlinks"
2024 Apr 17
1
howto achieve 'hide unreadable' for msdfs symlinks
On 16-04-2024 16:21, Konrad Jacobi via samba wrote:
> hi,
> on a samba domain member file server i'm using dfs root shares with
> multiple msdfs symlinks pointing to other shares (on the same server),
> which works fine. These linked shares have different access rights,
> therefore a user might have access to one linked share but not to
> another.
>
Another option is
2017 Jul 01
2
Jacobi 5 Point Stencil Code not Vectorizing
I am able to vectorize it with the following code;
#include <stdio.h>
#define N 100351
// This function computes 2D-5 point Jacobi stencil
void stencil(int a[][N], int b[][N])
{
int i, j, k;
for (k = 0; k < N; k++) {
for (i = 1; i <= N-2; i++)
for (j = 1; j <= N-2; j++)
b[i][j] = 0.25 * (a[i][j] + a[i-1][j] + a[i+1][j] + a[i][j-1] +
a[i][j+1]);
for
2006 Mar 29
0
ATI Radeon IGP 350M resolution problems
My HP 4010 and the IGP 350M video card.
I can only get it to go into 800x600 mode.
At one time, Resolution Display (gnome desktop) was giving me an
option of 1024x768 and if I selected it the monitor went crazy.
Now I don''t even get that higher resolution as an option.
I have searched far and wide for information on this card and the
Radeon linux driver. No help at all. My
2006 Feb 25
1
ATI RS350 chipset
Dear All,
I just upgraded my firewall/smarthost to a 2.6 GHz P4 on a Gigabyte
board with the ATI RS350 chipset. Unfortunately the chipset isn't
support on the kernel and I get slow disk performance
lspci gives this:
lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge
00:13.0 USB Controller: ATI
2017 Oct 23
3
Jacobi 5 Point Stencil Code not Vectorizing
<div> </div><div> </div><div>Hello,</div><div> </div><div>To me this is an issue in llvm loop vectorizer (if N is large enough to prevent complete unrolling of j-loop).</div><div> </div><div>Woud you mind to share stencil.ll than I would say more definitely what the issue
2017 Oct 24
3
Jacobi 5 Point Stencil Code not Vectorizing
Your problem is due to GVN partial reduction elimination (PRE) which
introduces a PHI node the current loop vectorizer cannot handle:
opt -O3 stencil.ll -pass-remarks=loop-vectorize
-pass-remarks-missed=loop-vectorize
-pass-remarks-analysis=loop-vectorize
remark: <unknown>:0:0: loop not vectorized: value that could not be
identified as reduction is used outside the loop
remark:
2017 Jul 01
2
Jacobi 5 Point Stencil Code not Vectorizing
Hello,
I am trying to vectorize following stencil code;
#include <stdio.h>
#define N 100351
// This function computes 2D-5 point Jacobi stencil
void stencil(int a[restrict][N])
{
int i, j, k;
for (k = 0; k < 100; k++)
{ for (i = 1; i <= N-2; i++)
{ for (j = 1; j <= N-2; j++)
{ a[i][j] = 0.25 * (a[i][j] + a[i-1][j] + a[i+1][j] + a[i][j-1] +
2017 Jul 01
3
Jacobi 5 Point Stencil Code not Vectorizing
Does it happen due to loop carried dependence? if yes what is the solution
to vectorize such codes?
please reply. i m waiting.
On Jul 1, 2017 12:30 PM, "hameeza ahmed" <hahmed2305 at gmail.com> wrote:
> I even tried polly but still my llvm IR does not contain vector
> instructions. i used the following command;
>
> clang -S -emit-llvm stencil.c -march=knl -O3
2003 Dec 12
1
jacobi.root, scre.eq, cgf.0, cgf.1 and cgf.2 R-plus functions nee ded
Who can send to me code that can perform in R-plus jacobi.root, scre.eq,
cgf.0, cgf.1 and cgf.2 that are part of the S-plus package?
Marc D. Brodsky
2013 Oct 11
3
Gaussian Quadrature for arbitrary PDF
Hi all,
We know that Hermite polynomial is for
Gaussian, Laguerre polynomial for Exponential
distribution, Legendre polynomial for uniform
distribution, Jacobi polynomial for Beta distribution. Does anyone know
which kind of polynomial deals with the log-normal, Student抯 t, Inverse
gamma and Fisher抯 F distribution?
Thank you in advance!
David
[[alternative HTML version deleted]]
2006 Mar 23
0
ATI Radeon IGP resolution problems
My NC4010 has the ATI Radeon IGP 350M controller
http://h18000.www1.hp.com/products/quickspecs/11832_na/11832_na.HTML
It works fine in 800x600 but when I change it to 1024x768 the LCD
goes bad. Hard to discribe, it looks like the 800x600 is just
smaller in the upper left with parts clipped and the rest of the
screen repeats part of the reduced sized image.
I am running at 60Mz.
I have
2004 Apr 28
0
iRiver iGP-100 Review on Tomshardware.com
http://www.tomshardware.com/consumer/20040428/index.html
The iRiver iGP-100 was just reviewed at Toms Hardware. They
specifically mention that it supports Vorbis. Just thought I'd pass
this along.
Paul
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2014 Dec 16
11
[Bug 87361] New: [NV4C] Kernel lock-up after booting to desktop in Fedora 20 & 21 (Nvidia Geforce 6100 IGP)
https://bugs.freedesktop.org/show_bug.cgi?id=87361
Bug ID: 87361
Summary: [NV4C] Kernel lock-up after booting to desktop in
Fedora 20 & 21 (Nvidia Geforce 6100 IGP)
Product: Mesa
Version: 10.3
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
2007 Jun 05
3
Multipath routing
Hello!
I have trouble with multipath routing. Those options are enabled in kernel:
[*] IP: policy routing
[*] IP: equal cost multipath
[*] IP: equal cost multipath with caching support (EXPERIMENTAL)
<*> MULTIPATH: round robin algorithm
But issuing:
ip r a 1.2.3.0/23 scope global equalize nexthop via 80.245.176.11 \
dev eth0 weight 1 nexthop via 80.245.176.13 dev eth0
2012 May 26
4
[Bug 50374] New: nouveau fails to obtain EDID from NV11 (nforce IGP)
https://bugs.freedesktop.org/show_bug.cgi?id=50374
Bug #: 50374
Summary: nouveau fails to obtain EDID from NV11 (nforce IGP)
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2008 Jun 12
0
[ANNOUNCE] xf86-video-ati 6.8.191
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ati 6.9.0rc1 release
Lots of changes since the last release. Main things are
EXA composite support for r3xx/r4xx/r5xx chips and
textured video support on all radeons.
Adam Jackson (5):
Bump CRTC size limits on AVIVO chips so 30" displays work
without tweaking.
Add R500 unified shader register block.
Fix R500_US_CONFIG.
2008 Dec 11
0
Fwd: Jacobi Plane Rotations in R
http://idisk.mac.com/jdeleeuw-Public/jacobi
This is paper/software for various techniques based on Jacobi plane
rotations.
There is R code for
-- classical cyclical Jacobi Eigen diagonalization
-- Jacobi-based SVD diagonalization
-- approximate simultaneous diagonalization of symmetric matrices (De
Leeuw/Pruzansky 1978)
-- approximate simultaneous diagonalization of rectangular matrices
2014 Nov 23
9
[Bug 86641] New: nouveau crashes kernel with nvidia 9400 igp
https://bugs.freedesktop.org/show_bug.cgi?id=86641
Bug ID: 86641
Summary: nouveau crashes kernel with nvidia 9400 igp
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Driver/nouveau
Assignee:
2006 Oct 18
1
Calculation of Eigen values.
Dear all R users,
Can anyone tell me to calculate Eigen value of any real symmetric matrix
which algorithm R uses? Is it Jacobi method ? If not is it possible to get
explicit algorithm for calculating it?
Thanks and regards,
Arun
[[alternative HTML version deleted]]
2004 Aug 06
2
Source Reconnect Problem in
Using Icecast 1.3.12
If the Source Strea gets disconnected from Internet (i.e. OS-Crash or
something)
the Server dows not kick the death source stream automaticly.
I have to do this via admin console then.
Whats the problem?
COnfig file
max_clients 30
max_clients_per_source 30
max_sources 1
max_admins 3
throttle 10.0
use_meta_data 0
streamurllock 0
streamtitletemplate %s
streamurl sth