Ignore:
Timestamp:
08/08/18 13:48:26 (6 years ago)
Author:
dubos
Message:

devel : fix CICLAD build

File:
1 edited

Legend:

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

    r712 r718  
    2727source activate dynamico 
    2828PARMETIS_CFLAGS="-I$HOME/.conda/envs/dynamico/include" 
    29 PARMETIS_LDFLAGS="-L$HOME/.conda/envs/dynamico/lib -liomp5" 
     29PARMETIS_LDFLAGS="-L$HOME/.conda/envs/dynamico/lib -lparmetis" 
    3030 
    3131export NETCDF_LDFLAGS="$(nf-config --flibs) -lhdf5 -lz -ldl -lm" 
    3232 
     33KERNELS_LDFLAGS="$NETCDF_LIBDIR $NETCDF_LIB -liomp5 $MKL_LIBDIR $MKL_LIB $PARMETIS_LDFLAGS" 
    3334# check that packages work 
    3435for x in netCDF4 mpi4py numpy jinja2 ; do python -c "import $x" ; done 
Note: See TracChangeset for help on using the changeset viewer.