Changeset 3402 for trunk/ICOSA_LMDZ/make_icosa_lmdz
- Timestamp:
- Aug 9, 2024, 3:14:21 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/make_icosa_lmdz
r3226 r3402 3 3 4 4 export ROOT=$PWD 5 set -x5 #set -x 6 6 echo $0 $* > rebuild_all 7 7 chmod a+x rebuild_all … … 29 29 "-h") cat <<fin 30 30 Usage : 31 make gcm [options] -m arch -p phys exec31 make_icosa_lmdz [options] -arch arch_name -p phys 32 32 [-h] : help 33 33 [-prod / -dev / -debug] : compilation mode: production (default) / developpement / debug . 34 [-nodeps] : do not build dependencies (XIOS, IOIPSL, LMDZ5, ICOSAGCM) 35 -arch nom_arch : target architecture 36 -p phys : physics package (e.g. std , venus , ...) 34 [-full] : recompile all code from scratch 35 [-nodeps] : do not build dependencies (XIOS and IOIPSL libraries) 36 -arch arch_name : target architecture 37 [-arch_path path] : relative PATH to directory containing multi-model 38 path and environment arch files 39 -p phys : physics package (e.g. std , venus , mars, ...) 37 40 [-p_opt "options"] : additional options for physics package 41 [-parallel type] : parallelism (none|mpi|omp|mpi_omp) 42 [-with_xios] : compile and link with XIOS (default) 43 [-job num] : speed up compilation by using num simulateneous 44 compilation steps (when possible) 38 45 fin 39 46 exit;;
Note: See TracChangeset
for help on using the changeset viewer.