source: codes/icosagcm/devel/Python/dynamico/libs.py @ 694

Last change on this file since 694 was 664, checked in by dubos, 6 years ago

devel/Python : fix numpy messing up OpenMP

File size: 111 bytes
Line 
1from ctypes import cdll
2libxios ,libicosa = [ cdll.LoadLibrary(name) for name in 'libxios.so', 'libicosa.so' ]
Note: See TracBrowser for help on using the repository browser.