Changeset 14981 for utils/CI/sette/prepare_exe_dir.sh
- Timestamp:
- 2021-06-11T15:47:19+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/prepare_exe_dir.sh
r11161 r14981 75 75 #cat ${SETTE_DIR}/iodef_sette.xml | sed -e"s;DEF_SHARED;${CONFIG_DIR0}/SHARED;" > ${EXE_DIR}/iodef.xml 76 76 cd ${EXE_DIR} 77 # 78 # Add summary of the sette.sh set-up used and the current list of keys added or deleted 79 COMP_KEYS="`cat ${CONFIG_DIR}/${NEW_CONF}/cpp_${NEW_CONF}.fcm | sed -e 's/.*fppkeys *//'`" 80 echo "Summary of sette environment" > ./sette_config 81 echo "----------------------------" >> ./sette_config 82 echo "requested by the command : "$cmd $cmdargs >> ./sette_config 83 printf "%-33s : %s\n" USING_TIMING $USING_TIMING >> ./sette_config 84 printf "%-33s : %s\n" USING_ICEBERGS $USING_ICEBERGS >> ./sette_config 85 printf "%-33s : %s\n" USING_EXTRA_HALO $USING_EXTRA_HALO >> ./sette_config 86 printf "%-33s : %s\n" USING_TILING $USING_TILING >> ./sette_config 87 printf "%-33s : %s\n" USING_COLLECTIVES $USING_COLLECTIVES >> ./sette_config 88 printf "%-33s : %s\n" USING_QCO $USING_QCO >> ./sette_config 89 printf "%-33s : %s\n" USING_LOOP_FUSION $USING_LOOP_FUSION >> ./sette_config 90 printf "%-33s : %s\n" USING_XIOS $USING_XIOS >> ./sette_config 91 printf "%-33s : %s\n" USING_MPMD $USING_MPMD >> ./sette_config 92 printf "%-33s : %s\n" USING_RK3 $USING_RK3 >> ./sette_config 93 printf "%-33s : %s\n" "Common compile keys added" "$ADD_KEYS" >> ./sette_config 94 printf "%-33s : %s\n" "Common compile keys deleted" "$DEL_KEYS" >> ./sette_config 95 printf "%-33s : %s\n" "Compile keys actually used" "${COMP_KEYS}" >> ./sette_config 77 96 78 97 # Remove previously generated output files used for test evaluation
Note: See TracChangeset
for help on using the changeset viewer.