salviati / 3

GPU-accelerated micromagnetic simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mumax3

GPU accelerated micromagnetic simulator.

Downloads and documentation

http://mumax.github.io

Paper

The Design and Verification of mumax3:

http://scitation.aip.org/content/aip/journal/adva/4/10/10.1063/1.4899186

Tools

https://godoc.org/github.com/mumax/3/cmd

Building from source

Consider downloading a pre-compiled binary. If you want to compile nevertheless:

  • install the nvidia proprietary driver, if not yet present.
  • if unsure, it's probably already there
  • v340 recommended

Your binary is now at $GOPATH/bin/mumax3

To do all at once on Ubuntu:

sudo apt-get install git golang-go gcc nvidia-cuda-toolkit nvidia-cuda-dev nvidia-340 gnuplot
export GOPATH=$HOME go get -u -v github.com/mumax/3/cmd/mumax3

Contributing

Contributions are gratefully accepted. To contribute code, fork our repo on github and send a pull request.

About

GPU-accelerated micromagnetic simulator

License:Other


Languages

Language:Go 97.1%Language:Cuda 2.4%Language:Shell 0.2%Language:C 0.2%Language:C++ 0.1%Language:Makefile 0.1%Language:Gnuplot 0.0%