Skip to main content

A cadCAD workload dispatcher to the Golem network

Project description

cadCAD Golem

Work in progress - due date 5 January 2021

This package is a wrapper for cadCAD to dispatch the simulation workload to multiple Golem nodes.

cadCAD is a Python package that assists in the processes of designing, testing and validating complex systems through simulation, with support for Monte Carlo methods, A/B testing and parameter sweeping.

Getting Started

Initialise/Create environment and working directory

If you are already using cadCAD, activate the virtual environment that you use for cadCAD. This might look something like:

source ~/.venv/cadcad

If you do not yet have a working directory or virtual environment, creat both and activate. Something like so:

mkdir -p ~/projects/cadcad
cd ~/projects/cadcad
python3 -m venv .venv
source .venv/bin/activate

Now you have an isolated environment where you can install your python packages without fear of bloating the rest of your system.

Installing

Requires >= Python 3.8

Option A: Install Using pip

$ pip3 install cadcadgolem

Option B: Build From Source

$ pip3 install -r requirements.txt
$ python3 setup.py sdist bdist_wheel
$ pip3 install dist/*.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cadcadgolem-0.1.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

cadcadgolem-0.1.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page