README 446 B

1234567891011121314151617181920212223242526272829303132
  1. Dependencies:
  2. mpicxx
  3. python-netcdf
  4. python-mpi4py
  5. Running
  6. make
  7. will create a shared library called
  8. lib/libmapper.so
  9. Copy this library together with
  10. py/remap.py
  11. in one directory, and from there call
  12. python remap.py
  13. to see usage information.
  14. Memory debugging:
  15. -DDEBUG -DAUTO_LEAK_FIX
  16. The latter tries to fix memory leaks automatically through reference counting, otherwise it reports the memory leaks only.