Ignore:
Timestamp:
Jul 1, 2025, 2:16:34 PM (5 weeks ago)
Author:
lguez
Message:

Allow LIBOGCM to be defined on the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/compilation_2/makelmdz_fcm

    r5736 r5737  
    131131[-arch_path path]          : path to architecture files (default: $arch_default_path)
    132132[-force_compile]           : recompile although there seems to be an on-going compilation
     133[-build_dir]               : build directory (default: libo in current directory)
    133134 -arch nom_arch            : target architecture
    134135 exec                      : executable to build
     
    139140          dim=$2 ; shift ; shift ;;
    140141     
     142      "-build_dir")
     143          LIBOGCM=$2 ; shift ; shift ;;
     144
    141145      "-p")
    142146          physique="$2" ;  shift ; shift ;;
Note: See TracChangeset for help on using the changeset viewer.