File: README

package info (click to toggle)
cp2k 6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204,532 kB
  • sloc: fortran: 835,196; f90: 59,605; python: 9,861; sh: 7,882; cpp: 4,868; ansic: 2,807; xml: 2,185; lisp: 733; pascal: 612; perl: 547; makefile: 497; csh: 16
file content (13 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# a quite general derivative free approach to minimize stuff.
# basically scriptmini.f90 will compile into an executable which will
# minimize the script called scriptmini_eval
# communication between scriptmini.x and scriptmini_eval is through two files
# scriptmini_eval.in and scriptmini_eval.out
# the former contains the variables at which scriptmini_eval should evaluate the objective function
# while the later should contain the value of the objective function at these variables
#
# The 2 line how to goes as :
#
gfortran -O2 -o scriptmini.x scriptmini.f90
./scriptmini.x < scriptmini.in