search for: z01

Displaying 9 results from an estimated 9 matches for "z01".

Did you mean: 01
2011 Jan 07
7
My external node classifier script is totally ignored
...hings are not working as I expected to. Trying to read documentation about ext.nodes and searching the archives I couldn''t come up with any useful results. My classifier script outputs: --- YAML --- classes: - geodns::production::backend environment: production name: z01-06-02 parameters: puppet_server: z01-06-02 This is both master and client. While debugging with --trace --debug, etc.. I noticed that: - the ext node script is invoked and produces the correct result - if I remove my "geodns::production::backend" .pp file or I put a delibera...
2007 Jul 28
9
Howto install domU CentOS 5 directly on partition
Hi. I am new to CentOS (Debian user) and I am looking for way how to install CentOS 5 on domU in the way that I have it directly on dom0 LVM partition. If I install it with virtual-manager then the installation program takes that partition as a disk and then creates new partitions on it. I don''t want it that way because I cannot then mount it from dom0. Is there some way how to
2008 May 06
1
Plotting separate populations in scatterplot3d
Hi, I'm having trouble plotting populations as separate colors and points in the 3d scatterplot package. I have a column with 4 different population names and 3 columns with my data. I want to plot each population with a different color and pch. In addition, I want to use the type="h" in my plotting so that I can see the points clearly in my graph( for publication purposes).
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense that I can spin it on its axes to better visualize some PCA results I have. What are the options in R? I've looked at RGL and perhaps it will suffice but it wasn't apparent from the documentation I found. Any demo scripts available for a package that will work? Mark -- Mark W. Kimpel MD ** Neuroinformatics **
2010 Jul 16
31
Added associations but don't see generated methods
Hi, I''ve got a Rails app working that includes two two classes, etc.: Expense & Vendor. I eventually learned that the mental concept I had of their relationship should be express in Rails as: class Expense < ActiveRecord::Base; belongs_to :vendor; end class Vendor < ActiveRecord::Base; has_many :expenses; end
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
attempting to compile dovecot 2.2.31 on Sun/Oracle Solaris 10 SPARC. configure goes fine. First sign of problems during compile is with this warning: ............................................... *** libssl_iostream_openssl.so is not portable! ............................................... actual ERRORS - Soon, compile errors out with undefined symbols. Output at bottom of note.
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...116114 0 0.02 116098 0 0.02 116098 XzEnc.ll 14 42487 0 0.01 42471 0 0.02 42471 XzHandler.ll 68 314940 3 0.03 315018 0 0.03 313654 XzIn.ll 9 45789 0 0.01 45773 0 0.01 45773 Xz.ll 7 10667 0 0.01 10651 0 0.01 10651 ygraph.ll 1 83322 0 0.02 83289 0 0.01 83289 y.tab.ll 2 57202 0 0.01 57281 0 0.02 57281 z01.ll 4 249374 0 0.03 249340 0 0.03 249340 z02.ll 10 358729 0 0.03 358695 0 0.03 358695 z03.ll 26 255270 0 0.03 255236 0 0.03 255236 z04.ll 3 31114 0 0.01 31080 0 0.01 31080 z05.ll 6 789376 0 0.07 789342 0 0.07 789342 z06.ll 8 1511562 0 0.12 1511528 0 0.12 1511528 z07.ll 9 621070 0 0.05 621036 0 0.05...
2011 Oct 08
3
[LLVMdev] conflict of gcc and llvm-gcc
Hello everyone, I build llvm-2.9 from source code. After install, i find the executable file is 'gcc', NOT 'llvm-gcc'. It is not convenient because there has been another gcc in system. To avoid conflict i rename gcc to llvm-gcc now. Can i avoid the problem by options when build? Thanks