-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
38 lines (24 loc) · 1.07 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Installation
============
Build Requirements
------------------
Following packages are required to build LES-IO benchmark.
* MPI compiler (e.g. mpifort)
* NetCDF-C (with parallel support)
* NetCDF-Fortran (with parallel support)
Procedure
---------
(1) Generate Makefile with the ./configure [OPTIONS] script.
[OPTIONS] are listed below. Details are available by ./configure --help
--prefix=PREFIX Specify path to installation directory on `make install`
Also, you should provide an installation path to both of NetCDF-{C, Fortran}.
--with-netcdf=PATH Specify NetCDF-C path [default=PREFIX]
(Example: --with-netcdf=$(HOME)/local)
--with-netcdff=PATH Specify NetCDF-Fortran path [default=PREFIX]
(Example: --with-netcdff=$(HOME)/local)
(2) make
Now you can see ./LESBENCHMARK in ./src directory.
(3) make install
Or, just execute by ./src/LESBENCHMARK
LES-IO reads a configuration file ./namelist.input in your current directory
For understanding about these configuration formats, please read ./README