MATLAB: Does STARTJOBMANAGER apparently convert lower-case to capital letters

checkpointdirectoryMATLAB Parallel Serverstartjobmanager

When executing:
startjobmanager -name jm
a jobmanager JM is started which cannot be stopped by executing:
stopjobmanager -name jm
This can of course be avoided by using capital letters only, but it seems strange to me.

Best Answer

A common reason for this behavior is that you might have had a previous jobmanager called JM. To avoid such issues make sure ANY checkpoint dir is deleted before starting the mdce service.