Virtual Cell solvers virtualcell/vcell-solvers is a collection of numerical simulation codes used in the Virtual Cell framework virtualcell/vcell).
The Virtual Cell is a modeling and simulation framework for computational biology. For details see http://vcell.org and http://github.com/virtualcell.
- git clone https://github.com/virtualcell/vcell.git
- cd vcell/VagrantBoxes
$ cd linux64
$ vagrant up
$ vagrant ssh -c /vagrant_numerics/build.sh
$ vagrant halt
$ cd linux32
$ vagrant up
$ vagrant ssh -c /vagrant_numerics/build.sh
$ vagrant halt
[details}(VagrantBoxes/mac64/README.md)
$ cd mac64
$ vagrant up
$ vagrant ssh -c /vagrant/build.sh
$ vagrant halt
details: including building on other platforms
$ cd win64
$ vagrant up
$ vagrant powershell -c \vagrant\build.sh
$ vagrant halt