Name: Guiying Zhang
Organization: School of Computer Science, Chengdu University of Information Technology
Contact: [email protected]
1. First compile the project
> make
2. Then export the LD_LIBIRARY_PATH
> export LD_LIBIRARY_PATH=/where/eccodes/locate/lib:$LD_LIBRARY_PATH
3. Run the program by executing:
> make run
You can type ./grapes23ddat -h or ./grapes23ddat --help to know how to use
the option.
This project is build and run via gnu compiler, intel compiler usage is not
been support yet(because eccodes library has an serious conflict with intel compiler)