Changeset 826


Ignore:
Timestamp:
04/30/19 18:15:39 (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/make_python

    r747 r826  
    9595 
    9696    cp -fpr $DYNAMICO_ROOT/Python/dynamico $DYNAMICO_ROOT/lib 
    97     cp -fp *.so $DYNAMICO_ROOT/lib/dynamico/ 
     97    cp -fp *.so $DYNAMICO_ROOT/lib/dynamico/dev/ 
    9898    cd $DYNAMICO_ROOT 
    9999 
    100     for module in cxios unstructured meshes dyn time_step DCMIP; do 
    101         echo "from dynamico import $module" 
    102         LD_PRELOAD=$PYTHON_PRELOAD python -c "from dynamico import $module" 
     100    for module in dev.cxios dev.unstructured meshes dyn time_step DCMIP; do 
     101        echo "import dynamico.$module" 
     102        LD_PRELOAD=$PYTHON_PRELOAD python -c "import dynamico.$module" 
    103103    done 
    104104} 
Note: See TracChangeset for help on using the changeset viewer.