1 | 1 |
To create the executable arcos: |
2 | 2 |
|
3 | 3 |
- first create library libconfig. |
4 |
libconfig can be downloaded from www.hyperrealm.com/libconfig. |
|
4 |
libconfig can be downloaded from www.hyperrealm.com/libconfig. |
|
5 |
Here we already included the package libconfig. |
|
5 | 6 |
|
6 |
- Go to directory libconfig-1.4.9/lib and give the following command |
|
7 |
- Go to directory libconfig-1.4.9/lib and give the following command: |
|
7 | 8 |
make all |
9 |
|
|
10 |
- The arcos code make use of the Poisson solver from Fishpack. |
|
11 |
The Fortran90 package fish90 has also been added and the library file |
|
12 |
will be created together with the arcos library. |
|
8 | 13 |
|
9 |
- |
|
14 |
- Next, return to the root directory arcos and give the following command: |
|
10 | 15 |
make all |
11 | 16 |
|
12 | 17 |
Now you have the executable arcos, which needs the input files from |
13 | 18 |
directory input. ./arcos also needs an output directory. The name is given in |
14 | 19 |
/input/default.cfg by "output_dir". Here we choose directory output. |
15 | 20 |
|
16 |
If output does not exist, create this directory: |
|
21 |
If the directory output does not exist, create this directory: |
|
17 | 22 |
make output |
18 | 23 |
|
19 | 24 |
In this directory many files for visualization will be written. For more details see the documentation: |
0 comments (0 inline, 0 general)