source: XIOS/dev/dev_olga/src/extern/remap/README @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
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.