معرفی شرکت ها


ClusterPool-0.10


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Allows mapping over large lists of objects with a calculate() function on a supercomputer cluster
ویژگی مقدار
سیستم عامل -
نام فایل ClusterPool-0.10
نام ClusterPool
نسخه کتابخانه 0.10
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joseph Goodknight
ایمیل نویسنده joey.goodknight@gmail.com
آدرس صفحه اصلی https://github.com/jgoodknight/ClusterPool/
آدرس اینترنتی https://pypi.org/project/ClusterPool/
مجوز MIT
# ClusterPool Provides a map function which works with the SLURM supercomputer scheduler and can be extended to others. Also works on "normal" computers, mainly for testing purposes. (see examples/testfile_primes.py) A ClusterPool object is an object which gives you a map function. You tell what kind of architecture the ClusterPool exists on (currently only "SLURM" and "normal") and it creates a dispatcher object which keeps track of the objects which need calculating, saves them to disk and collects them when they are done being calculated. These objects are calculated by "Trawler" objects which get spun to life by the dispatcher and are given a directory full of pickled python objects. The Trawlers then randomly pick an object and throw up a sempahore on the filesystem to tell the other Trawlers they are working on that object. They load the object and the run object.calculate() (Note that currently the ClusterPool package can ONLY handle calling functions called calculate which take no arguments)


نحوه نصب


نصب پکیج whl ClusterPool-0.10:

    pip install ClusterPool-0.10.whl


نصب پکیج tar.gz ClusterPool-0.10:

    pip install ClusterPool-0.10.tar.gz