Menu

Tree [066170] master /
 History

HTTPS access


File Date Author Commit
 core 2013-06-22 spike83 spike83 [066170] NGWrapper test small refact
 examples 2013-06-16 spike83 spike83 [6520b9] no_bg error
 gui 2013-06-16 spike83 spike83 [923043] libpaths refactored
 resourses 2013-06-22 spike83 spike83 [bf8fca] NGWrapper test data added
 util 2013-06-22 spike83 spike83 [0db25b] Utils test added
 CMakeLists.txt 2013-06-22 spike83 spike83 [36a6f5] Impl crach
 CMakeLists_with_subdirs.txt 2011-01-09 spike83 spike83 [8136d5] CMake worked, but not reruscively
 Font.font 2010-12-31 spike spike [c25a09] Init state
 README.txt 2011-11-12 spike83 spike83 [3fdab8] small refact
 SpiceExtract.pro 2011-01-07 spike83 spike83 [f68f62] Linking problem still exists
 _generate.sh 2011-01-16 spike83 spike83 [daa4d9] Custom build fixed, examples added
 compress.sh 2011-01-07 spike83 spike83 [1bfacb] Linking problem still exists
 license.txt 2010-12-31 spike spike [c25a09] Init state
 main.cpp 2010-12-31 spike spike [c25a09] Init state
 mainwindow.cpp 2012-06-05 spike83 spike83 [fd385e] some warnings removed
 mainwindow.h 2012-06-05 spike83 spike83 [fd385e] some warnings removed
 mainwindow.ui 2010-12-31 spike spike [c25a09] Init state
 opt.conf 2011-11-12 spike83 spike83 [3fdab8] small refact
 startQtCreator.sh 2013-06-16 spike83 spike83 [923043] libpaths refactored

Read Me

How to install

This program depends on the next libraries:
LAPACK and F2C - (search in your repository)
GSL - http://www.gnu.org/software/gsl/
OPT++ - https://software.sandia.gov/opt++/
GALib - http://lancet.mit.edu/ga/
LevMar - http://www.ics.forth.gr/~lourakis/levmar/


- install LAPACK and F2C for your dirstributive;
- download and install GSL (you will need libgslcblas.so, libgsl.so);

# Thes optimization libraries is optional now. Default is disabled.
- download and install OPT (you will need libnewton.so, libopt.so, libnewmat.so) (To enable type with CMake -DWITH_OPTPP=ON);
- download and install GALib (you will need llibga.so) (To enable type with CMake -DWITH_GALIB=ON);
- download and install LevMar (you will need liblevmar.a)(To enable type with CMake -DWITH_LEVMAR=ON);

… and also you will need libf2c.a (in /usr/lib/libf2c.a) library

Building with presetted external libraries or only with internal optimization methods is default.

The main unresolved problem is obtaining of CV characteristics for BSIM (and other libraries).