File: cluster

package info (click to toggle)
kim-api 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,384 kB
  • sloc: cpp: 32,566; f90: 12,626; ansic: 2,743; sh: 1,274; lisp: 130; python: 28; makefile: 13
file content (15 lines) | stat: -rwxr-xr-x 304 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/
make

echo "build: OK"

[ -x ex_test_Ar_fcc_cluster ]
echo LJ_ElliottAkerson_2015_Universal__MO_959249795837_003 |./ex_test_Ar_fcc_cluster

echo "run: demo1 OK"