- Timestamp:
- Jul 1, 2025, 2:16:38 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/compilation_2/makelmdz_fcm
r5740 r5741 743 743 config_name=${config_name:-$arch$SUFF_NAME} 744 744 745 if [[ -f $LIBOGCM/$config_name/config_description.txt ]] 746 then 747 read <$LIBOGCM/$config_name/config_description.txt 748 749 if [[ $REPLY != $SUFF_NAME ]] 750 then 751 echo "Configuration directory was created for other options" 752 rm -f $LIBFGCM/grid/dimensions_mod.f90 753 exit 1 754 fi 755 fi 756 745 757 echo "%ARCH $arch" >> $config_fcm 746 758 echo "%CONFIG_NAME $config_name" >> $config_fcm … … 797 809 fi 798 810 811 if [[ ! -f $LIBOGCM/$config_name/config_description.txt ]] 812 then 813 echo $SUFF_NAME >$LIBOGCM/$config_name/config_description.txt 814 fi 815 799 816 exit $build_status
Note: See TracChangeset
for help on using the changeset viewer.