similar to: Cannot delete used folders?

Displaying 20 results from an estimated 400 matches similar to: "Cannot delete used folders?"

2007 Aug 19
2
[LLVMdev] Tool support for generation of transactional code
I would like to announce the availability of compiler support for generation of transactional code in LLVM IR. Our tool is called Tanger and it is an LLVM pass. You can download Tanger at: http://tinystm.org Transactional memory (TM) is viewed by a lot of people to be an important tool for enabling parallelism in a wide area of applications, and especially for developers that are not skilled
2007 Aug 19
0
[LLVMdev] Tool support for generation of transactional code
Torvald, This is nice work. Do you have a set of applications or benchmarks that you have transactionalized at the source level? If so, have you reported performance numbers for them somewhere? Thanks, --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.org On Aug 19, 2007, at 3:22 PM, Torvald Riegel wrote: > I would like to announce the availability of compiler support for >
2008 Apr 22
1
[LLVMdev] Google Summer of Code Projects
First of all, I'd like to thank the entire LLVM team for this opportunity. Torvald, google only displays the abstract on the results page, but I do know about Tanger and it was mentioned in both the proposal and the comments that followed, I'll write an email to you later with that info in a bit, and I do intend to use as much available infrastructure as possible, and tanger/tinystm are
2008 Apr 22
0
[LLVMdev] Google Summer of Code Projects
On Tuesday 22 April 2008, Chris Lattner wrote: > [llvmir] "Software Transactional Memory (STM) support in LLVM" by > Luis Felipe Strano Hi, I'd like to know more about the directions for the STM project. Somewhat contrary to what the project's abstract states, there are open C/C++ based implementations for compiler support for memory transactions. Besides some
2008 Apr 19
1
[LLVMdev] CodeGen fails for CallInst with label
On Sat, Apr 19, 2008 at 3:44 PM, Chris Lattner <sabre at nondot.org> wrote: > It sounds like you're doing something STM like, have you contacted > Torvald to see if he has ideas or insight? > http://llvm.org/pubs/2008-02-23-TRANSACT-TangerObjBased.html Yeah, this is TM-like with the begin/end/abort+rollback. Thanks for the pointer, but it seems like Tanger's
2008 Apr 22
2
[LLVMdev] Google Summer of Code Projects
I'm happy to say that LLVM has 6 projects approved for Google SoC this year (3x more than last year!): [vmkit] "Generics support for N3" by Tilmann Schelle [clang] "Adding support for C++ classes in clang" by Argiris Kirtzidis [codegen] "PSP (Playstation Portable) support into LLVM Mips backend" by Bruno Cardoso Lopes [llvmir]
2012 May 22
2
[LLVMdev] CLang issue: Weird crashes in _Unwind_resume?
I have this project that I can't see how to boil down into a cut down illustration of the problem as it requires a large 3rd party library (ITK www.itk.org), and the problem is actually triggered in that library. But here is the problem: If you compile ITK and the program, it will segfault in _Unwind_resume at the end of a class method. If you build with GCC (4.6.1 in this case) the program
2009 Mar 24
0
Has someone connected R with ITK?
Dear R users, I am curious to know if someone has connected R with the Insight Segmentation and Registration Toolkit (www.itk.org). From the website... ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and
2015 Mar 11
0
Centos 7 and itk
My crystal balls have failed to provide enough error logs. Can you share some? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Silvere Vautey - FCNET" <vautey at fcnet.fr> > To: centos at centos.org > Sent: Wednesday, 11 March, 2015 15:40:32 > Subject: [CentOS] Centos 7 and itk > Hello > > I use
2012 May 17
0
[LLVMdev] clang++ svn trunk crash http://llvm.org/bugs/show_bug.cgi?id=12862
I did log it as a bug but thought I'd mention it here: http://llvm.org/bugs/show_bug.cgi?id=12862 This is from the ITK project (www.itk.org) -- well, actually the version of GDCM2 incorporated into ITK. I do regular builds using the SVN Trunk version of CLang of our largish C++ software suite for image processing, which includes building several prerequisite libraries. Today I updated
2015 Mar 11
3
Centos 7 and itk
Hello I use mod-itk on several servers on CentOS 6 or CentOS 5 I have a new server with CentOS 7 and I would like to use itk. Installing it works fine using yum but it cannot be started, giving a lot of errors. Does anyone knows how to make it work? S.
2012 Jul 17
0
[LLVMdev] Recent regression in CLANG/LLVM
Hi Kent, maybe it could be added to LLVM's nightly testsuite? Ciao, Duncan. On 17/07/12 17:57, Kent Williams wrote: > Logged this: http://llvm.org/bugs/show_bug.cgi?id=13353 > > I might respectfully suggest that building ITK (like building Boost) > is an excellent torture test for CLANG. Up until last week the SVN > head worked fine, now it doesn't. Later today I'll
2023 May 16
1
Apache mpm itk
Il 2022-09-23 19:06 Gionatan Danti ha scritto: > Hi all, > the EPEL repository for CentOS7 contains httpd-itk, an apache module > for running different vhosts under specific user/group ID. > > For RHEL8 I can find it only in 3rd party repos, while I misses it > entirely for RHEL9. > > Is the module deprecated? Can it be re-included into EPEL? > Regards. Hi all, anyone
2012 Jul 17
3
[LLVMdev] Recent regression in CLANG/LLVM
Logged this: http://llvm.org/bugs/show_bug.cgi?id=13353 I might respectfully suggest that building ITK (like building Boost) is an excellent torture test for CLANG. Up until last week the SVN head worked fine, now it doesn't. Later today I'll try building ITK again with CLang SVN head and see if someone fixed this...
2011 Jun 23
1
split dataframe by sample()
Hi, I seemingly have a simple problem, but I've spend hours reading guides & posts on this forum and I can't seem to piece together what I need. I have a dataframe where I want to divide it into two subsets: a sample, and the remainder of the dataframe in a new frame. I've tried this: split(df, sample(nrow(df), size=100, replace=FALSE)) another way would be to make a new
2020 Apr 16
2
Need help figuring out a isNopCopy() assert
I'm trying to fix a bug in the PowerPC SPE backend that prevents a bunch of FreeBSD ports from building, including gtk20. The attached file, generated from the following C source, triggers the "Def == PreviousDef" assertion in isNopCopy(): typedef float a; typedef struct { a b, c; } complex; d(complex *e, complex *h) { double f = h->c, g = h->b; i(g); e->c = g *
2007 Aug 06
1
TAE to RJ11 connector (hope not OT)
Hi, I'm trying to use a Detewe TA 33-clip but there is no rj11 connector on it...only a TAE connector. I'd like to create an adapter so I need to know which TAE pins to connect to RJ 11 pins. Is there anybody who knows where I can find a schema of that adapter? Single connector pinout may help too. TIA Giorgio Incantalupo
2013 Jul 22
0
wyrie/puppet-nagiosql -- anyone have experience with this module?
I made two decisions this afternoon that are now related to each other. 1. Use more of the modules that exist in the Forge 2. Rebuild my monitoring server As I perused the various modules that help with managing monitoring packages my eyes fell upon a module that reported to be able to manage nagiosql, a setup that I had been planning on migrating my nagios monitoring to. So I installed
2004 Aug 26
5
3.0.6 and pam_winbind problems (sernet)?
Recently I upgraded a server from samba 3.0.2a to 3.0.6, and now apache won't authenticate properly with pam_winbind. Winbind's been restarted, apache has been restarted, for grins I even rebooted the server. >From /var/log/messages: Aug 26 10:24:51 linps2 pam_winbind[654]: user 'jarboed' granted acces >From apache's error log: [Thu Aug 26 10:24:51 2004] [error] (2)No
2015 Mar 20
1
C7 http ITK
I've been trying to get the mod_itk module installed on Centos 7. The package is in epel, but there's an error once it's installed "mod_access_compat.so undefined symbol ap_hook_check_access". Can anyone point me to a set of RPMs that will let me run itk or another C7 ready tool that will easily run each vhost as a different user? -- -- Steve