search for: aachener

Displaying 20 results from an estimated 385 matches for "aachener".

Did you mean: aachen
2008 Aug 15
0
Ph.D. position at RWTH Aachen
Dear all, Our institute has an open position for a Ph.D. student on modeling gene network in stem cells. here is the official announcement: --- The Institute for Biomedical Engineering, Department of Cell Biology, RWTH Aachen University Medical School and Helmholtz Institute for Biomedical Engineering, RWTH Aachen University invites applications of highly motivated individuals for a PhD
2016 May 03
6
[RFC] Non-Temporal hints from Loop Vectorizer
Hello all, I've been wondering why Clang doesn't generate non-temporal stores when compiling the STREAM benchmark [1] and therefore doesn't yield optimal results. It turned out that the Loop Vectorizer correctly vectorizes the arithmetic operations and also merges the loads and stores into vector operations. However it doesn't add the '!nontemporal' metadata which would
2009 Sep 08
15
Re: Re: Xorg on JF 2.6.31-rc8 with xen 3.5 unstable
I was able to get login prompt ( commit 7c62209cde5b13b81685e79b2f9e3757e293aef1 ) first time via serial console:- title Xen 3.4.1  Fedora 12 Serial (2.6.31-rc8 ) (/dev/sdb1)   root (hd1,0)   kernel /xen-3.4.1.gz dom0_mem=1024M loglvl=all guest_loglvl=all com1=19200,8n1 console=com1   module /vmlinuz-2.6.31-rc8 ro root=/dev/mapper/vg_fdr12-lv_root console=hvc0 earlyprintk=xen   module
2017 Jan 04
2
LLD and LLVM_LINK_LLVM_DYLIB
Hi all, I recently gave LLD a try and it definitely works fine. However one cannot build it together with LLVM_LINK_LLVM_DYLIB: ELF/Driver.cpp and ELF/DriverUtils.cpp pull in llvm/Support/CommandLine.h which defines the command line options so these global variables end up in libLLVM-4.0svn.so via liblldELF. If this shared library is then linked into bin/lld or bin/opt one gets errors because of
2017 Jan 06
2
LLD and LLVM_LINK_LLVM_DYLIB
It builds fine but I cannot execute the resulting binary which aborts with the mentioned error.However I don't use LLVM_ENABLE_PROJECTS, I don't know if that changes the way libLLVM-4.0svn.so is linked... Cheers,Jonas Am Freitag, den 06.01.2017, 13:44 +0900 schrieb Rui Ueyama: > Hi Hahnfeld, > I just compiled with LLVM_LINK_LLVM_DYLIB enabled [1] and build lld with `ninja lld`. It
2017 Jan 06
2
LLD and LLVM_LINK_LLVM_DYLIB
I've dealt with similar issues on the LLDB side, I think I can help you with this. pl On 6 January 2017 at 09:39, Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Thanks for the info. I can reproduce the issue. But because of lack of cmake > knowledge, I don't know how to fix that now. If no one will take a look at > this, I'll investigate it. > > On
2002 Jan 29
2
Non-standard usage of rsync
Hi, I am thinking about a non-standard usage of rsync (at least not mentioned in the man file) I want to synchronized my collegues home directories(trees) each night AND store rsync's internal updating commands (reversed) to be able to restore the state of a directory the day before. This would require - saving the internal updating commands in a separate directory - reversing these commands
2002 Sep 06
2
Estimating parameters of a linear model
Hi R-Community, I have two correlated time series X[t] and Y[t]. X[t] can be modeled as X[t] = a[1]X[t-1] + a[2]X[t-2] + e[t] + b[1]e[t-1] + b[2]e[t-2] + c[0]Y[t] where e[t] is a white noise process. Is there a way to estimate the coefficients a[1], a[2], b[1], b[2] and c[0]? Much thanks in advance, Hagen Schm?ller -- Dipl.-Ing. Hagen K. Schm?ller Institut f?r Elektrische Anlagen und
2003 Feb 26
4
[2.5.6] File table overflow
Hi, on my linux box (2.4.21-pre4-ac4) I've used rsync to mirror a rather large /usr/local tree (4 Gb) After transmission of many files I get the error message rsync error: some files could not be transferred (code 23) at main.c(1045) According to /usr/include/asm/errno.h the code 23 says File table overflow What can I do about that? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer
2023 Aug 10
2
orphaned snapshots
I?ve never had such situation and I don?t recall someone sharing something similar. Most probably it?s easier to remove the node from the TSP and re-add it.Of course , test the case in VMs just to validate that it?s possible to add a mode to a cluster with snapshots. I have a vague feeling that you will need to delete all snapshots. Best Regards,Strahil Nikolov? On Thursday, August 10, 2023, 4:36
2015 Jul 28
0
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Hi Michael, I am wondering about the meaning of the cmake flags LLVM_ENABLE_LIBCXX and > LLVM_ENABLE_LIBCXXABI. Are they used to indicate that if the C/C++ compiler > for building LLVM is clang, and if this clang has support for libc++ with > libc++Abi, that both lib++ and libc++abi should be used (instead of linking > to the default, which at least on Linux is libstdc++)? Yes that
2009 Mar 24
2
update yum
Am trying to update my wine i get the following .. [] download]# yum update wine* Loading "priorities" plugin Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * epel: ftp.nluug.nl * rpmforge: fr2.rpmfind.net * base: ftp.halifax.rwth-aachen.de * updates: ftp.halifax.rwth-aachen.de * addons: ftp.halifax.rwth-aachen.de * extras:
2014 May 28
2
Automaticaly create User-Home directories for NFS
Hello, I have a problem with my Samba4 AD-Controller and NFS. We want to distribute a NFS-Share for our home directory. The problem is that the client is trying to create it on the fly for the first user login but you get 'Permission denied' because of the root_spuash option of the NFS-Server. My question: Is there any posibillity that the normal home directory is created after adding
2015 Jul 13
3
[LLVMdev] Documentation of bitcasts in calls
Dear all, I just stumbled over the following instruction in the LLVM IR of a C program compiled with clang: %26 = call i32 (...)* bitcast (i32 (i32, i32, i32, i32, i32)* @KeWaitForSingleObject to i32 (...)*)(i32 %23, i32 %24, i32 %25, i32 0, i32 0) Since our LLVM Parser choked on this instruction, I tried to check the documentation, but did not find anything about such nested bitcasts within
2015 Jul 28
6
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Hi, I am wondering about the meaning of the cmake flags LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI. Are they used to indicate that if the C/C++ compiler for building LLVM is clang, and if this clang has support for libc++ with libc++Abi, that both lib++ and libc++abi should be used (instead of linking to the default, which at least on Linux is libstdc++)? If not, what is the canonical way of
2018 Nov 13
4
Online Backup fails
Hai, As Rowland said also, your config looks better the we often see.. :-) I can only see one thing thats little off in bind is the auth-nxdomain. https://wiki.samba.org/index.php/Setting_up_a_BIND_DNS_Server Shows auth-nxdomain yes; You ADDC is the Authoritive DNS server for your domains so i suggest turn it on. Greetz, Louis > -----Oorspronkelijk bericht----- > Van:
2018 Nov 13
0
Online Backup fails
Did all your advices, but nothing works it still creates the tempRANDOMID folder wtih bind-dns/empty etc/smb.conf private/all contains from var/lib/samba/private state/sysvol but the dns still fails with the same error as my first post Am 13.11.18 um 12:21 schrieb Rowland Penny via samba: > On Tue, 13 Nov 2018 12:14:50 +0100 > admins aixtema via samba <samba at lists.samba.org>
2019 Apr 11
1
Samba bind-9.12 Support
Hi, i wanna ask how is the status of the bind-9.12 Support? Does this works already? Because Samba wiki says 9.11 BIND Version Supported in Samba Version BIND 9.11 Samba 4.5.2 and later Because i want update my System, but gentoo do not provide bind-9.11 anymore. The patches in this Post https://lists.samba.org/archive/samba/2018-August/217489.html are no longer at git. Mit
2004 Jul 25
1
Multivariate ARMA Model
Hi R-Community, so far I dealt with univariate processes and used the function "arima" to estimate an ARMA(1,1)-model. For multivariate processes there are the functions "estVARXar" and "estVARXls" from package "DSE". But how can I estimate an VARMA(1,1)-model, or even better determine the orders and estimate the parameters? Much thanks in advance, Hagen
2009 Aug 06
0
German Centos/Linux Group in Cologne/Bonn/Aachen
It seems there are a number of Centos users in the Cologne/Bonn/Aachen area of Germany. If there is not one already (and please let me know if there is!) I'd like to start a Linux User Group (including Centos) for this area. I'm way down in Blankenheim, though. Would someone like to volunteer a location? I envision alternating meetings between the three cities if possible... just