Installation of GENESIS
Contents
GENESIS 1.2.x
Quick Installation (CPU only; 4 processes for compilation)
Get source code of GENESIS (genesis-1.2.x.tar.bz2
) from the Download page, and do as follows.
$ tar xvfj genesis-1.2.x.tar.bz2
$ cd ./genesis-1.2.x
$ ./configure
$ make -j4 install
Quick Installation (CPU+GPU, single precision; 4 processes for compilation)
Get source code of GENESIS (genesis-1.2.x.tar.bz2
) from the Download page, and do as follows.
$ tar xvfj genesis-1.2.x.tar.bz2
$ cd ./genesis-1.2.x
$ ./configure --enable-single --enable-gpu
$ make -j4 install
GENESIS-1.1.x (click to open)
GENESIS 1.1.x
Quick Installation (CPU only)
Get source code of GENESIS (genesis-1.1.x.tar.bz2
) from the Download page, and do as follows.
$ tar xvfj genesis-1.1.x.tar.bz2
$ cd ./genesis-1.1.x/src
$ ./configure
$ make install
Quick Installation (CPU+GPU, single precision)
Get source code of GENESIS (genesis-1.1.x.tar.bz2
) from the Download page, and do as follows.
$ tar xvfj genesis-1.1.x.tar.bz2
$ cd ./genesis-1.1.x/src
$ ./configure --enable-single --enable-gpu
$ make install
Detail Information
Some detailed information about GENESIS installation can be found in the following links.
- Installation Requirements
- Configuration (./configure)
- Verification / test
- Notices
- Errors / workaround