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 1584 – NEMO

Changeset 1584


Ignore:
Timestamp:
2009-08-05T18:48:09+02:00 (15 years ago)
Author:
ctlod
Message:

correct 2 bugs introduced following tickt: #516

Location:
trunk/NVTK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/CONFIG_FILES/AA_make

    r1582 r1584  
    3030       -e "s%$$VAR_J%      jpnj  = $$MPI_J  , \&%" \ 
    3131       -e "s%$$VARIJ%      jpnij = $$MPIIJ      %" par_oce.F90_keep > par_oce.F90 ; \ 
     32   cd .. ; \ 
    3233   fi 
    3334   @gmake -C WORK COMP=$@ EXPER=$(REXP) USE_IOMPUT=$(USE_IOMPUT) clean > $(NEMOLIB)_logbook_$@.txt 
  • trunk/NVTK/fait_AA_make

    r1582 r1584  
    623623echo '    [ -f $$i ] && \$(RM) $$i ;\' 
    624624echo '  done ; \' 
    625 echo '  myrep_list=`(cd $$myrep ; ls *.[Ffh]90 *.[Ffh] *.mk > /dev/null 2>&1 )` ; \' 
     625echo '  myrep_list=`(cd $$myrep ; ls *.[Ffh]90 *.[Ffh] *.mk )` ; \' 
    626626echo '  if [ -n "$$myrep_list" ] ; then \' 
    627627echo '      for F in $$myrep_list; do \' 
Note: See TracChangeset for help on using the changeset viewer.