search for: arnaldo

Displaying 20 results from an estimated 81 matches for "arnaldo".

Did you mean: armando
2011 Apr 07
2
[LLVMdev] Polly - extending its polyhedral model
...scribed in "The polyhedral model is more widely applicable than you think" to increase the coverage of the polyhedral model? I'm not familiar with Polly, but this would involve modifying its front-end and the code generator right? Any idea of how difficult this would be? Thanks! -Arnaldo
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...d be beneficial for NAS to be the primary server (otherwise the other primary can eventually time out and take action to go down itself and command the UPS to power-off). Whatever the programmatic case, in the end this is limited by how long the UPS holds up :) Jim On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima < arnaldo at viegasdelima.com> wrote: > I think it can be useful in a scenario like: > > - Large UPS, that powers 2 hosts: one is VMServer with just a small boot > driver and the second is a NAS with all the disks for the first server. > - UPS is connected by US...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...d be beneficial for NAS to be the primary server (otherwise the other primary can eventually time out and take action to go down itself and command the UPS to power-off). Whatever the programmatic case, in the end this is limited by how long the UPS holds up :) Jim On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima < arnaldo at viegasdelima.com> wrote: > I think it can be useful in a scenario like: > > - Large UPS, that powers 2 hosts: one is VMServer with just a small boot > driver and the second is a NAS with all the disks for the first server. > - UPS is connected by US...
2012 Nov 13
2
[LLVMdev] loop carried dependence analysis?
...fact that da.patch file was created against revision 167549, but I am on revision 167719 (I believe the most recent one). I am not sure if this cause the problem ? But Preston may I ask you to generate the patch file against revison 167719 ? Thanks in advance. On Tue, Nov 13, 2012 at 9:41 AM, Arnaldo <arnaldo.cruz at upr.edu> wrote: > Preston, thanks for the explanation and patch. Now it's printing the > direction and distance values. > > > On Tue, Nov 13, 2012 at 12:22 PM, Preston Briggs <preston.briggs at gmail.com > > wrote: > >> Erkan, you're...
2023 Aug 06
0
Setting up charge/voltage based shutdowns
...an define their one parameters for initiating the shutdown, one can decide something like: - VMware will shutdown at 20% battery left OR 15min of runtime left - NAS will shutdown at 10% ou 8min left Another approach is to attempt to define a way to sync secondaries? but that?s much more complex. Arnaldo. > On Aug 6, 2023, at 12:39 PM, Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote: > > Hello all again, > > While looking at https://github.com/networkupstools/nut/issues/2014 I understood that I am > not sure if currently NUT has a standard wa...
2023 Aug 06
0
Setting up charge/voltage based shutdowns
...an define their one parameters for initiating the shutdown, one can decide something like: - VMware will shutdown at 20% battery left OR 15min of runtime left - NAS will shutdown at 10% ou 8min left Another approach is to attempt to define a way to sync secondaries? but that?s much more complex. Arnaldo. > On Aug 6, 2023, at 12:39 PM, Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> wrote: > > Hello all again, > > While looking at https://github.com/networkupstools/nut/issues/2014 I understood that I am > not sure if currently NUT has a standard wa...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...ld be beneficial for NAS to be the primary server (otherwise the other primary can eventually time out and take action to go down itself and command the UPS to power-off). Whatever the programmatic case, in the end this is limited by how long the UPS holds up :) Jim On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima <arnaldo at viegasdelima.com> wrote: I think it can be useful in a scenario like: - Large UPS, that powers 2 hosts: one is VMServer with just a small boot driver and the second is a NAS with all the disks for the first server.?- UPS is connected by USB to another host (such as...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...ld be beneficial for NAS to be the primary server (otherwise the other primary can eventually time out and take action to go down itself and command the UPS to power-off). Whatever the programmatic case, in the end this is limited by how long the UPS holds up :) Jim On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima <arnaldo at viegasdelima.com> wrote: I think it can be useful in a scenario like: - Large UPS, that powers 2 hosts: one is VMServer with just a small boot driver and the second is a NAS with all the disks for the first server.?- UPS is connected by USB to another host (such as...
2005 Aug 16
1
E1 R2
...Before giving the details, I would like to hear from you whom have got this to work and, specially, the versions of the libraries and asterisk used. Accordingly with zttool, the T405P card is recognizing the E1 connection and working properly, the issue is with asterisk. Thanks in advance. -- Arnaldo M. Pereira egghunt at gmail dot com http://ansi-c.org/~arnaldo
2012 Nov 14
0
[LLVMdev] loop carried dependence analysis?
...te the patch file against revison 167719 ? Thanks in advance. The patch to print all dependences is in trunk, you don't need the patch for it anymore. Related thread: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/155651.html - Ben On Tue, Nov 13, 2012 at 9:41 AM, Arnaldo <arnaldo.cruz at upr.edu> wrote: > Preston, thanks for the explanation and patch. Now it's printing the > direction and distance values. > > > On Tue, Nov 13, 2012 at 12:22 PM, Preston Briggs <preston.briggs at gmail.com > > wrote: > >> Erkan, you're...
2012 Nov 05
2
[LLVMdev] Adding function attributes
...and when I dump the functions before exiting the method I can see the AlwaysInline attribute. I'll check InlineAlways.cpp and will reimplement as last resource but I still wonder why this is not working. On Mon, Nov 5, 2012 at 5:03 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Arnaldo, > > > I am coding a ModulePass in which I want to add an AlwaysInline attribute >> to >> every function so that they can be later inlined by the -always-inline >> pass. >> > > why not just do the inlining yourself. The always inliner code is at > lib/Tra...
2012 Nov 05
0
[LLVMdev] Adding function attributes
Hi Arnaldo, On 05/11/12 10:02, Arnaldo wrote: > Hi Duncan, thanks for the quick answer. > > Yes I'm sure the runOnModule is being called, and when I dump the functions > before exiting the method I can see the AlwaysInline attribute. > > I'll check InlineAlways.cpp and will reimplem...
2004 Jul 27
6
Asterisk to CCM
I've got problem with connecting asterisk to CCM. Our side has Asterisk system other side CCM , ehrn i dial a number on other side channles created , connections established but nothing happend , just silence , and after some time busy tone. Sides sending ad reciving g711 codec , but we need that sides send and recive g729 (we have licenses) , if in h323 conf i try to : disallow=all ,
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...mary server (otherwise the other > primary can eventually time out and take action to go down itself and > command the UPS to power-off). Whatever the programmatic case, in the end > this is limited by how long the UPS holds up :) > > Jim > > > On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima < > arnaldo at viegasdelima.com> wrote: > > I think it can be useful in a scenario like: > > - Large UPS, that powers 2 hosts: one is VMServer with just a small boot > driver and the second is a NAS with all the disks for the first server. > - UPS is connec...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...mary server (otherwise the other > primary can eventually time out and take action to go down itself and > command the UPS to power-off). Whatever the programmatic case, in the end > this is limited by how long the UPS holds up :) > > Jim > > > On Sun, Aug 6, 2023 at 6:05?PM Arnaldo Viegas de Lima < > arnaldo at viegasdelima.com> wrote: > > I think it can be useful in a scenario like: > > - Large UPS, that powers 2 hosts: one is VMServer with just a small boot > driver and the second is a NAS with all the disks for the first server. > - UPS is connec...
2023 Aug 06
4
Setting up charge/voltage based shutdowns
Hello all again, While looking at https://github.com/networkupstools/nut/issues/2014 I understood that I am not sure if currently NUT has a standard way of triggering a shutdown based on remaining charge or runtime, if a device/driver lacks a `battery.charge.low` setting but has readings for the values themselves. Such an ability rings a bell to me, but maybe it is specific to some drivers
2023 Aug 06
4
Setting up charge/voltage based shutdowns
Hello all again, While looking at https://github.com/networkupstools/nut/issues/2014 I understood that I am not sure if currently NUT has a standard way of triggering a shutdown based on remaining charge or runtime, if a device/driver lacks a `battery.charge.low` setting but has readings for the values themselves. Such an ability rings a bell to me, but maybe it is specific to some drivers
2012 Nov 05
0
[LLVMdev] Adding function attributes
Hi Arnaldo, > I am coding a ModulePass in which I want to add an AlwaysInline attribute to > every function so that they can be later inlined by the -always-inline pass. why not just do the inlining yourself. The always inliner code is at lib/Transforms/IPO/InlineAlways.cpp, and it's pretty short...
2012 Nov 13
0
[LLVMdev] loop carried dependence analysis?
Preston, thanks for the explanation and patch. Now it's printing the direction and distance values. On Tue, Nov 13, 2012 at 12:22 PM, Preston Briggs <preston.briggs at gmail.com>wrote: > Erkan, you're right. Sorry about that. > Attached is the most recent version. > > Preston > > > > Hi Preston, >> I am trying to use DA as well. I used your example
2012 Nov 05
2
[LLVMdev] Adding function attributes
Hello everyone, I am coding a ModulePass in which I want to add an AlwaysInline attribute to every function so that they can be later inlined by the -always-inline pass. However, the changes to the function seem to be lost after exiting my pass because the AlwaysInline attribute is not in the output LLVM IR. Maybe the function iterator passed by the module object actually points to copies of