search for: pfo

Displaying 8 results from an estimated 8 matches for "pfo".

Did you mean: pfn
2010 Aug 27
0
[LLVMdev] PFO
Hi, I am studying the effectiveness of Profile Feedback Optimizations in LLVM. In particular I am interested on how effective it is on Spec2006. I did a comparison between LLVM, Open64 and GCC compilers using Spec2006 as a benchmark. LLVM came last in the performance. I did not use PFO for LLVM. I was wondering if any of you have used PFO in Spec2006 and can give me some idea about its effectiveness. I also like to know how and with what flags PFO works correctly and produces the optimal result. Thanks in advance, Reza Yazdani -------------- next part -------------- An HTML atta...
2008 Oct 01
1
changing 'https' to 'http' when using download.file(), any side effects or just use RCurl?
...ng the help file, it is my understanding the the download.file() function does not support HTTPS connections. So therefore, understandably, the follow produces an error: ### R Code > url <- "https://stat.ethz.ch/pipermail/r-help/2008-October/thread.html" > destfile <- "//PFO-SBS001/Redirected/tonyb/Desktop/R_web_test/tmp.txt" > download.file(url, destfile) Error in download.file(url, destfile) : unsupported URL scheme My question is: What about if i remove the 's' from the 'https' url? The download.file() function seems to now work fine (please...
2009 Feb 13
2
copy directory command
Hi, I was trying to copy a directory from one location to another. Is there a command to do this (similar to the file.copy command)? thanks! [[alternative HTML version deleted]]
2003 Sep 25
1
Per-directory "create mask"?
Hi all Please CC me any replies. I am currently running samba 2.2.8a under Slackware 8.1 (kernel 2.4.18) to provide fileserver services to a number of windows 2000 boxes via a single "resources" share. One of the things stored in this share is a collection of Protel libraries used in electronic circuit design. The problem is that protel implements its own access control mechanism for
2009 Jan 22
2
How to Run R Programs in a Scheduled Way
Hello R Experts, does anyone know how to run R programs automatically using the window scheduler? I want to run some R programs automatically and make the results available via web. Mit freundlichen Grüßen / Best Regards / С наилучшими пожеланиями / üdvözlettel Thorsten [[alternative HTML version deleted]]
2009 Jan 12
2
problems with download.file() from ftp?
Dear list, I am trying to download a text file from an ftp site using download.file(). I used the following code: url <- "ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt" dest <- "c:/test/downloadtest.txt" download.file(url, dest) I get this error message, indicating that R is unable to open the connection: trying URL
2009 Jan 26
2
RCurl unable to download a particular web page -- what is so special about this web page?
Dear R-help, There seems to be a web page I am unable to download using RCurl. I don't understand why it won't download: > library(RCurl) > my.url <- "http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?_r=2" > getURL(my.url) [1] "" Other web pages are ok to download but this is the first time I have been unable to download a
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking