root / examples / Siesta / HCN_zmat / run_Path @ 8
Historique | Voir | Annoter | Télécharger (618 octet)
1 |
#!/bin/bash |
---|---|
2 |
|
3 |
###################################### |
4 |
# |
5 |
# you might have to change the following variables |
6 |
# |
7 |
###################################### |
8 |
# |
9 |
# Name of the input file |
10 |
# |
11 |
Job=HCN_zmat |
12 |
# |
13 |
# Where is Path.exe ?? |
14 |
# |
15 |
PathExe=../../../src/Path.exe |
16 |
# |
17 |
# Where is Siesta ? |
18 |
# |
19 |
ln -s ~/Programs/Siesta/siesta-3.1/Obj/siesta . |
20 |
# |
21 |
# |
22 |
# Some libraries might be defined here... |
23 |
# |
24 |
# |
25 |
#Usually nothing has to be changed after this line |
26 |
# |
27 |
################################################# |
28 |
|
29 |
############################### |
30 |
# |
31 |
# We launch PATH |
32 |
# |
33 |
############################### |
34 |
ln -fs ${PathExe} . |
35 |
|
36 |
./Path.exe ${Job}.path &> ${Job}.out |
37 |
|
38 |
|
39 |
|