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

devel : split DySL from Python

Location:
codes/icosagcm/devel/DySL
Files:
1 added
9 copied

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/DySL/codegen

    r933 r941  
    4949} 
    5050 
    51 if [ -z "$CODEGEN_ENV_SET" ] ; then 
    52     cat <<EOF 
    53 Before running this script, you must source one of the *.env scripts found in the env/ directory. 
    54 This will set up appropriate, machine-dependent values for the following environment variables : 
    55 PYTHON F90 C99 CFLAGS FFLAGS LINK SOFLAGS LDFLAGS LIBS ... 
    56 EOF 
    57 else 
    58     set +x 
     51set +x 
    5952     
    60     ROOT=$PWD 
    61     LIBDIR=$ROOT/lib 
    62     SRCDIR=$ROOT/src 
    63     cd $SRCDIR 
    64     grep FIXME *.jin 
     53ROOT=$PWD 
     54SRCDIR=$ROOT 
     55grep FIXME *.jin 
    6556 
    66     for x in $* ; do 
    67         echo "Generating code for variant : $x" 
    68         main $x 
    69     done 
    70 fi 
     57for x in $* ; do 
     58    echo "Generating code for variant : $x" 
     59    main $x 
     60done 
Note: See TracChangeset for help on using the changeset viewer.