#!/bin/bash # pleae do not move this script as relies on ../.. being DYNAMICO_ROOT DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd) . $DYNAMICO_ROOT/arch.env . $DYNAMICO_ROOT/arch.path . $DYNAMICO_ROOT/Python//env/$CURRENT_ARCH.env export OMP_STACKSIZE=128M LD_PRELOAD=$PYTHON_PRELOAD python -u $*