source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/extern/remap/README @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.