MPI: RunOpenEMS_MPI on Linux only
This commit is contained in:
parent
1dff63d2cd
commit
43177a2237
@ -35,7 +35,7 @@ if (nargin<4)
|
|||||||
Settings = [];
|
Settings = [];
|
||||||
end
|
end
|
||||||
|
|
||||||
if (isfield(Settings,'MPI'))
|
if (isfield(Settings,'MPI') && isunix)
|
||||||
if (Settings.MPI.NrProc>1)
|
if (Settings.MPI.NrProc>1)
|
||||||
RunOpenEMS_MPI(Sim_Path, Sim_File, opts, Settings);
|
RunOpenEMS_MPI(Sim_Path, Sim_File, opts, Settings);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user