Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

180 results for “from:Hao”

[Rcpp-devel] How to speed up selection of unique unordered pairs
Hao Ye · Dec 30, 2013 · rcpp-devel

On Dec 30, 2013, at 1:38 PM, Dirk Eddelbuettel <edd at debian.org> wrote: > > Asis, > > On 30 December 2013 at 19:01, Asis Hallab wrote: > | I need to select all unique un-ordered pairs from a two column table...

[Bioc-devel] Build reports not updated
Chen Hao · Jul 7, 2016 · bioc-devel

Dear Monther, There seems no building yesterday. Do you have any good news for the next building? I have a package(cytofkit) with important updating need to replaced the old one. Best Regards, Chen Hao > On 7 Jul 2016, at...

Problems Installing Rmpi
Hao Yu · May 12, 2009 · r-sig-hpc

Can you change configure.ac with ################################### AC_INIT(DESCRIPTION) AC_PROG_CC AC_ARG_WITH(mpi, [ --with-mpi=/opt/lib32/usr/lib Location of MPI library.], [ if test "${withval}" != no; then MPI_ROOT=${withval} MPI_INCLUDE="-I${MPI_ROOT}/include...

how to organize a lot of R source files
Hao Cen · Jan 8, 2010 · r-help

Hi, I wonder what is a better way to organize a lot of R source files. I have a lot of utility functions written and store them in several source files (e.g util1.R, util2.R,..utilN.R). I...

Problems Installing Rmpi
Hao Yu · May 11, 2009 · r-sig-hpc

I am not so sure why Rmpi script doesn't supply include dir. Can you try R CMD INSTALL Rmpi_0.5-7.tar.gz --configure-args=--with-mpi=/usr/lib64/openmpi/1.2.7-gcc Hao Rick B. wrote...

[Rcpp-devel] Bizarre Rcpp::XPtr problem on GCC
Hao Ye · May 20, 2015 · rcpp-devel

Kevin, I think Dirk is looking for a MWE (minimal working example). Best, -- Hao Ye hye at ucsd.edu > On May 20, 2015, at 5:35 PM, Kevin Thornton <krthornt at uci.edu> wrote: > > Dirk, > > What are you asking for...

problems with Rmpi under PBS
Hao Yu · Jul 16, 2010 · r-sig-hpc

Can you check if Rmpi runs alone on the remote nodes? If remote nodes have different OS/hardware, Rmpi must be compiled separately. Notice that mpi.bcast.cmd(dummy1) does not execute the function fummy1. It should be mpi.bcast...

Error message "not installed for 'arch=xx'" when installing Rmpi in R-2.12.0
Hao Yu · Nov 23, 2010 · r-sig-hpc

So far Rmpi only works under 32bit R as indicated in http://www.stats.uwo.ca/faculty/yu/Rmpi/windows.htm. I am still working on R 64bit/Rmpi/MPICH 64bit version. Hao Melwin wrote: > Dear all, > I tried to...

[Bioc-devel] Developing a package that handle BAM file
Hao Feng · Dec 18, 2022 · bioc-devel

Hi Bioconductor team, We?re developing a package to analyze a `new` type of high-throughput sequencing data. We have some BAM files ready. We?d like the package to be able to take BAM files as the input. In...

Rmpi and OpenMPI
Hao Yu · Aug 14, 2009 · r-sig-hpc

Rmpi may not be installed properly. During installation, check if you get the flags -DMPI2 and -DOPENMPI. The first flag indicates MPI 2 is supported. The second flag indicates that Rmpi finds OPENMPI mpi. In your case, probably -DMPI2 is...

[Rcpp-devel] RcppEigen questions
Hao Xiong · Nov 18, 2011 · rcpp-devel

On 11/18/2011 04:55 PM, Dirk Eddelbuettel wrote: > On 18 November 2011 at 16:15, Hao Xiong wrote: > | Hi, > | > | I have a few questions about RcppEigen. I hope I am posting on the right > | list. > > Sure thing. > > | 1...

[Rcpp-devel] OpenMp and IntegerVector
Hao Ye · Mar 11, 2014 · rcpp-devel

> Just accessing / setting data structures should work (but test first...), > RNGs is clearly asking for trouble. FWIW, I've been able to get this working using Rcpp and C++11 threads. (but using native C++ data structures, of course) Best...

ANNOUNCE--Rdsm package, a threads-like environment for R
Guo-Hao Huang · Mar 10, 2010 · r-help

I am interested in Rdsm package, but I have no idea about how to use it. Where can I find examples? regards Guo-Hao Huang -------------------------------------------------- From: "Norm Matloff" <matloff at cs.ucdavis.edu> Sent: Thursday, March 11, 2010 1:37...

unusual results with Rmpi
Hao Yu · Dec 9, 2010 · r-sig-hpc

I don't think > mpi.bcast.Robj2slave(sim.dat$bsiaic.dat) will work because R cannot name sim.dat$bsiaic.dat as an object on slaves. I don't know what exactly your functions do on slaves. Be aware that...

ow to have R automatically print traceback upon errors
Hao Cen · Nov 26, 2009 · r-help

Hi Jim, Thanks for your suggestion. It is working now. The earlier message " recover called non-interactively; > frames dumped, use debugger() to view" happened within a R-IDE but doesn't occur in a R console. Jeff -----Original Message----- From...

CHAR () and Rmpi
Hao Yu · Sep 29, 2007 · r-devel

Thank all for your quick reply. I am wrong to say Rmpi does not modify CHARSXP at C level. In fact as Martin points out, the receive buff must be modified. Last night I started the modification of c codes...

installing Rmpi
Hao Yu · Sep 2, 2009 · r-sig-hpc

Markus, This may be library link issue. Try R CMD ldd path_to_Rmpi.so to see if Rmpi finds needed libraries. Otherwise you may modify R script to include (very beginning) LD_LIBRARY_PATH=/path_to_mpi_lib Hao...

Rmpi: What tag gets assigned to mpi.bcast.cmd?
Hao Yu · Jan 10, 2013 · r-sig-hpc

You cannot use mpi.bcast.cmd in the middle of computation unless slaves are back into the original state: idle. It is mainly used at the beginning so that slaves can carry out their executions until end. When you are...

Calling SAS from R
Guo-Hao Huang · Mar 1, 2010 · r-help

Did you read the help(system)? You should use ``/'', not ''\'' for you path delimiter in R. The following is a simple example for opening a pdf reader. system(paste('"C:/Program Files/Foxit Software/Foxit Reader/Foxit Reader.exe"'), wait...

installing Rmpi
Hao Yu · Sep 2, 2009 · r-sig-hpc

Markus, Can you try to take -fPIC flag out in Rmpi (comment out the line PKG_LIBS="${MPI_LIBS} -fPIC" in configure.ac)? The flag -fPIC was added due to the same reason. Hao Markus Schmidberger wrote: > Hi, > > I have...

Can't find what you're looking for? Try searching with Google .