Changeset 5737 for LMDZ6/branches/compilation_2
- Timestamp:
- Jul 1, 2025, 2:16:34 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/compilation_2/makelmdz_fcm
r5736 r5737 131 131 [-arch_path path] : path to architecture files (default: $arch_default_path) 132 132 [-force_compile] : recompile although there seems to be an on-going compilation 133 [-build_dir] : build directory (default: libo in current directory) 133 134 -arch nom_arch : target architecture 134 135 exec : executable to build … … 139 140 dim=$2 ; shift ; shift ;; 140 141 142 "-build_dir") 143 LIBOGCM=$2 ; shift ; shift ;; 144 141 145 "-p") 142 146 physique="$2" ; shift ; shift ;;
Note: See TracChangeset
for help on using the changeset viewer.