source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/pyoasis/examples/4-orange/fortran/Makefile @ 5725

Last change on this file since 5725 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 403 bytes
Line 
1include ../../../../util/make_dir/make.inc
2FLAGS=$(F90FLAGS) -L$(ARCHDIR)/lib
3
4all: sender-orange receiver
5
6sender-orange: sender-orange.F90
7        ${F90} sender-orange.F90 ${FLAGS} -o sender-orange -lpsmile.MPI1 -lscrip -lmct -lmpeu $(NETCDF_LIBRARY)
8
9receiver: receiver.F90
10        ${F90} receiver.F90 ${FLAGS} -o receiver -lpsmile.MPI1 -lscrip -lmct -lmpeu $(NETCDF_LIBRARY)
11
12clean:
13        rm -f sender-orange receiver
Note: See TracBrowser for help on using the repository browser.