search for: isca

Displaying 20 results from an estimated 28 matches for "isca".

Did you mean: isa
2012 Sep 06
0
[LLVMdev] Publication at ISCA 12- Harmony: Collection and Analysis of Parallel Block Vectors
Hi all, Please check out our recent ISCA publication that introduces a new performance profiling technique for analyzing parallel programs along with an open source tool to collect the profiles. The tool is written into LLVM's LTO. Could someone please add the paper to http://llvm.org/pubs/ ? Here is the citation: Harmony: Collectio...
2012 May 23
1
AD / new auxiliary class / vb script
Hello I've modified AD schema by adding a new auxiliary class (iscA) with an auxilairy attribute (iscA1). I've followed this explanation /_*entirely*_/ : http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers I've named the menu item with the same name (AllowedService). By...
2024 Jun 26
1
[PATCH] drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
On Wed, 26 Jun 2024, Ma Ke <make24 at iscas.ac.cn> wrote: > In nouveau_connector_get_modes(), the return value of drm_mode_duplicate() > is assigned to mode, which will lead to a possible NULL pointer > dereference on failure of drm_mode_duplicate(). Add a check to avoid npd. > > Signed-off-by: Ma Ke <make24 at iscas.ac...
2003 Jul 21
1
problem in pot with subset selection
Hi, I try to make a selective plot, but it make an error. The subset only work with length < 4, it is correct? > plot((ocorrencia/isca)~frag,subset=especieama==c("grupo1","grupo2","grupo3","AnoplotermesSp1","NeocapritermesOpacus"),pch=c(1,2,3,4,5),xlab="?rea (ha)",ylab="Propor??o de iscas ocupadas por t?rmitas") Warning messages: 1: longer object length is no...
2003 May 24
1
help with xyplot
Hi, I make a graphic using xyplot, it is very good. xyplot((ocorrencia/isca)~frag|especie) But I need to plot a curve for each especie's plot. I try to use panel.abline and others panel., but I dont succeed. I need to plot the function exp(a+b*x+c*x^2)/1+exp(a+b*x+c*x^2), a b and c are different for each especie. Normally I use the curve function to add a...
2012 Jun 14
3
xen dire-map area
...need protect stack and heap data, so it is easy to identify their physical addresses if they are both in this area. Thanks. --      Best Regards,                                                                  Baozeng Ding                                                                  OSTG,NFS,ISCAS
2010 Jul 07
2
[LLVMdev] llvm-gcc : Did not get a target machine! Triplet is mips64el-unknown-linux-gnu
...rc/llvm-gcc-4.2-2.7.source/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o *Did not get a target machine! Triplet is mips64el-unknown-linux-gnu* make[1]: *** [crtbegin.o] Error 1 make[1]: Leaving directory `/home/ext3/loongson/build/llvm-gcc/gcc' make: *** [all-gcc] Error 2 -- Wei Wu wuwei08 at iscas.ac.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100707/8e1104c8/attachment.html>
2012 Aug 14
3
[LLVMdev] global alignment
...s 0xbffd2000 We can see that the stack value y is aligned to be 8192, but the global value x is not! My target OS is 32-bit Linux. Anyone can explain this? or is this a bug of clang? -- Best Regards, Baozeng Ding OSTG,NFS,ISCAS -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120814/582d9da1/attachment.html>
1999 Dec 10
4
Samba errors
...a Sun Sparc Ultra 2 for about a year. I use it to share a directory to an NT/95 network. I now have a Sun Sparc Ultra 10 running Solaris 2.6. In order to prepare the Ultra 10 for y2k I downloaded samba-2.0.6-nonis+-sparc-sun-solaris2.6.pkg.gz from http://samba.isca.uiowa.edu/samba/ftp/Binary_Packages/solaris/Sparc. However, I found samba 2.0.6 much more difficult to configure and set up than samba 1.9.18p10. I ran all the tests in the diagnosing your samba server help file. They all worked. Users can connect and map drives b...
2012 Mar 23
1
[LLVMdev] GSOC2012 idea: Python bindings for LLVM
> Please look at the thread "Python bindings in tree" starting on 2012-03-16. > There are at least four Python binding projects currently running. (None of > them in GSoC) > > I think it's a great idea to improve llvm-py, but I'd also suggest to first > look at the other bindig projects. > > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-March/thread.html
2024 Jun 25
0
[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
..._tv_get_ld_modes(), the return value of drm_mode_duplicate() > is > assigned to mode, which will lead to a possible NULL pointer > dereference > on failure of drm_mode_duplicate(). Add a check to avoid npd. > > Cc: stable at vger.kernel.org > Signed-off-by: Ma Ke <make24 at iscas.ac.cn> > --- > ?drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 2 ++ > ?1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c > b/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c > index 670c9739e5e1..4a08e61f3336 100644 > --- a/drivers/gpu/drm...
2024 Jun 25
0
[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
...s > assigned to mode, which will lead to a possible NULL pointer > dereference > on failure of drm_mode_duplicate(). The same applies to > drm_cvt_mode(). > Add a check to avoid null pointer dereference. > > Cc: stable at vger.kernel.org > Signed-off-by: Ma Ke <make24 at iscas.ac.cn> > --- > ?drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 4 ++++ > ?1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c > b/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c > index 670c9739e5e1..9c3dc9a5bb46 100644 > --- a/drivers/gpu/d...
2024 Jun 28
0
[PATCH v2] drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
..._mode_duplicate() > is assigned to mode, which will lead to a possible NULL pointer > dereference on failure of drm_mode_duplicate(). Add a check to avoid > npd. > > Fixes: 6ee738610f41 ("drm/nouveau: Add DRM driver for NVIDIA GPUs") > Signed-off-by: Ma Ke <make24 at iscas.ac.cn> > --- > Changes in v2: > - modified the patch according to suggestions. > --- > ?drivers/gpu/drm/nouveau/nouveau_connector.c | 3 +++ > ?1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c > b/drivers/gpu/drm/nouveau/nou...
1998 Sep 05
1
Login from Windows 98
I have a small problem! I am running a samba server on a linux machine. When I log in from a windows 95 machine all works well. Trying to log in from a machine running windows 98 I get the message that the passwod is not correct!! What do I have to do, to log in from the windows 98 machine??? many thanks for Your help with best regards Michael Lutz
1998 Sep 15
0
Name resolution problems (long)
...server for internet name services when dialed up. The Linux box can ping the Win 95 box, and vice versa, using host names or IP addresses. The Linux box has dial-up access to the internet without problems. The Samba server appears to function properly per the troubleshooting doc at http://samba.isca.uiowa.edu/samba/ftp/docs/DIAGNOSIS.txt up to "Test 8". Then it fails, no matter what. I've tried turning on the "Wins server" option in smb.conf and Wins resolution on the 95 box, pointing at 10.48.0.10 (no joy), I've tried using lmhosts files on the 95 box (no joy); I...
2005 Feb 02
1
Informatio request - FreeBSD Native Firewall Certificate
I'd like to request information about the FreeBSD native firewall software Does the firewall attends to the security certification at International Computer Security Association (ICSA Labs Firewall Certification Program) Labs or Trust Technology Assessment Program (TTAP) or similar programs? Thanks for your attention Fernando Castro fcastro@smsweb.com.br
2012 Mar 23
3
[LLVMdev] GSOC2012 idea: Python bindings for LLVM
...ned consent from Mahadevan, the author of llvm-py, and he would like to be my mentor, if my proposa is accepted. If this idea is feasible, I would write a proposal next step. Thanks.* * -- Best Regards, Baozeng Ding OSTG,NFS,ISCAS -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120323/fd1705b8/attachment.html>
2010 Jul 07
0
[LLVMdev] llvm-gcc : Did not get a target machine! Triplet is mips64el-unknown-linux-gnu
...EGIN \ > -o crtbegin.o > Did not get a target machine! Triplet is mips64el-unknown-linux-gnu > make[1]: *** [crtbegin.o] Error 1 > make[1]: Leaving directory `/home/ext3/loongson/build/llvm-gcc/gcc' > make: *** [all-gcc] Error 2 > > > -- > Wei Wu > wuwei08 at iscas.ac.cn > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: &lt...
2012 Apr 04
0
[LLVMdev] GSoC 2012 proposal : Integrate Baggy Bounds Checking into SAFECode
...s of the 18th USENIX Security Symposium, August 2009. [2]. http://code.google.com/p/google-summer-of-code-2009-swig/downloads/list [3]. http://forge.scilab.org/index.php/p/epfs/ * * -- Best Regards, Baozeng Ding OSTG,NFS,ISCAS -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120404/f2dfaaa1/attachment.html>
2019 Feb 06
0
nlminb with constraints failing on some platforms
...libRblas URL : https://github.com/xianyi/OpenBLAS/ License : BSD Description : : OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD : version. The project is supported by the Lab of Parallel Software and : Computational Science, ISCAS. http://www.rdcps.ac.cn --------------------------------------------------------------------------- I summarize what has been reported till: Failure in these cases ======== 1. Kasper K ("Scientific Linux", self compiled R, using Intel's MKL for BLAS/LAPACK) 2. (By Bill Dunl...