Download and Installation

From OxDNA
Jump to navigation Jump to search

Requirements

oxDNA compilation has been thoroughly tested with gcc >= 4.1.x and icpc >= 10. Note that there is a significant increase in performances between gcc 4.1.x and gcc 4.6.x. oxDNA does not require any external library.

Download

The source package can be downloaded here.

Installation

To install the program, untar oxDNA.tar.gz and enter the oxDNA directory. Compile the code with

make

See Documentation for make options. If you want to compile oxDNA with the Intel C++ compiler (icpc) use

make intel=1

The process will generate an oxDNA executable in the Release directory.