cpmech / gosl
- пятница, 30 сентября 2016 г. в 03:14:44
Go
Go scientific library
Gosl is a computing library written in go language (golang) to help with the development of software for scientific research. The library tries to be as general as possible. The use of concurrency for multi-threaded applications and message passing for parallel computations are considered. Functions and structures for geometry calculations, random numbers generation and probability distributions, optimisation algorithms, and plotting and visualisation are implemented as well. This library helped with the development of the results presented in [1-5].
See examples here: https://github.com/cpmech/gosl/blob/master/examples/README.md
sudo apt-get install libopenmpi-dev libhwloc-dev libsuitesparse-dev libmumps-dev
sudo apt-get install gfortran libvtk6-dev python-scipy python-matplotlib dvipng
mkdir -p $GOPATH/src/github.com/cpmech
cd $GOPATH/src/github.com/cpmech
git clone https://github.com/cpmech/gosl.git
cd gosl
./all.bash
Make sure that the following environment variable is defined:
export PYTHONPATH=$PYTHONPATH:$GOPATH/src/github.com/cpmech/gosl/scripts
The documentation for developers is available here: http://rawgit.com/cpmech/gosl/master/doc/index.html
Funding from the Australian Research Council is gratefully acknowledged.
Unless otherwise noted, the Gosl source files are distributed under the BSD-style license found in the LICENSE file.