Pierre-Yves Barriat 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
..
RUN 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
py 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
src 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
Doxyfile 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
README 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
README.mac 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
README.ubuntu 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
remap-022_reduced_grids_2nd_order.tgz 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten
test-main.cpp 71250bb2a0 Initial fork tag 3.3.3.2 1 vuosi sitten

README

Dependencies:

mpicxx
python-netcdf
python-mpi4py


Running

make

will create a shared library called

lib/libmapper.so


Copy this library together with

py/remap.py

in one directory, and from there call

python remap.py

to see usage information.


Memory debugging:

-DDEBUG -DAUTO_LEAK_FIX

The latter tries to fix memory leaks automatically through reference counting, otherwise it reports the memory leaks only.