Changeset 3402 for trunk/ICOSA_LMDZ
- Timestamp:
- Aug 9, 2024, 3:14:21 PM (3 months ago)
- Location:
- trunk/ICOSA_LMDZ
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/compile_adastra-gnu
r2983 r3402 1 # Simple example of launching the make_icosa_lmdz script with adequate options 2 # adapt to fit your own needs. 3 1 4 # Gas Giants: 2 5 #make_icosa_lmdz -p std -p_opt "-b 20x25" -parallel mpi_omp -arch ADASTRA-gnu -arch_path ../ARCH -job 8 … … 6 9 7 10 # Mars: 8 make_icosa_lmdz -p mars -parallel mpi_omp -arch ADASTRA-gnu -arch_path ../ARCH -job 8 11 make_icosa_lmdz -p mars -parallel mpi_omp -arch ADASTRA-gnu -arch_path ../ARCH -job 8 -full -nodeps 9 12 -
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.