New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 15758 for utils/build/dev_r4.0.4_mk_PSyclone/Fmake_bld.sh – NEMO

Ignore:
Timestamp:
2022-03-18T11:56:14+01:00 (2 years ago)
Author:
smueller
Message:

Prototypal incorporation of PSyclone processing in the NEMO build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/dev_r4.0.4_mk_PSyclone/Fmake_bld.sh

    r9651 r15758  
    5858# 
    5959#- 
    60 [ ! -d ${3}/${2}     ] && \mkdir ${3}/${2} 
     60[ ! -d ${3}/${2}     ] && \mkdir -p ${3}/${2} 
    6161[ ! -d ${3}/${2}/BLD ] && \mkdir ${3}/${2}/BLD 
    62 [ ! -d ${1}/${2}/BLD ] && ln -sf ${3}/${2}/BLD ${1}/${2}/BLD 
     62[ ! -d ${1}/${2}/BLD -o -h ${1}/${2}/BLD ] && ln -sf ${3}/${2}/BLD ${1}/${2}/ 
    6363[ -f ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ] && ln -sf ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${COMPIL_DIR}/cpp.fcm 
    6464rm -f  ${1}/${NEW_CONF}/BLD/fcm.bld.lock 
Note: See TracChangeset for help on using the changeset viewer.