Changeset 5313


Ignore:
Timestamp:
Nov 4, 2024, 1:25:15 PM (15 hours ago)
Author:
Laurent Fairhead
Message:

EM justly pointed out that ce0l is compiled with makelmdz_gcm also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5306 r5313  
    732732rm -f $config_fcm
    733733touch $config_fcm
    734 rm -f bin/${code}${SUFF_NAME}.e
    735 rm -f bin/gcm.e
     734rm -f bin/${code}${SUFF_NAME}
     735rm -f bin/${code}.e
    736736rm -f arch.fcm
    737737rm -f arch.opt
     
    798798if [[ $build_status = 0 ]]
    799799then
    800   cp bin/${code}${SUFF_NAME} bin/gcm.e
     800  cp bin/${code}${SUFF_NAME} bin/${code}.e
    801801  if [[ ! -d tools/netcdf95/include ]]
    802802  then
Note: See TracChangeset for help on using the changeset viewer.