Re: [Rd] Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2013-11-21 Thread Prof Brian Ripley
You can test my guess by mpiexec -n 1 R --interactive Works for me On 21/11/2013 07:17, Prof Brian Ripley wrote: On 21/11/2013 06:39, jean-michel.perr...@csiro.au wrote: I'd like someone familiar with the R options initialization to comment on a difference of behavior within/without mpi

Re: [Rd] Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2013-11-21 Thread Jean-Michel.Perraud
Thanks for that. It does confirm what I was starting to suspect: that the R engine initialization in R.NET needs a change to use the R embedding API functions, though mindful that the R.NET author did settle on the current arrangement for a pragmatic reason. I also shamefully missed a recent pos