Skip to content
/ mcell Public
forked from mcellteam/mcell

MCell Monte Carlo Simulator of Cellular Microphysiology

Notifications You must be signed in to change notification settings

jczech/mcell

 
 

Repository files navigation

MCell

MCell: Monte Carlo Simulator of Cellular Microphysiology

Build Status Build status

MCell3 Build Requirements:

flex newer than 2.5.6, due to the 'reentrant' option. Extensive testing has been done using Flex 2.5.33.

How To Build:

To build MCell for Macs or Linux, run the following commands from the main mcell directory:

    mkdir build
    cd build
    cmake ..
    make

The old build system is still available and can be used by issuing the following commands:

    cd ./src
    ./bootstrap
    cd ..
    mkdir build
    cd build
    ../src/configure CC=gcc CFLAGS='-O2 -Wall' 
    make

You only need to bootstrap (first three steps) when starting from a fresh branch or checkout. Depending on your needs, you may have to change the build options slightly.

See the Windows Development page on the github wiki for information about building MCell on Windows.

How To Test:

nutmeg is a regression test framework for MCell. Installation and usage instructions are listed on the nutmeg project page.

About

MCell Monte Carlo Simulator of Cellular Microphysiology

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.9%
  • Yacc 3.8%
  • Lex 0.5%
  • Python 0.3%
  • Shell 0.2%
  • CMake 0.1%
  • Other 0.2%