search for: cnl

Displaying 9 results from an estimated 9 matches for "cnl".

Did you mean: cl
2008 Dec 09
1
errors with compilation
Hi, i'm trying to compile R on a Cray XT3 using pgi/7.2.1 - CNL (compute node linux) The R version is 2.8.0 this is the option -enable-R-static-lib=yes --disable-R-shlib CPICFLAGS=fpic FPICFLAGS=fpic CXXPICFLAGS=fpic SHLIB_LDFLAGS=shared --with-x=no SHLIB_CXXLDFLAGS=shared --disable-BLAS-shlib CFLAGS="-g -O2 -Kieee" FFLAGS="-g -O2 -Kieee"...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...ut oa report sanity checking tests/perf: print [un]slice freq and report reasons in debug tests/perf: update print_reports to print context ID tests/perf: add per context filtering test for gen8+ Rodrigo Vivi (8): lib/cfl: Introduce Coffeelake platform definition. lib/cnl: Introduce Cannonlake platform defition. lib/cnl: Add Cannonlake PCI IDs for U-skus. lib/cnl: Add Cannonlake PCI IDs for Y-skus. lib/instdone: Add Gen10 support. lib/intel_batchbuffer: Add Gen10 support for render_copy and gpgpu_fillfunc. lib/i915_pciids.h: Organize cn...
2019 Jan 25
0
[klibc:update-dash] parser: Allow newlines within parameter substitution
...c b/usr/dash/parser.c index ae76400e..6a8a4a43 100644 --- a/usr/dash/parser.c +++ b/usr/dash/parser.c @@ -924,7 +924,8 @@ readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */ switch(synstack->syntax[c]) { case CNL: /* '\n' */ - if (synstack->syntax == BASESYNTAX) + if (synstack->syntax == BASESYNTAX && + !synstack->varnest) goto endword; /* exit outer loop */ USTPUTC(c, out); nlprompt();
2020 Mar 28
0
[klibc:update-dash] dash: parser: Allow newlines within parameter substitution
...c b/usr/dash/parser.c index ae76400e..6a8a4a43 100644 --- a/usr/dash/parser.c +++ b/usr/dash/parser.c @@ -924,7 +924,8 @@ readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */ switch(synstack->syntax[c]) { case CNL: /* '\n' */ - if (synstack->syntax == BASESYNTAX) + if (synstack->syntax == BASESYNTAX && + !synstack->varnest) goto endword; /* exit outer loop */ USTPUTC(c, out); nlprompt();
2019 Jan 25
0
[klibc:update-dash] parser: Add syntax stack for recursive parsing
...rstc, char const *syntax, char *eofmark, int striptabs) CHECKEND(); /* set c to PEOF if at end of here document */ for (;;) { /* until end of line or end of word */ CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */ - switch(syntax[c]) { + switch(synstack->syntax[c]) { case CNL: /* '\n' */ - if (syntax == BASESYNTAX) + if (synstack->syntax == BASESYNTAX) goto endword; /* exit outer loop */ USTPUTC(c, out); nlprompt(); @@ -916,7 +934,7 @@ readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) USTPUTC(c, out); bre...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Add syntax stack for recursive parsing
...rstc, char const *syntax, char *eofmark, int striptabs) CHECKEND(); /* set c to PEOF if at end of here document */ for (;;) { /* until end of line or end of word */ CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */ - switch(syntax[c]) { + switch(synstack->syntax[c]) { case CNL: /* '\n' */ - if (syntax == BASESYNTAX) + if (synstack->syntax == BASESYNTAX) goto endword; /* exit outer loop */ USTPUTC(c, out); nlprompt(); @@ -916,7 +934,7 @@ readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) USTPUTC(c, out); bre...
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
2001 Nov 20
1
Help: Can't see my Samba box...
I got these nodes in my LAN, Samba 2.2.1 based PDC Samba 2.2.1 as domain member NT boxes I can view the shares using command line tool(smbclient etc) and i can also map the Samba workstation from one of the NT box. Yet, i can't see the Samba workstation in the Windows Explorer. Why? Any clue would be much appreciated. Thanks.
2001 Nov 25
1
Help: Can't access share on mounted disk...
I intended to create a share of a newly added hardisk(one partition) for public access. I declared the mount point in /etc/fstab as something like this, /dev/sdb1 /mnt/individual ext2 defaults 1 2 now, when i try to access the share from Window's browse list, it report that 'the share is not accessible, the network name cannot be found'. Any idea why? any clue would be appreciated.