Structure-Resolved Reaction-Diffusion Simulation Software by Johnson Lab, JHU
-
Current Version: 1.2.0
- This version includes the latest stable features
- For release notes and changes, see the Changelog
-
Parallel NERDSS
- A parallelized version of NERDSS is in the mpi branch.
To build NERDSS, you need:
- A C++ compiler:
- For macOS, install XCode
- For Ubuntu, install a compiler through apt
- GNU Scientific Library (GSL) version 1.0 or higher:
- For macOS, install via Homebrew
- For Ubuntu, install via apt
- To compile using make:
- Navigate to the main directory
- Run make serial
- The executable will be placed in the ./bin directory
-
Example input files are located in the subdirectories within the sample_inputs folder. They can also be generated using the python GUI program, which is also included in the ioNERDSS tool.
-
To start the simulation, use the command ./nerdss -f parms.inp.
- Use the ioNERDSS PyPi library for visualizing simulation results.
- Install ioNERDSS with pip install ioNERDSS.
- Refer to the ioNERDSS repository for more details.