File: README

package info (click to toggle)
colpack 1.0.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,704 kB
  • sloc: cpp: 49,807; ansic: 1,231; makefile: 419; sh: 13
file content (11 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
Prerequisites:
- ColPack: http://www.cscapes.org/download/ColPack/
- ADOL-C: http://www.coin-or.org/download/source/ADOL-C/

To run this example:
- Compile ColPack and ADOL-C
- Edit the Makefile, set all the variables (ADPATH, ADLIBDIR, ADCFLAGS, ADLIBS) correctly so that the compiler can find the libraries of ColPack and ADOL-C
- Run "make"

Notes: The size of the problem can be changed by modifying the variables (nel, ndis and cstr) in eval_func_chem.c approriately.