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 1200 for trunk/AGRIF/LIB/Makefile – NEMO

Ignore:
Timestamp:
2008-09-24T15:05:20+02:00 (16 years ago)
Author:
rblod
Message:

Adapt Agrif to the new SBC and correct several bugs for agrif (restart writing and reading), see ticket #133
Note : this fix does not work yet on NEC computerq (sxf90/360)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AGRIF/LIB/Makefile

    r530 r1200  
    22C_D = -g # -g -Wall 
    33# Compilation: 
    4 CC    = @$(C_L) $(C_O) $(C_D) 
     4CC    = cc -O 
    55#- 
    66OBJS = main.o WriteInFile.o toamr.o fortran.o  \ 
     
    1111       DiversListe.o UtilAgrif.o WorkWithAllocatelist.o \ 
    1212       UtilCharacter.o UtilListe.o UtilFile.o \ 
    13        WorkWithlistofmodulebysubroutine.o WorkWithlistmoduleinfile.o 
     13       WorkWithlistofmodulebysubroutine.o WorkWithlistmoduleinfile.o \ 
     14       WorkWithlistofcoupled.o 
     15 
    1416 
    1517.SUFFIXES: 
     
    4446WorkWithlistofmodulebysubroutine.o : WorkWithlistofmodulebysubroutine.c decl.h 
    4547WorkWithlistmoduleinfile.o : WorkWithlistmoduleinfile.c decl.h 
     48WorkWithlistofcoupled.o : WorkWithlistofcoupled.c decl.h 
    4649clean :  
    4750   /bin/rm -f *.o y.output 
Note: See TracChangeset for help on using the changeset viewer.