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