goghino-archive / matlabSchur

Matlab interface to optimal control problem parallel solver, that uses Schur complement decomposition
1 stars 0 forks source link

Spawn in mexFunction #1

Closed goghino closed 8 years ago

goghino commented 8 years ago

Add spawn to mexFunction, merge communicator and call the Schur solver with the new intracommunicator

Furthermore, add parameters N, NS to spawn of the child processes so that they contain info about the structure (is this information really required at child process? Check how are these parameters used)

goghino commented 8 years ago

Done! Also fixed Makefile to link Pardiso also with mex target.