source: codes/icosagcm/devel/Python/test/python.sh @ 676

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

devel/unstructured : update DCMIP 3.1 test case

  • Property svn:executable set to *
File size: 300 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
8export OMP_STACKSIZE=128M
9
10LD_PRELOAD=$PYTHON_PRELOAD python -u $*
Note: See TracBrowser for help on using the repository browser.