I am trying to run some some AI scripts using multi-cores, maybe via METIS lib. or any similar library that would do the job. Has anyone used a similar approach?
Hi. As far as I understand, you want to use the Message Passing Interface (MPI) to perform parallel processing on large-scale databases. If your AI scripts are written with Matlab, you can use the parallel processing toolbox in Matlab where they have simple built in functions (e.g. parfor, parpool) to perform the parallel simulation.
Hi. As far as I understand, you want to use the Message Passing Interface (MPI) to perform parallel processing on large-scale databases. If your AI scripts are written with Matlab, you can use the parallel processing toolbox in Matlab where they have simple built in functions (e.g. parfor, parpool) to perform the parallel simulation.