search for: wunsch

Displaying 12 results from an estimated 12 matches for "wunsch".

2008 Jul 08
4
nfs_flush errors
I'm looking for some help with an nfs error that is filling our logs. I get a constant stream of these messages: Jul 8 10:47:08 servername dovecot: [ID 107833 mail.error] IMAP(username): nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy I have two dovecot IMAP servers. All mailboxes are NFS mounted. The INBOX is /var/mail and the rest are in
2008 Jul 11
0
Subject: Re: nfs_flush errors
...wrote: > From: Dean Brooks <dean at iglou.com> > Subject: Re: [Dovecot] nfs_flush errors > To: dovecot at dovecot.org > Message-ID: <20080711050942.GA11555 at iglou.com> > Content-Type: text/plain; charset=us-ascii > > On Thu, Jul 10, 2008 at 05:20:21PM -0700, Hans Wunsch wrote: > > Date: Fri, 11 Jul 2008 01:09:42 -0400 >> Message: 7 Date: Wed, 09 Jul 2008 09:30:13 -0400 From: Ben Winslow >> <rain at bluecherry.net> Subject: Re: [Dovecot] nfs_flush errors To: >> dovecot at dovecot.org Message-ID: <4874BD65.1010905 at bluecherry....
1995 Dec 28
0
No subject
...en.de (8.6.12/8.6.12-s1) with ESMTP id OAA04823 for <announce@freebsd.org>; Thu, 28 Dec 1995 14:29:03 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) id OAA14381 for announce@freebsd.org; Thu, 28 Dec 1995 14:29:03 +0100 Date: Thu, 28 Dec 1995 14:29:03 +0100 From: joerg@sax.sax.de (Joerg Wunsch) Message-Id: <199512281329.OAA14381@sax.sax.de> Newsgroups: de.comp.os.unix Subject: de.freebsd.org Organization: SaxNet e. V., Dresden, Germany Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Apparently-To: announce@freebsd.org (Sorry for the German-impaired readers of announ...
2004 Jun 22
2
Bizarre LDAP behaviour
I'm trying to get Samba set up to read all account information from my existing LDAP directory. I have nss_ldap set up and working correctly. I'm using Mandrake 10.0, and the problem occurs both with their Samba 3.0.2a packages and the Samba 3.0.4 RPMs from samba.org. When Samba queries the LDAP server, it seems to be using the admin DN as the *search base*, rather than using the suffix
2019 Mar 13
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...nges should be on top of the eixisting solution. ------------- Best regards, Alexey Bataev 13.03.2019 15:08, Doerfert, Johannes пишет: > Please consider reviewing the code for the proposed approach here: > https://reviews.llvm.org/D57460 > > Initial tests, e.g., on the nw (needleman-wunsch) benchmark in the > rodinia 3.1 benchmark suite, showed 30% improvement after SPMD mode was > enabled automatically. The code in nw is conceptually equivalent to the > first example in the "to_SPMD_mode.ll" test case that can be found here: > https://reviews.llvm.org/D57460#...
1997 Nov 07
0
Fatal bug in 2.2.5R's lpd
some header freebsd-announce Joerg Wunsch <joerg@FreeBSD.ORG> 1.92 When merging the new `ct' printcap functionality into 2.2-stable right before 2.2.5-RELEASE was due, it's now apparent that I didn't test it enough before. :-( I've introduced a fatal bug that causes all the lpd children sending jobs to remote printer...
1996 Jun 13
0
NEW ctm-gnats: GNATS bug reports via CTM
...nt need to be continously informed about the status of all PRs. People who are rather interested in an occasional access to the PRs might be better served by the WWW frontend to the GNATS database. (http://www.freebsd.org/cgi-bin/query-pr-summary.cgi) This service has been made possible by: Joerg Wunsch <joerg@FreeBSD.ORG> Poul_Henning Kamp <phk@FreeBSD.ORG> and the rest of the FreeBSD core team. Enjoy! jmb -- Jonathan M. Bresler FreeBSD Postmaster jmb@FreeBSD.ORG FreeBSD--4.4BSD Unix for PC clones, source included. http://www.freebsd.org/
2019 Mar 13
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...solution. > > ------------- > Best regards, > Alexey Bataev > 13.03.2019 15:08, Doerfert, Johannes пишет: >> Please consider reviewing the code for the proposed approach here: >> https://reviews.llvm.org/D57460 >> >> Initial tests, e.g., on the nw (needleman-wunsch) benchmark in the >> rodinia 3.1 benchmark suite, showed 30% improvement after SPMD mode was >> enabled automatically. The code in nw is conceptually equivalent to the >> first example in the "to_SPMD_mode.ll" test case that can be found here: >> https://reviews....
2019 Mar 13
4
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...rds, >>> Alexey Bataev >>> 13.03.2019 15:08, Doerfert, Johannes пишет: >>>> Please consider reviewing the code for the proposed approach here: >>>> https://reviews.llvm.org/D57460 >>>> >>>> Initial tests, e.g., on the nw (needleman-wunsch) benchmark in the >>>> rodinia 3.1 benchmark suite, showed 30% improvement after SPMD mode was >>>> enabled automatically. The code in nw is conceptually equivalent to the >>>> first example in the "to_SPMD_mode.ll" test case that can be found here: &gt...
2019 Mar 13
3
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...ards, >>> Alexey Bataev >>> 13.03.2019 15:08, Doerfert, Johannes пишет: >>>> Please consider reviewing the code for the proposed approach here: >>>> https://reviews.llvm.org/D57460 >>>> >>>> Initial tests, e.g., on the nw (needleman-wunsch) benchmark in the >>>> rodinia 3.1 benchmark suite, showed 30% improvement after SPMD mode was >>>> enabled automatically. The code in nw is conceptually equivalent to the >>>> first example in the "to_SPMD_mode.ll" test case that can be found here: &gt...
2019 Jan 22
7
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Where we are ------------ Currently, when we generate OpenMP target offloading code for GPUs, we use sufficient syntactic criteria to decide between two execution modes: 1) SPMD -- All target threads (in an OpenMP team) run all the code. 2) "Guarded" -- The master thread (of an OpenMP team) runs the user code. If an OpenMP distribute region is encountered,
2001 May 09
0
Winbind for Samba 2.2.*
Who can download winbind for samba 2.2.* in The Binarie (*.gz) ist this modul not implentiert.) or i can`t not find /nils