Skip to content

virtualcell/vcell-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42fec0f · Jul 29, 2024
Mar 2, 2021
Jul 28, 2024
Apr 6, 2021
Aug 17, 2017
Sep 1, 2017
Feb 9, 2024
Aug 27, 2017
May 25, 2024
Jun 19, 2017
Jul 29, 2024
May 25, 2024
Jul 29, 2024
Aug 17, 2017
May 25, 2024
May 25, 2024
Aug 11, 2023
Jul 28, 2024
Aug 15, 2023
Feb 2, 2018
Apr 7, 2020
Aug 16, 2017
May 24, 2024
Aug 11, 2023
Aug 21, 2018
Aug 17, 2017
May 25, 2024
Aug 17, 2017
Jan 23, 2024
May 25, 2024
Feb 9, 2024
Apr 25, 2023
Aug 17, 2017
Jun 20, 2017
Nov 6, 2022
Jul 29, 2024
Apr 6, 2021
Jun 19, 2017
Jul 28, 2024
Jun 19, 2017
Jul 28, 2024
Mar 18, 2018
Nov 13, 2023
Aug 21, 2018
Apr 9, 2020
Apr 9, 2020
Apr 9, 2020
Jun 9, 2021
Jun 6, 2021
Jul 31, 2018

Repository files navigation


CI

vcell-solvers

Virtual Cell solvers virtualcell/vcell-solvers is a collection of numerical simulation codes used in the Virtual Cell framework virtualcell/vcell).

The Virtual Cell Project

The Virtual Cell is a modeling and simulation framework for computational biology. For details see http://vcell.org and http://github.com/virtualcell.

Building VCell Solvers

Using VirtualBox and Vagrant

Building for Linux (64 bit)

details

$ cd linux64
$ vagrant up
$ vagrant ssh -c /vagrant_numerics/build.sh
$ vagrant halt

Building for Linux (32 bit)

details

$ cd linux32
$ vagrant up
$ vagrant ssh -c /vagrant_numerics/build.sh
$ vagrant halt

Building for Macos on a Mac Apple only allows a Mac VM to run on Apple hardware

[details}(VagrantBoxes/mac64/README.md)

$ cd mac64
$ vagrant up
$ vagrant ssh -c /vagrant/build.sh
$ vagrant halt

Building for Windows (64 bit) on Windows

details: including building on other platforms

$ cd win64
$ vagrant up
$ vagrant powershell -c \vagrant\build.sh
$ vagrant halt