File: cluster-cpp

package info (click to toggle)
kim-api 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,628 kB
  • sloc: cpp: 32,594; f90: 12,746; ansic: 3,041; sh: 1,283; lisp: 130; python: 35; makefile: 13
file content (15 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# (C) 2020 Anton Gladky

set -e

cd $AUTOPKGTEST_TMP
cmake /usr/share/doc/libkim-api-dev/examples/simulators/ex_test_Ar_fcc_cluster_cpp/
make

echo "build: OK"

[ -x ex_test_Ar_fcc_cluster_cpp ]
echo LJ_Shifted_Bernardes_1958LowCutoff_Ar__MO_720819638419_004 |./ex_test_Ar_fcc_cluster_cpp

echo "run: demo1 OK"