Ignore:
Timestamp:
04/30/19 18:14:37 (5 years ago)
Author:
dubos
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dynamico/__init__.py

    r670 r825  
    1 # import openmp before NetCDF4 numpy because it uses numpy hence MKL and messes up OMP_NUM_PROCS 
    2 import sys 
    3 if 'numpy' in sys.modules: 
    4     raise ImportError('Module dynamico must be imported before NetCDF/numpy because numpy may mess up OpenMP') 
    5 import libs 
    6 libs.libicosa.dynamico_show_openmp() 
Note: See TracChangeset for help on using the changeset viewer.