source: codes/icosagcm/devel/Python/dev/parallel.py @ 985

Last change on this file since 985 was 825, checked in by dubos, 5 years ago

devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + necessary changes to test/py/*.py

File size: 286 bytes
Line 
1from __future__ import absolute_import     
2from __future__ import print_function
3
4from dynamico import parallel
5from dynamico.dev.unstructured import ker
6
7class Halo_Xchange(parallel.Halo_Xchange):
8    def dynamico_init_transfer(self, *args):
9        ker.dynamico_init_transfer(*args)
Note: See TracBrowser for help on using the repository browser.