Changeset 2051


Ignore:
Timestamp:
03/08/21 19:48:14 (3 years ago)
Author:
ymipsl
Message:

XIOS TRAINING : update hands-on

Location:
XIOS/xios_training/hands-on-1
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/xios_training/hands-on-1/Makefile

    r2045 r2051  
    44XIOS_DIR = ../xios_build 
    55# Includes 
    6 FCFLAGS= -I$(XIOS_DIR)/inc  -I$(NETCDF_INCDIR) -I$(NETCDFFORTRAN_INCDIR) -I$(MPI_INCDIR) 
     6FCFLAGS= -I$(XIOS_DIR)/inc  -I$(NETCDF_INCDIR) 
    77# Librairies 
    8 LDFLAGS = -L$(XIOS_DIR)/lib -L$(NETCDF_LIBDIR) -L$(NETCDFFORTRAN_LIBDIR) -lxios -lnetcdff -lnetcdf -lstdc++ 
     8LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDFLIBS) -lstdc++ 
    99 
    1010all: test_tp1 
  • XIOS/xios_training/hands-on-1/TP_src/Makefile

    r2046 r2051  
    44XIOS_DIR = ../xios_build 
    55# Includes 
    6 FCFLAGS= -I$(XIOS_DIR)/inc  -I$(NETCDF_INCDIR) -I$(NETCDFFORTRAN_INCDIR) -I$(MPI_INCDIR) 
     6FCFLAGS= -I$(XIOS_DIR)/inc  -I$(NETCDF_INCDIR) 
    77# Librairies 
    8 LDFLAGS = -L$(XIOS_DIR)/lib -L$(NETCDF_LIBDIR) -L$(NETCDFFORTRAN_LIBDIR) -lxios -lnetcdff -lnetcdf -lstdc++ 
     8LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDFLIBS) -lstdc++ 
    99 
    1010all: test_tp1 
Note: See TracChangeset for help on using the changeset viewer.