search for: hsbcib

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

2008 Jul 16
3
Snow or alternative MPI packages on Windows
Guys, I'm running R on both Windows & Linux. I'm looking at a number of packages for parallel execution. It seems that the most used packages are "snow" and "Rmpi". snow seems more user friendly, but it doesn't run on windows. I see from searching the mailing list that I'm not the first one to try it on Windows. There was a message that kind of shed some
2008 Jul 16
1
Problems with snowfall
Guys, Is anyone using snowfall? It seems that the last version is broken. sfinit contains test code: data("config", package = "snowfall") configM <- as.matrix(t(config)) config <- as.list(configM) names(config) <- dimnames(configM)[[2]] .sfOption$SERVER <<- as.character(config[["SERVER"]]) .sfOption$PORT <<-
2008 Sep 05
1
Rmpi on Linux (SuSE) with OpenMPI
Guys, I'm having troubles with Rmpi on Linux. I got it to work on windows, but on Linux (SuSE 64 bit), using OpenMPI, I can't seem to get it to work :( When I do library(Rmpi) I get the warning: mca: base: component_find: unable to open osc pt2pt: file not found (ignored) Interestingly enough all the examples from the snow tutorial ( http://www.sfu.ca/~sblay/R/snow.html) work despite
2009 Mar 31
1
viewport bug in 2.8.0?: Error: Cannot pop the top-level viewport (grid and graphics output mixed?)
I get the following error message followed by instability in R after the error message: Error: Cannot pop the top-level viewport (grid and graphics output mixed?) Have reduced something much more complex in my code to a simple test case. I run the following and then resize the window: X = seq (1,10) Y = X^2 opar <- par(no.readonly=TRUE, mar = c(2.5, 3.1, 1, 2)) grid.newpage()
2006 Aug 30
1
Installation of SrcStatConnectorSrv on Windows
I am trying to install SrcStatConnectorSrv(2) and rcom from local zip files. I have successfully downloaded both files (from CRAN for rcom CRAN Other for SrcStatConnectorSrv) and installed rcom. However, I get the following error message when I try to install SrcStatConnectorSrv (the version dated 21-Aug-2006: > utils:::menuInstallLocal() Error in gzfile(file, "r") : unable to open
2007 Jul 12
0
XAML
Hi I wonder if anyone has had any thoughts about rendering R graphical output into XAML? ================================================================================ Gordon M. Morrison HSBC Bank plc 8 Canada Square London E14 5HQ ----------------------------------------- SAVE PAPER - THINK BEFORE YOU PRINT! This transmission has been issued by a member of the HSBC Group "HSBC"
2008 Jul 24
0
Problems with Rmpi and LAM 7.1.4
Guys, I'm running LAM 7.1.4 and R/Rmpi on a SuSE 9.3 box. When I do >library(Rmpi) The whole thing crashes with the following message: ----------------------------------------------------------------------------- No SSI RPI modules said that they were available to run. This should only happen if you request an MPI thread level that is too high (for example, none of the SSI RPI modules
2004 Mar 24
0
(no subject)
Hi All, I'm cannot get large files (i.e. >2GB) working with rsync 2.6.0 on HP-UX 11i. Here's the error: host% /usr/local/bin/rsync -v --rsync-path=/usr/local/bin/rsync --rsh=/opt/ssh/bin/ssh ./large.tar user@host:large2.tar large.tar rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12)