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 2685 for trunk – NEMO

Changeset 2685 for trunk


Ignore:
Timestamp:
2011-03-14T09:10:40+01:00 (13 years ago)
Author:
flavoni
Message:

add echo of compiler name in output.sette, see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/fcm_job.sh

    r2675 r2685  
    103103echo "list of cpp_keys: " >> ${SETTE_DIR}/output.sette 
    104104echo "`more ../CONFIG/${NEW_CONF}/cpp_${NEW_CONF}.fcm`" >> ${SETTE_DIR}/output.sette 
     105echo "" >> ${SETTE_DIR}/output.sette 
     106echo "compiling with: ${CMP_NAM}" >> ${SETTE_DIR}/output.sette 
    105107echo "" >> ${SETTE_DIR}/output.sette 
    106108echo "executing script : \"fcm_job $@\" " >> ${SETTE_DIR}/output.sette 
Note: See TracChangeset for help on using the changeset viewer.