asrvsn / numpy-talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System requirements

Python >= 3.9 ideally with conda.

Building

Ubuntu:

sudo apt-get install build-essential libomp-dev -y
pip install -r setup-requirements.txt
pip install .

Docker:

# Build
docker build --platform linux/amd64 . -f docker/Dockerfile -t kuramoto

Running

Profile time:

./bin/main -N 100 -K 2 -T 1000 -p

Profile memory:

mprof run ./bin/main -N 100 -K 2 -T 1000
mprof plot --flame

Docker:

docker run -p 8888:8888 kuramoto 

Then navigate to localhost:8888

References

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.2%Language:C++ 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%