File: README

package info (click to toggle)
cp2k 2025.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 366,832 kB
  • sloc: fortran: 955,049; f90: 21,676; ansic: 18,058; python: 13,378; sh: 12,179; xml: 2,173; makefile: 964; pascal: 845; perl: 492; lisp: 272; cpp: 137; 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