Changeset 2060
- Timestamp:
- 03/09/21 09:38:06 (4 years ago)
- Location:
- XIOS/xios_training
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/xios_training/hands-on-1/Makefile
r2051 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: test_tp1 -
XIOS/xios_training/hands-on-2/Makefile
r2052 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: test_tp2 -
XIOS/xios_training/hands-on-3/Makefile
r2053 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: test_tp3 -
XIOS/xios_training/hands-on-4/Makefile
r2054 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: test_tp4 -
XIOS/xios_training/hands-on-5/Makefile
r2055 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: test_tp5 -
XIOS/xios_training/hands-on-6/Makefile
r2056 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 -
XIOS/xios_training/hands-on-7/Makefile
r2057 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF LIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCDF_LIBS) -lstdc++ 9 9 10 10 all: generic_testcase -
XIOS/xios_training/hands-on-8/Makefile
r2058 r2060 6 6 FCFLAGS= -I$(XIOS_DIR)/inc -I$(NETCDF_INCDIR) 7 7 # Librairies 8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCD FLIBS) -lstdc++8 LDFLAGS = -L$(XIOS_DIR)/lib -lxios $(NETCD_FLIBS) -lstdc++ 9 9 10 10 all: test_tp8
Note: See TracChangeset
for help on using the changeset viewer.