Displaying 20 results from an estimated 21 matches for "_external_".
2007 May 31
4
[RFC][PATCH 4/6] HVM PCI Passthrough (non-IOMMU)
...ts. Edge interrupts support
will be
added shortly (should be fairly simple)
- Change polarity trick: in order to reflect the external device''s
assertion
state, the ioapic pin gets its polarity changed whenever an
interrupt
occur. So an interrupt is generated when the _external_ line is
asserted
(then, polarity change is done) and another interrupt when the
_external_
line is deassered (as a result from the polarity change), this
continues
repeatedly.
- It is implemented by introducing a new hw_interrupt_type, which is
exactly
the same as t...
2012 May 08
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...kend, the string is automatically translated to
> PTX. This requires no additional file writing, introduces no layering
> violations and seems to be very simple.
Why do you need to store IR in a string? It's already in the IR file or
you can put it into another file. All you need is an _external_ tool to
drive llc to process and codegen these multiple files (to multiple
targets) and then another tool to suck up the accelerator code into a
string in the host assembly file. Then you assemble into an object.
No IR changes and you end up with one object file. No changes to build
systems at a...
2023 Nov 22
1
Matrix 1.6.2+ versus Matrix 1.6.2-
...quot;all")[[1L]]
[1] "pkgbuild"
nor does it contain code needing compilation:
> packageDescription("Rmosek", fields="NeedsCompilation")
[1] "no"
Can you explain the nature of the dependency and how I can reproduce your
output? Is an _external_ library somehow linking Matrix ... ?
Note that the 3 removed entry points were unused by all reverse LinkingTo
on CRAN and BioC at the time that Matrix 1.6-2 was released. We can
suggest replacements (probably off list; I don't know that R-devel is the
right forum) but only if we are able to...
2018 Sep 22
4
libRblas.so: cannot open shared object file: No such file or directory
R 3.5.1 is installed under Linux Mint 19 from binaries r-base and
r-base-dev from ubuntu bionic-cran35.? Mysteriously, packages using
libRblas cannot be compiled.? I get: libRblas.so: cannot open shared
object file: No such file or directory.? And indeed, I find no libRblas.so.
Any ideas about how to fix this?
Thanks,
Steve
2012 May 08
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...matically translated to
> > PTX. This requires no additional file writing, introduces no layering
> > violations and seems to be very simple.
>
> Why do you need to store IR in a string? It's already in the IR file or
> you can put it into another file. All you need is an _external_ tool to
> drive llc to process and codegen these multiple files (to multiple
> targets) and then another tool to suck up the accelerator code into a
> string in the host assembly file. Then you assemble into an object.
>
> No IR changes and you end up with one object file. No chang...
2008 Sep 05
1
dahdi & tdm400p: no luck
As best i could figure it out, I've installed dahdi and rc4.
My TDM400P doesn't answer fxo or fxs.
/etc/dahdi/system.conf:
loadzone = us
defaultzone=us
fxoks=1,2
fxsks=4
/etc/asterisk/chan_dahdi.conf:
[house-phones]
context=internal ; Uses the [internal] context in extensions.conf
signalling=fxo_ks ; fxo_ks Use FXO signalling for an FXS chanel
dahdichan => 1 ;
2018 Sep 22
0
libRblas.so: cannot open shared object file: No such file or directory
...Running under: Ubuntu 18.04.1 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so
[...]
If Mint follows the setup I use for the Debian package, then you _never have
libRblas.so_ because we use the _external_ BLAS. This allows you to switch
to Atlas (tuned BLAS), OpenBLAS (multithreaded), Intel MKL (multithreaded and
possibly a little faster than OpenBLAS but much bigger), ...
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2018 Sep 23
1
libRblas.so: cannot open shared object file: No such file or directory
...Matrix products: default
> BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
> LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so
> [...]
>
>
> If Mint follows the setup I use for the Debian package, then you _never have
> libRblas.so_ because we use the _external_ BLAS. This allows you to switch
> to Atlas (tuned BLAS), OpenBLAS (multithreaded), Intel MKL (multithreaded and
> possibly a little faster than OpenBLAS but much bigger), ...
>
> Dirk
>
2020 Sep 15
1
correct usage for Pigeonhole sieve message *redirect* to external server?
...examples @ wiki include
report-spam.sieve
require "vnd.dovecot.report";
report "abuse" "User added this message to the Spam folder." "spam-report at example.com";
instead of a 'report', i want to *redirect* the _unmodified_ Spam message to an _external_ email that's a feed for a bayes spam learner.
to that end i modified
/etc/dovecot/scripts/report-spam.sieve
require ["vnd.dovecot.report", "vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment &qu...
2016 Oct 19
2
NS records for a new AD DC
...the request, send it back. That's all, no NS nor SOA
request in that.
A Linux uses its resolver (what is configured into /etc/resolv.conf) to get
answer to its own requests only. That is fortunate to avoid loops.
Let's see what would be if Linux DNS server would use its resolver to
resolve _external_ requests:
- client send request to its resolver (called DC1)
- DC1 receive the request, look into resolv.conf, send the request to DC2
- DC2 receives the request, look into resolv.conf, send the request to DC1
- DC1 receive the request, look into resolv.conf, send the request to DC2
....
But still...
2010 Aug 23
6
[Bug 29766] New: suspend-to-ram problem on GF7600 notebook
https://bugs.freedesktop.org/show_bug.cgi?id=29766
Summary: suspend-to-ram problem on GF7600 notebook
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2012 May 08
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On 05/08/2012 12:14 AM, dag at cray.com wrote:
> Tobias Grosser<tobias at grosser.es> writes:
>
>>> I forgot to address this one. With current OpenCL and CUDA
>>> specifications, there's no need to do multiple .o files. In my mind,
>>> llc should output one .o (one .s, etc.). Anything else wreaks havoc on
>>> build systems.
>>
>>
2019 May 08
4
openblas
Hello, macosx 10.13.6, Rdevel r76458
I'm trying to compile against openblas to reproduce an error on the
CRAN check page (my package is clean under winbuilder and all but one
of the checks). I've downloaded and installed openblas 0.3.7 but I
am not 100% sure that it is being used by R.
Using
./configure --with-blas="-lopenblas"
Then running R to discover the PID I get:
2009 Feb 24
7
Add .html extension by default
Hi all,
i would like to add the .html extension by default to all my
resources. What is the best way to do that? The reason for this is
that i need to download the generated sites via wget and i need
the .html extension for the downloaded files. Also it would be nice if
the link_to would automatically generate the links with .html...
Thanks,
Gerold
2012 May 07
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Tobias Grosser <tobias at grosser.es> writes:
>> I forgot to address this one. With current OpenCL and CUDA
>> specifications, there's no need to do multiple .o files. In my mind,
>> llc should output one .o (one .s, etc.). Anything else wreaks havoc on
>> build systems.
>
> Yes, that's what I am advocating for. There is no need for all this
>
2011 Jul 02
2
Associating a statefile with an image
Hi ,
I am trying to perform offline migration (i.e) Create an incremental image using the qcow format, transfer the vm memory state to a state fie.Use the image and statefile together as a template. Now create a new vm using the template. I can successfully do it using the following commands :
Save phase :
stop
migrate "exec:gzip -c > STATEFILE.gz"
qemu-img
qemu-img create -b
2016 Oct 18
3
NS records for a new AD DC
Anyway NS records are used when DNS server speak to DNS server, not by
clients. So AD would work just fine without them.
NS are used when a client ask something the configured resolver can't
resolve by himself and when the resolver is not configured to forward
request to relevant DNS server.
IE: client search for toto.org and its resolver does not know anything
about that zone.
Resolver will
2017 Jan 08
3
OpenSSH Hangs After Successful Authentication
Greetings...
** Short Description / Abstract **
Using my _internal_ WiFi card, OpenSSH succeeds to local (internal) LAN
hosts, but hangs after authentication to external LAN hosts; however
PuTTY works for all hosts.
Using an _external_ WiFi card, OpenSSH does succeed to all LAN hosts (as
did PuTTY, still, as well).
** Longer Description and Details **
*** HW Description ***
I have a laptop with Debian 8 (Jessie) installed from the 8.6 XFCE .iso.
Native WiFi Device is:
- Broadcom BCM43602 (PCI ID 14e4:43ba) using brcmfmac436...
2002 Aug 22
3
Questions about NAT and MASQ and more
...t; 64.x.x.148 eth2 192.168.1.100 yes yes
> 64.x.x.149 eth2 192.168.1.102 yes yes
So the three servers, .100 .101 and .102, should each have an entire
external IP address pointed to them. And they should be accessible at
their _external_ (64.x) IP''s from internal hosts, on the DMZ _and_ the
LAN. (Is this correct? I don''t believe I''ve messed up so far, but I''m
not certain.) This is important, so that people on the lan can access
their mailserver (in the dmz) by it''s realworld IP addres...
2010 May 24
16
questions about zil
I recently got a new SSD (ocz vertex LE 50gb)
It seems to work really well as a ZIL performance wise. My question is, how
safe is it? I know it doesn''t have a supercap so lets'' say dataloss
occurs....is it just dataloss or is it pool loss?
also, does the fact that i have a UPS matter?
the numbers i''m seeing are really nice....these are some nfs tar times
before