Ignore:
Timestamp:
11/25/17 01:28:45 (7 years ago)
Author:
dubos
Message:

devel : get unstructured/slice test cases to work

Location:
codes/icosagcm/devel/Python/env
Files:
2 edited

Legend:

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

    r615 r618  
    33 
    44# Needed for Intel OpenMP 
    5 KERNELS_LDFLAGS="-liomp5" 
     5KERNELS_LDFLAGS="$NETCDF_LIBDIR $NETCDF_LIB -liomp5 $MKL_LIBS" 
  • codes/icosagcm/devel/Python/env/linux.env

    r615 r618  
    2525#---------------- To execute ---------------- 
    2626 
    27 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DYNAMICO_ROOT/lib 
    28 #export PYTHONPATH="$BASEDIR" 
     27# Python will look for modules (*.py) and extensions (*.so) in PYTHONPATH 
     28# Shared libs they depend on should be in a standard place or a path included in LD_LIBRARY_PATH 
     29export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$DYNAMICO_ROOT/lib" 
     30export PYTHONPATH="$DYNAMICO_ROOT/lib" 
    2931export PYTHON=$(which python) 
    30 #export PYTHON_ROOT=$(basename $(basename $PYTHON)) 
    31  
    3232 
    3333#--------------- Link -------------- 
     
    3737 
    3838#-------------- Execute -------------- 
     39 
    3940# disable Intel OpenMP in MKL (loaded by numpy) to avoid conflict with our openMP 
    4041export MKL_THREADING_LAYER=SEQUENTIAL 
    4142 
     43# select a Matplotlib backend that works without an X11 connection 
     44export MPLBACKEND="agg" 
     45 
    4246export CODEGEN_ENV_SET=yes 
Note: See TracChangeset for help on using the changeset viewer.