Skip to content

sb-ncbr/neemp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 27, 2014 11:32
src
September 12, 2016 14:38
June 28, 2016 22:45
March 18, 2016 11:57
February 28, 2022 10:56
NEEMP - EEM parameterization tool

Copyright 2013-2016 Tomas Racek (tom@krab1k.net)

manual: http://webchem.ncbr.muni.cz/Wiki/NEEMP:UserManual


*Compilation (linux)*
- dependencies - required: lapack, libxml2, zlib, gfortran, openmp
- dependencies - optional: help2man (for generating man page)
- simply run 'make'


*Compilation (Mac OS X)*
- install Homebrew (http://brew.sh/)
- install gcc using Homebrew
  $ brew install gcc
- change 'export CC=gcc' in main Makefile to 'export CC=gcc-6'
- run 'make'


*Compilation (Windows)*
- install Cygwin (https://www.cygwin.com/)
- install libraries needed as dependencies into Cygwin (see above)
- compile by running 'make' as usual


*Bugs*
- If you found a bug, or have a feature request, please send an email to
  "tom@krab1k.net". Thank you!