Changeset 942


Ignore:
Timestamp:
07/05/19 16:15:13 (5 years ago)
Author:
dubos
Message:

devel : split DySL from Python

Location:
codes/icosagcm/devel/Python
Files:
9 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/python.sh

    r825 r942  
    11#!/bin/bash 
    2 # please do not move this script as relies on ../.. being DYNAMICO_ROOT 
    32# usage : ./python.sh mode [n] script script_args 
    43# mode is 'serial' or mpi 
    54# if mode is 'mpi' then argument [n] specifies the number of MPI processes 
     5 
     6# This script relies on ../.. being DYNAMICO_ROOT 
     7# If you move it, set DYNAMICO_ROOT accordingly in the script or before calling the script 
    68 
    79function cmd_serial() 
     
    2527 
    2628TEST=$PWD 
    27 DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd) 
     29DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd) # change/remove this line if you move this script 
    2830 
    2931cd $DYNAMICO_ROOT 
     
    3436. arch.env 
    3537. arch.path 
    36 cd $DYNAMICO_ROOT/Python/env 
    37 . $CURRENT_ARCH.env 
     38cd arch 
     39. arch-${CURRENT_ARCH}.dev 
    3840 
    3941cd $TEST 
Note: See TracChangeset for help on using the changeset viewer.