Code Monkey home page Code Monkey logo

matlabcluster.jl's Introduction

MATLABCluster.jl

The MATLABCluster.jl package provides an interface for starting Julia worker processes using MATLAB™ Parallel Computing Toolbox cluster profiles, including profiles configured to connect to a MATLAB™ Distributed Computing Server. You cannot use MATLABCluster.jl without having purchased and installed a copy of MATLAB™ and the MATLAB™ Parallel Computing Toolbox from MathWorks. This package is available free of charge and in no way replaces or alters any functionality of MathWorks's MATLAB product.

To connect to a MATLAB cluster:

using MATLABCluster
addprocs(1,                               # The number of workers you want
         dir="/path/to/julia/usr/bin",    # Path to Julia on your cluster
         cman=MATLABManager("profile"),   # The cluster profile, set up within MATLAB
         tunnel=true,                     # Only necessary if the workers are behind NAT
         sshflags=`-c blowfish`           # Only for NAT; faster than AES (default)
        )

Caveats

  • Currently output from the workers is not transmitted back to Julia
  • This may not work if the MATLAB Job Scheduler is running on Windows (but let me know if you try)

matlabcluster.jl's People

Contributors

simonster avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.