source: XIOS/dev/branch_openmp/extern/remap/README @ 1501

Last change on this file since 1501 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File size: 446 bytes
Line 
1Dependencies:
2
3  mpicxx
4  python-netcdf
5  python-mpi4py
6
7
8Running
9
10    make
11
12will create a shared library called
13
14    lib/libmapper.so
15
16
17Copy this library together with
18
19    py/remap.py
20
21in one directory, and from there call
22
23    python remap.py
24
25to see usage information.
26
27
28Memory debugging:
29
30    -DDEBUG -DAUTO_LEAK_FIX
31
32The latter tries to fix memory leaks automatically through reference counting, otherwise it reports the memory leaks only.
Note: See TracBrowser for help on using the repository browser.