Changeset 574


Ignore:
Timestamp:
10/12/17 19:13:32 (7 years ago)
Author:
dubos
Message:

devel : get rid of CPP_DYSL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/make_icosa

    r535 r574  
    1313arch_defined="FALSE" 
    1414parallel_defined="FALSE" 
    15 dysl_defined="FALSE" 
    1615arch_default_path="arch" 
    1716arch_path="arch" 
     
    3635 -arch_path PATH           : use arch files PATH/arch-ARCH.* 
    3736 -parallel mpi|mpi_omp     : pure MPI or hybrid MPI/OpenMP parallelism 
    38  -dysl                     : use macro-generated code for dynamics kernels (default : hand-written code) 
    3937 -job N                    : parallel compilation as with make -j N  
    4038 -full                     : full compilation 
     
    6563          parallel=$2 ; parallel_defined="TRUE"; shift ; shift ;; 
    6664 
    67       "-dysl") 
    68           dysl_defined="TRUE"; shift ;; 
    69  
    7065      "-physics") 
    7166          physics=$2 ; physics_defined="TRUE"; shift ; shift ;; 
     
    184179fi   
    185180 
    186 if [[ "$dysl_defined" == "TRUE" ]] 
    187 then 
    188   CPP_KEY="$CPP_KEY CPP_DYSL" 
    189 fi   
    190  
    191181if [[ "$with_xios_defined" == "TRUE" ]] 
    192182then 
Note: See TracChangeset for help on using the changeset viewer.