Platform:
SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg2-9)
Using MPI.NET compiled against OpenMPI
```
mpiexec -n 5 CalibrateMyModel.exe --blah my_arguments
```
```
Fatal error: you must specify '--save', '--no-save' or '--vanilla'
--------------------------------------------------------------------------
mpiexec has exited due to process rank 0 with [...]
```
Non MPI run seems to work (though TBC). At least no R engine init error.
Yet:
```
StartupParameter rStartParams = new StartupParameter
{
Quiet = true,
SaveAction = StartupSaveAction.NoSave,
Slave = false,
Interactive = true,
Verbose = false,
LoadInitFile = true,
LoadSiteFile = true,
RestoreAction = StartupRestoreAction.NoRestore,
NoRenviron = false
};
rEngine.Initialize(rStartParams);
```
So what's up?
Comments: Issue solved as of Revision: 237 Changeset: 8375124a9341c72faaba1bd8a8f31a34d8663b5c [8375124a9341] Author: jperraud Date: Monday, 25 November 2013 11:34:08 AM to be precise the fix occurred a couple of days before revision 237