parallel processing - Matlab pool warning -


WARNING: 1 pre-existing communication function (s) created by running pool has found you profile local You can use 'remove (mycluster.Jobs)' to remove all jobs created with. Use 'Mycluster' to 'mycluster = parcluster (' local ')'. '

As soon as I open matlabpool, I get this warning. I want to know what it means and how can I correct it. Also, can this affect the functioning of my code?

You forget to use matlabpool after opening a matlabpool if you Do not close it, so it remains active.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -