Changeset 2796 for trunk/ICOSA_LMDZ
- Timestamp:
- Oct 4, 2022, 12:54:56 PM (2 years ago)
- Location:
- trunk/ICOSA_LMDZ
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/arch/arch-X64_IRENE-AMD.fcm
r2783 r2796 9 9 %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict -mavx2 10 10 %PROD_FFLAGS -O3 11 %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check12 %DEBUG_FFLAGS -p -g -traceback - fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan11 %DEV_FFLAGS -p -g -O2 -traceback 12 %DEBUG_FFLAGS -p -g -traceback -check bounds -debug full 13 13 %C_COMPILER mpicc 14 14 %C_OPTIM -O2 -ip -xCORE-AVX2 -
trunk/ICOSA_LMDZ/make_icosa_lmdz
r2783 r2796 198 198 if [[ -d ../IOIPSL ]] ; then 199 199 cd ../IOIPSL 200 ./makeioipsl_fcm - $compil_mode -parallel -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1200 ./makeioipsl_fcm -parallel -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1 201 201 cd - 202 202 else … … 207 207 if [[ -d ../XIOS ]] ; then 208 208 cd ../XIOS 209 ./make_xios -- $compil_mode --arch $arch --arch_path $arch_path --job $job $full_flag2 || exit 1209 ./make_xios --arch $arch --arch_path $arch_path --job $job $full_flag2 || exit 1 210 210 cd - 211 211 else … … 214 214 fi 215 215 216 # if [[ "$with_orchidee_defined" == "TRUE" ]] 217 # then 218 # cd ../ORCHIDEE 219 # ./makeorchidee_fcm -$compil_mode -parallel $parallel -xios2 -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1 220 # cd - 221 # fi 222 223 # cd ../LMDZ5 224 # lmdz_veget="false" 225 # if [[ "$with_orchidee_defined" == "TRUE" ]] 226 # then 227 # lmdz_veget="orchidee2.0" 228 # fi 229 # ./makelmdz_fcm gcm -$compil_mode -mem -parallel $parallel -nodyn -io xios -v $lmdz_veget -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1 230 # cd - 231 232 if [[ -d ../LMDZ.COMMON ]] ; then 216 fi # of if [[ "$build_deps" == "TRUE" ]] 217 218 if [[ -d ../LMDZ.COMMON ]] ; then 233 219 cd ../LMDZ.COMMON 234 220 ./makelmdz_fcm -p $phys $phys_opt -$compil_mode -parallel $parallel -libphy -io xios -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1 235 221 cd - 236 222 else 237 223 echo "Error: cannot find ../LMDZ.COMMON directory" 238 224 exit 239 240 241 225 fi 226 227 if [[ -d ../ICOSAGCM ]] ; then 242 228 cd ../ICOSAGCM 243 229 ./make_icosa -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1 244 230 cd - 245 231 else 246 232 echo "Error: cannot find ../ICOSAGCM directory" 247 233 exit 248 249 fi 250 234 fi 235 236 # compile interface and link 251 237 ./build --job $job $full_flag2
Note: See TracChangeset
for help on using the changeset viewer.