Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  error running cplex distmip

    Posted 05/27/20 07:56 AM
    hi

    how to fix this error ? what is the root cause?

    clients seem to be running, all of them say :   Server started on 127.0.0.1:12345

    CPLEX> mipopt
    Version identifier: 12.10.0.0 | 2019-11-26 | 843d4de
    CPLEX REMOTE OBJECT [25304] 2 Could not find CPXopenCPLEXremote in main object: -13
    CPLEX REMOTE OBJECT [25304] 99 Library 'libcplex12100remote.so' loaded
    CPLEX REMOTE OBJECT [25304] 99 Library 'libcplex12100tcpiptransport.so' loaded
    CPLEX REMOTE OBJECT [25304] 1 connect: 111/111
    CPLEX Error 1813: Unspecified operating system error..

    Error termination, CPLEX Error 1813.
    Solution time = 0.01 sec.
    Deterministic time = 0.00 ticks (0.00 ticks/sec)

    ------------------------------
    srinivas tamvada
    ------------------------------

    #DecisionOptimization


  • 2.  RE: error running cplex distmip

    Posted 05/27/20 07:59 AM
    Note that your worker is listening on its host's loopback device:
    Server started on 127.0.0.1:12345
    Unless all processes run on the same machine this is not going to work since the master has no chance to contact the worker at this local address.
    As you can read in the documentation here, the IP address specified when starting the worker has to be the IP address of the worker, i.e., the address under which the machine can be reached from outside.

    ------------------------------
    Daniel Junglas
    ------------------------------