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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -