Changeset 712


Ignore:
Timestamp:
08/03/18 12:34:48 (6 years ago)
Author:
dubos
Message:

devel : improved doc for Python on CICLAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/env/ifort_CICLAD.env

    r705 r712  
    99# netCDF4 must be installed manually in order to use the netCDF library from the modules (requires Cython, see above) 
    1010# for unpack Python/extern/netCDF4-1.2.9.tar.gz then 
    11 #   LDFLAGS='-lirc' python setup.py build 
    12 #   cp -pr build/lib.linux-x86_64-2.7/net* ~/.conda/envs/dynamico/lib/python2.7/site-packages/ 
     11#   LDFLAGS='-lirc' python setup.py install 
    1312# NOTE : libirc.so is the intel runtime library and is needed at runtime. 
    14 # FIXME : python setup.py install does not seem to install anything, hence 'cp -pr ...'. There must be a better way. 
     13# NOTE : setup.py installs a *.egg file which contains the netCDF4 and netcdftime module. Deactivate then activate again your conda environment if you want to test that they are working. 
    1514 
    1615# CICLAD does not have a parmetis module 
Note: See TracChangeset for help on using the changeset viewer.