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

Last change on this file since 631 was 617, checked in by dubos, 7 years ago

devel : tests for unstructured-mesh prototype

  • Property svn:executable set to *
File size: 219 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/Python//env/$CURRENT_ARCH.env
6
7python -u $*
Note: See TracBrowser for help on using the repository browser.