Posts

Showing posts from May, 2017

How to configure a Matlab cluster in your lan

Image
First, you need to run admincenter to mange your cluster. It route should be there: /usr/local/MATLAB/R2016a/toolbox/distcomp/bin/admincenter Now, you must run mdce on each member node of your cluster cd /usr/local/MATLAB/R2016a/toolbox/distcomp/bin sudo ./mdce start                 WARNING: The mdce script detected that the number of processes allowed is limited by ulimit. Be sure that the limit of processes for the ROOT user (or the user running the mdce service) is set to either "unlimited" or at least 128 * W, where W is the maximum number of MATLAB Distributed Computing Server workers that will run on this machine. Creating LOGBASE directory (/var/log/mdce). Creating CHECKPOINTBASE directory (/var/lib/mdce). Creating SECURITY_DIR directory (/var/lib/mdce/security). Starting the MATLAB Distributed Computing Server in the background. To choice who is the jobmanger or workers you need run each command by separate: sudo ./startjobmanager or sudo ./sta