Last change
on this file since 2698 was
688,
checked in by mhnguyen, 9 years ago
|
Integrating remap library into XIOS
+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude
Test
+) On Curie
+) test_remap correct
|
File size:
446 bytes
|
Line | |
---|
1 | Dependencies: |
---|
2 | |
---|
3 | mpicxx |
---|
4 | python-netcdf |
---|
5 | python-mpi4py |
---|
6 | |
---|
7 | |
---|
8 | Running |
---|
9 | |
---|
10 | make |
---|
11 | |
---|
12 | will create a shared library called |
---|
13 | |
---|
14 | lib/libmapper.so |
---|
15 | |
---|
16 | |
---|
17 | Copy this library together with |
---|
18 | |
---|
19 | py/remap.py |
---|
20 | |
---|
21 | in one directory, and from there call |
---|
22 | |
---|
23 | python remap.py |
---|
24 | |
---|
25 | to see usage information. |
---|
26 | |
---|
27 | |
---|
28 | Memory debugging: |
---|
29 | |
---|
30 | -DDEBUG -DAUTO_LEAK_FIX |
---|
31 | |
---|
32 | The 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.