Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] Custom backend"
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
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
2004 Sep 08
0
postfix > sasl > pam > winbind
Hi!
i hope that the right address.
my problem is:
i'm using a freebsd-server with postfix and sasl > pam to authentificate users via smtp_auth over a windows-pdc
from the syslog, i get the message: User "Michael" granted access,
also all wbinfo-command work,
my e-mail-programm says:
435 error: authentification failed
my debug.log tells me:
group, endgrent, not found
Apr 20
2004 Sep 08
0
Postfix > sasl2 > pam > winbind
Hi!
i hope that the right address.
my problem is:
i'm using a freebsd-server with postfix and sasl > pam to authentificate users via smtp_auth over a windows-pdc
from the syslog, i get the message: User "Michael" granted access,
also all wbinfo-command work,
my e-mail-programm says:
435 error: authentification failed
my debug.log tells me:
group, endgrent, not found
Apr 20
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
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
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
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
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
2016 Jun 13
0
Changing default UID/GID beginning for AD
Yes of course. We use Samba4 ADDC with winbind to get unix attributes
from the DC to the clients. But every time we creating a new member in
the AD we have to change the default shell what is /bin/sh to /bin/tcsh.
So we want to change the default value of the field in the AD that we
don't have to change it every time.
The users logging in on a unix domain member. No login on DC
2015 Jul 28
1
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Also please note that there is a description of each option in the
CMakeLists.txt :)
llvm/trunk/CMakeLists.txt
option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
option(LLVM_ENABLE_LIBCXXABI "Use libc++abi when using
2018 Jan 10
0
downloading only specific directories from directory tree
1. You don't appear to be including anything that is within the colon
dirs so they are being left out by --prune-empty-dirs.
2. Includes only override excludes that follow them. Since your debug
excludes are exceptions to the openSUSE_Leap_42.2/*** include they must
be before it not after it.
On 01/10/2018 05:46 PM, Istvan Gabor via rsync wrote:
> Dear Kevin:
>
> ~ 1 year ago
2016 Jun 10
4
Changing default UID/GID beginning for AD
Dear Colleagues,
we have a Samba4 DC in our environment. We are storing unix Information
in samba's AD.
Our Problem is:
The default values are not fitting for our environment.
We want to store a different Shell e.g /bin/tcsh. But the default Value
is /bin/sh.
Is it possible, to change those default values so that it fits direct at
the creation of a user?
Regards and thanks
Daniel
--
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
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
2018 Jan 10
2
downloading only specific directories from directory tree
Dear Kevin:
~ 1 year ago your answer helped me to solve my problem.
This time I would like to do a similar thing but little bit modified.
I read again carefully INCLUDE/EXCLUDE PATTERN RULES section of rsync
manual but still cannot comprehend every part of it.
I understand I have to add include patterns first and exclude patterns
second. But it is not clear if I have to add all the include
2008 Dec 04
0
Samba/smbmount Windows-AD Kerberos und PAM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
As the Subject line discribes nearly all features/possibilities of
interaction bewteen Windows and *nix I will get in detail now ;)
I want to login on a linux-machine an get my home from a Windows share.
On the one hand I use a Windows 2003 RC2 server - fileserver in an AD /
Windows domain.
On the other hand I use a linux PC (Ubuntu 8.04
2015 Sep 30
2
Link statically against libc++ on Cray XC 40
Hi folks,
In our scientific simulation tool, we set up our build system to link against LLVMSupport to print stack traces for debugging purposes, also from other compilers. This works very well on most hosts, but we fail to make it work with gcc on a Cray XC 40 cluster. They have a very restrictive toolchain setup (everything is controlled by the “module” command; you never get to see any real
2011 Feb 04
3
[LLVMdev] Data layout of structs
Dear all,
I'm currently working on the automated program analysis tool AProVE
(http://aprove.informatik.rwth-aachen.de/) and would like to use LLVM
for analysis of C programs.
I have the following example C program dealing with simple lists of
integers:
------------ start C example -------------
#include<stdlib.h>
struct list_el {
int val;
struct list_el * next;
};
typedef