search for: linh

Displaying 15 results from an estimated 15 matches for "linh".

Did you mean: line
2011 May 23
3
[LLVMdev] Need Path Profiling Format Document
...working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that I could modify llvm-prof. Thank you in advance Linh Ho -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110522/0dc5cbd3/attachment.html>
2011 May 09
4
[LLVMdev] Path profiling command
...s: llvm-prof: Unkknown packet #5 Could you explain me the error message? Are there errors in the command chain? What is the format of file llvmprof.out? Is it possible to read llvmprof.out from command llvm-prof by ignoring step 5? What is the purpose of command in step 5? Thanks so much Linh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110509/0edb8a91/attachment.html>
2011 Mar 05
3
subsetting data by specified observation number
..._G 2 24 1012RW_M 3 28 10160917 2 30 1016RW_M 13 I'd like to use this to subset out a large dataset and keep only the observation number corresponding to the position number. So for example, ID 10000997 has 10 observations. I want to keep the 2nd one only. Thanks, -linh
2012 Jul 19
2
finding the values to minimize sum of functions
...(x) + f(y) + f(z). I know I can use the optim function when there is only one function, but don't know how to set it up when there are three. I would also like to apply this to higher dimensions (i.e. for more than three functions) if possible. Thank you for all your help! -- Kind regards, Linh Tran, MPH
2011 May 23
0
[LLVMdev] Need Path Profiling Format Document
Hi, Here is a link to my document on PP. On page 4, it has the format of the path profile. http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf Cheers, Adam On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote: > Dear Members, > > I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that...
2011 May 11
0
[LLVMdev] Path profiling command
Hi All, I use llvm version 2.9. llvm-prof does not support to read path profiling info. So could I use any way else to read path profiling info? Thanks Linh ________________________________ From: Andreas Neustifter <andreas.neustifter at gmail.com> To: Andrew Trick <atrick at apple.com> Cc: Linh Ho Tran <hotranlinh at yahoo.com>; "llvmdev at cs.uiuc.edu Mailing List" <llvmdev at cs.uiuc.edu>; Bob Wilson <bob.wils...
2012 Aug 29
2
Problem installing Rmpi with Open MPI
...mbol: orte_pmap_t_class (ignored) [Ubuntu12-04:03523] [[INVALID],INVALID] ORTE_ERROR_LOG: Unknown error: -1 in file ../../../orte/runtime/orte_globals.c at line 176 input in flex scanner failed ERROR: loading failed * removing ?/home/link/R/x86_64-pc-linux-gnu-library/2.15/Rmpi? -- Kind regards, Linh Tran, MPH
2002 Nov 06
0
Problem joining a Linux computer to a Windows 2000 domain server
...p=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 No kerberos support compiled in ================================ The Kerberos kinit command will test for communication connection between the Linux and the Windows server. To test for connection, I run the command /usr/local/kerberos5/bin/kinit linh@WEBOFFICE.WEBOFFICE.COM Password for administrator@WEBOFFICE.WEBOFFICE.COM:linh The above command is the only one that works. Please tell me how to fix this problem. --------------------------------- Do you Yahoo!? HotJobs - Search new jobs daily now -------------- next part -------------- HTM...
2007 Oct 18
2
www/drupal4 and www/drupal5: Multiple security vulnerabilities
...* DRUPAL-SA-2007-026: http://drupal.org/node/184320 * DRUPAL-SA-2007-029: http://drupal.org/node/184348 * DRUPAL-SA-2007-030: http://drupal.org/node/184354 While patches are available for 4.7.7 and 5.2, they recommend an update to the latest version of the respective branches (4.7.8 and 5.3). -- Linh Pham question@closedsrc.org http://closedsrc.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-security/attachments/20071018/9236...
2011 Apr 03
3
Discretizing data rows into regular intervals
...100 4 10/02/05 200 5 01/02/06 150 6 04/02/06 250 7 07/02/06 250 8 10/02/06 10 9 01/02/07 10 etc etc etc 10/02/07 --- ## Final obs since next one would be 1/2/08 (after stop date) Again, I would be extremely grateful for any help. Thanks, -linh
2011 May 10
0
[LLVMdev] Path profiling command
...ng business during late 2009 and early 2010 but I was not working on the path profiling but the "regular" profiling code. So I'm only guessing in case there is not other answer. On 9 May 2011 20:19, Andrew Trick <atrick at apple.com> wrote: > > On May 9, 2011, at 3:36 AM, Linh Ho Tran wrote: > > [...] > > The error message from llvm-prof is:  llvm-prof: Unkknown packet #5 > > Could you explain me the error message? > > Are there errors in the command chain? > > What is the format of file  llvmprof.out? Is it possible to read > llvmprof.ou...
2002 Oct 25
1
Samba 2.2.5 and Winbind bug.
...cal group" or "universal group". These are groups that the administrator can create. Is this a bug with Samba 2.2.5 or 2.2.6 or is it a feature to where you don 't intend to return any "domain local group" and "universal group" ? Thank you for your response. Linh --------------------------------- Do you Yahoo!? Y! Web Hosting - Let the expert host your web site -------------- next part -------------- HTML attachment scrubbed and removed
2003 Mar 20
0
It takes 35 seconds to run a command adduser when winbindd is running
...5 seconds to add a user. If I stop winbindd, the command useradd will add a user immediately. This problem also applied to the groupadd and groupdel command. Question: Is there anyway that I could use the useradd command to add a user quickly while Winbindd is running ? Thank you for your help. Linh --------------------------------- Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
2006 May 09
5
Solaris migration error:Lost connection to MySQL server
We have installed rails 1.1.2 and Ruby 1.8.4 on solaris. When we attempt to run the initial migration we get the following error: Mysql::Error: Lost connection to MySQL server during query: SELECT version FROM schema_info /web/server/pkgs/ruby-1.8.4/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/abstract_adapter.rb:120:in `log''
2003 Dec 01
0
No subject
...m userid 1002) id 8E60C55407; Thu, 28 Jun 2001 11:11:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 7E4A051610 for <samba@lists.samba.org>; Thu, 28 Jun 2001 11:11:56 -0700 (PDT) Date: Thu, 28 Jun 2001 11:11:56 -0700 (PDT) From: Linh Pham <question@closedsrc.org> To: <samba@lists.samba.org> Subject: Compiling 2.2.0a on Mac OS X Server 1.2 Message-ID: <Pine.BSF.4.33.0106281107480.30941-100000@q.closedsrc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: samba-admin@lists.samba.org Errors...