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

Changeset 2178


Ignore:
Timestamp:
2010-10-07T10:05:44+02:00 (14 years ago)
Author:
rblod
Message:

avoid creation of libraries

Location:
branches/DEV_r1879_FCM/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/lib_cray.f90

    r1601 r2178  
    1010!! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1111!!---------------------------------------------------------------------- 
    12      SUBROUTINE wheneq ( i, x, j, t, ind, nn ) 
     12SUBROUTINE wheneq ( i, x, j, t, ind, nn ) 
    1313        IMPLICIT NONE 
    1414 
     
    2828        END DO  
    2929 
    30      END SUBROUTINE wheneq 
     30END SUBROUTINE wheneq 
  • branches/DEV_r1879_FCM/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r2169 r2178  
    3232#bld::lib::nemo             nemo 
    3333#bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe 
    34 bld::target server.exe nemo.exe 
     34bld::target  server.exe nemo.exe 
     35bld::exe_dep 
    3536 
    3637 
Note: See TracChangeset for help on using the changeset viewer.