source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/extern/remap/README @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
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.