search for: iscas

Displaying 20 results from an estimated 27 matches for "iscas".

Did you mean: isas
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: Collection and Analysis of Parallel Block
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 right-clicking on a AD user
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
...he 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 not a multiple of shorter object length in: is.na(e1) | is.na(e2) 2: longer object length is not a multiple of shorter object length in: "==.default"(especieama, c("grupo1", "grupo2", "...
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 curve in a points
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
Dear list; I have been using samba 1.9.18p10 on 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
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/dr...
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)
I've been trying to get Samba running on a small (two machine) home network. My requirements are: Linux server configured for local IP network and Samba services provider for Win 95 machine Dial-up connetivity to ISP with the Linux box Packet forwarding and IP masq so the 95 machine can browse through the Linux box I've tried a multitude of things, but finally settled on
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: <...
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 Dunla...
2000 Jun 22
13
installing samba
Hi, I just downloaded the latest version of Samba in the form of samba-latest.tar.gz Managed to unzip it with gunzip but cannot figure out how to install it. Tried rpm but didn't work. I have an earlier version of Samba (2.0.6) on my SuSE 6.4 machine already. Can I just install the new version or do I need to do some sort of uninstall of the previous version first. advTHANKSance, Mariann