Thomas Lau
Thomas Lau
Hi All, Really interesting repo. Could this package possibly be used to call Julia code from Mathematica? From what I understand, the MathLink library for C/C++ allows for this functionality....
with cluster_view(scheduler="slurm", queue="hsph", num_jobs=20) as view: view.map(time_waster, range(20)) --------------------------------------------------------------------------- CalledProcessError Traceback (most recent call last) in () ----> 1 with cluster_view(scheduler="slurm", queue=None, num_jobs=20) as view: 2 view.map(time_waster, range(20)) /share/PI/rondror/software/miniconda/lib/python2.7/contextlib.pyc in...