added program to minimize external scripts (including scripts calling cp2k)

svn-origin-rev: 5545
This commit is contained in:
Joost VandeVondele 2006-11-10 13:41:58 +00:00
parent 8c28a83e6b
commit 46ac78ca35
3 changed files with 1300 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
5
0.1 0.0001
100
3
1.0 2.0 3.0 4.0 7.0

View file

@ -0,0 +1 @@
awk '{printf("%20.12f",($1-1)^2+($2-2)^2+($3-3)^2+($4-4)^2+($5-5)^2)}' scriptmini_eval.in > scriptmini_eval.out