MathematicaSSHKernels

所属分类:数学计算
开发工具:Mathematica
文件大小:0KB
下载次数:0
上传日期:2019-03-10 18:24:50
上 传 者sh-1993
说明:  支持通过SSH和动态远程端口转发以编程方式构建远程内核。
(Support for remote kernels built programmatically over SSH and dynamic remote port forwarding.)

文件列表:
LICENSE (16727, 2019-03-10)
SSHKernel.wl (1289, 2019-03-10)
docs/ (0, 2019-03-10)
docs/images/ (0, 2019-03-10)
docs/images/example.gif (535070, 2019-03-10)

# MathematicaSSHKernels Support for remote kernels built programmatically over SSH and dynamic remote port forwarding. ## Installation Stick the `SSHKernel.m` file into ```$UserBaseDirectory<>"\\Applications"```. ## Example Usage ```mathematica In[1]:= Needs["SSHKernel`"] In[2]:= (* "raspberrypi" is the hostname configured in my ~/.ssh/config *) rk = SSHKernel["raspberrypi"]; // AbsoluteTiming Out[2]= {11.535, Null} In[3]:= ParallelEvaluate[$Version, rk] Out[3]= "11.2.0 for Linux ARM (32-bit) (January 15, 2018)" In[4]:= $Version Out[4]= "11.3.0 for Microsoft Windows (64-bit) (March 7, 2018)" ``` ![GIF of using SSHKernel](https://github.com/Riebart/MathematicaSSHKernels/blob/master/docs/images/example.gif)

近期下载者

相关文件


收藏者