Changeset 5740 for LMDZ6/branches


Ignore:
Timestamp:
Jul 1, 2025, 2:16:38 PM (5 weeks ago)
Author:
lguez
Message:

Do not create symbolic links

Do not create symbolic links to config and tmp_src. I do not see
the purpose of this, and we try to keep the source directory clean.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/compilation_2/makelmdz_fcm

    r5739 r5740  
    791791build_status=$?
    792792
    793 rm -rf tmp_src
    794 rm -rf config
    795 ln -s $LIBOGCM/${config_name}/.config config
    796 ln -s $LIBOGCM/${config_name}/.config/ppsrc tmp_src
    797 
    798793if [[ -r $LIBFGCM/grid/dimensions_mod.f90 ]]
    799794then
Note: See TracChangeset for help on using the changeset viewer.