BeST source localization and parallel computing

Hello, all:

When I use the BEst source localization on EEG data (64 chan), it runs fine as long as the parallel computing is not checked. However, using the parallel options throws down an error I cannot source out. I have experienced the error on 2 different computers. The call stack from one is following:


** Error: [process_inverse_mem] Sources > Compute sources: BEst
** Line 140: Undefined function 'matlabpool' for input arguments of type 'char'.
**
** Call stack:
** >be_main_call.m at 140
** >be_main.m at 60
** >process_inverse.m>Compute at 683
** >process_inverse.m at 24
** >process_inverse_mem.m>Run at 149
** >macro_methodcall.m at 77
** >process_inverse_mem.m at 24
** >bst_process.m>Run at 229
** >bst_process.m at 36
** >panel_process1.m>RunProcess at 141
** >panel_process1.m at 27
** >gui_brainstorm.m>CreateWindow/ProcessRun_Callback at 737
** >bst_call.m at 28
** >gui_brainstorm.m>@(h,ev)bst_call(@ProcessRun_Callback) at 277
**

The call stack from a different computer is:


** Error: [process_inverse_mem] Sources > Compute sources: BEst
** Line 144: ==
** Not enough input arguments.
**
** Call stack:
** >be_main_call.m at 144
** >be_main.m at 60
** >process_inverse.m>Compute at 683
** >process_inverse.m at 24
** >process_inverse_mem.m>Run at 149
** >process_inverse_mem.m at 24
** >bst_process.m>Run at 229
** >bst_process.m at 36
** >panel_process1.m>RunProcess at 141
** >panel_process1.m at 27
** >gui_brainstorm.m>CreateWindow/ProcessRun_Callback at 737
** >bst_call.m at 28
** >gui_brainstorm.m>@(h,ev)bst_call(@ProcessRun_Callback) at 277
**

Any thoughts on how to fix this, as this code is slow but seems to give good results.

This is a question for the developers of this plugin:
@Lina @cgrova @youneszer