source: codes/icosagcm/devel/Python/test/strace.sh @ 825

Last change on this file since 825 was 661, checked in by dubos, 6 years ago

devel/Python : force python to use our libraries

  • Property svn:executable set to *
File size: 284 bytes
Line 
1#!/bin/bash
2# pleae do not move this script as relies on ../.. being DYNAMICO_ROOT
3DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd)
4. $DYNAMICO_ROOT/arch.env
5. $DYNAMICO_ROOT/arch.path
6. $DYNAMICO_ROOT/Python/env/$CURRENT_ARCH.env
7
8LD_PRELOAD=$PYTHON_PRELOAD strace python -u $* 2>&1
Note: See TracBrowser for help on using the repository browser.